< prev index next >

src/hotspot/share/prims/jni.cpp

Print this page
rev 52365 : [mq]: 8213058

*** 84,94 **** #include "services/runtimeService.hpp" #include "utilities/defaultStream.hpp" #include "utilities/dtrace.hpp" #include "utilities/events.hpp" #include "utilities/histogram.hpp" - #include "utilities/internalVMTests.hpp" #include "utilities/macros.hpp" #include "utilities/vmError.hpp" #if INCLUDE_JVMCI #include "jvmci/jvmciCompiler.hpp" #include "jvmci/jvmciRuntime.hpp" --- 84,93 ----
*** 3975,3987 **** if (ReplayCompiles) ciReplay::replay(thread); // Some platforms (like Win*) need a wrapper around these test // functions in order to properly handle error conditions. VMError::test_error_handler(); - if (ExecuteInternalVMTests) { - InternalVMTests::run(); - } #endif // Since this is not a JVM_ENTRY we have to set the thread state manually before leaving. ThreadStateTransition::transition_and_fence(thread, _thread_in_vm, _thread_in_native); } else { --- 3974,3983 ----
< prev index next >