Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8227610: Remove allocation when getting EventHandle
Reviewed-by: mgronlun
- Loading branch information
Showing
with
134 additions
and 20 deletions.
- +70 −1 src/hotspot/share/jfr/jni/jfrJavaSupport.cpp
- +3 −0 src/hotspot/share/jfr/jni/jfrJavaSupport.hpp
- +10 −1 src/hotspot/share/jfr/jni/jfrJniMethod.cpp
- +6 −1 src/hotspot/share/jfr/jni/jfrJniMethod.hpp
- +4 −2 src/hotspot/share/jfr/jni/jfrJniMethodRegistration.cpp
- +3 −1 src/hotspot/share/jfr/support/jfrIntrinsics.hpp
- +22 −1 src/jdk.jfr/share/classes/jdk/jfr/internal/JVM.java
- +7 −13 src/jdk.jfr/share/classes/jdk/jfr/internal/Utils.java
- +9 −0 test/jdk/jdk/jfr/event/security/TestSecurityPropertyModificationEvent.java