mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8139595: MethodHandles::remove_dependent_nmethod is not MT safe
Reviewed-by: jrose, coleenp
This commit is contained in:
parent
f0c12f35cb
commit
1cfbe2dec5
12 changed files with 574 additions and 491 deletions
|
@ -3878,7 +3878,7 @@ _JNI_IMPORT_OR_EXPORT_ jint JNICALL JNI_GetDefaultJavaVMInitArgs(void *args_) {
|
|||
unit_test_function_call
|
||||
|
||||
// Forward declaration
|
||||
void TestNmethodBucket_test();
|
||||
void TestDependencyContext_test();
|
||||
void test_semaphore();
|
||||
void TestOS_test();
|
||||
void TestReservedSpace_test();
|
||||
|
@ -3910,7 +3910,7 @@ void WorkerDataArray_test();
|
|||
void execute_internal_vm_tests() {
|
||||
if (ExecuteInternalVMTests) {
|
||||
tty->print_cr("Running internal VM tests");
|
||||
run_unit_test(TestNmethodBucket_test());
|
||||
run_unit_test(TestDependencyContext_test());
|
||||
run_unit_test(test_semaphore());
|
||||
run_unit_test(TestOS_test());
|
||||
run_unit_test(TestReservedSpace_test());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue