hotspot (2 usages found)
share (2 usages found)
jfr (1 usage found)
instrumentation (1 usage found)
jfrJvmtiAgent.cpp (1 usage found)
136 if (env->ExceptionOccurred()) {
prims (1 usage found)
unsafe.cpp (1 usage found)
672 if (env->ExceptionOccurred()) {
Additional occurrences under Hotspot,
./share/prims/nativeEntryPoint.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/methodHandles.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/methodHandles.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/methodHandles.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/upcallLinker.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/upcallStubs.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/runtime/continuation.cpp: guarantee(!env->ExceptionOccurred(), "register jdk.internal.vm.Continuation natives");
share (2 usages found)
jfr (1 usage found)
instrumentation (1 usage found)
jfrJvmtiAgent.cpp (1 usage found)
136 if (env->ExceptionOccurred()) {
prims (1 usage found)
unsafe.cpp (1 usage found)
672 if (env->ExceptionOccurred()) {
Additional occurrences under Hotspot,
./share/prims/nativeEntryPoint.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/methodHandles.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/methodHandles.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/methodHandles.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/upcallLinker.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/prims/upcallStubs.cpp: guarantee(status == JNI_OK && !env->ExceptionOccurred(),
./share/runtime/continuation.cpp: guarantee(!env->ExceptionOccurred(), "register jdk.internal.vm.Continuation natives");
- links to
-
Commit(master) openjdk/jdk/7461dfe9
-
Review(master) openjdk/jdk/21724