Prepared by: | mdoerr mdoerr on Mon Jul 29 11:31:03 CEST 2019 |
---|---|
Compare against: | http://hg.openjdk.java.net/jdk/jdk |
Compare against version: | 55833 |
Summary of changes: | 420 lines changed: 379 ins; 19 del; 22 mod; 5552 unchg |
Changeset: | jdk.changeset |
Legend: |
Modified file Deleted file New file |
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/hotspot/cpu/aarch64/jniFastGetField_aarch64.cpp
rev 55834 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich46 lines changed: 31 ins; 7 del; 8 mod; 164 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/hotspot/cpu/arm/jniFastGetField_arm.cpp
rev 55834 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich36 lines changed: 20 ins; 10 del; 6 mod; 227 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/hotspot/cpu/sparc/jniFastGetField_sparc.cpp
rev 55834 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich28 lines changed: 27 ins; 0 del; 1 mod; 261 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/hotspot/cpu/x86/jniFastGetField_x86_32.cpp
rev 55834 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich25 lines changed: 24 ins; 0 del; 1 mod; 353 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/hotspot/cpu/x86/jniFastGetField_x86_64.cpp
rev 55834 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich22 lines changed: 16 ins; 1 del; 5 mod; 203 unchg
Cdiffs
Udiffs
Sdiffs
Frames
Old
New
-----
Raw
src/hotspot/share/prims/jni.cpp
rev 55834 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich2 lines changed: 0 ins; 1 del; 1 mod; 4344 unchg
------ ------ ------
------
---
New
-----
Raw
test/hotspot/jtreg/runtime/jni/FastGetField/FastGetField.java
rev 55834 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich124 lines changed: 124 ins; 0 del; 0 mod; 0 unchg
------ ------ ------
------
---
New
-----
Raw
test/hotspot/jtreg/runtime/jni/FastGetField/libFastGetField.c
rev 55834 : 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich137 lines changed: 137 ins; 0 del; 0 mod; 0 unchg
This code review page was prepared using ../webrev.ksh (vers 25.16-hg+openjdk.java.net).