mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8058563: InstanceKlass::_dependencies list isn't cleared from empty nmethodBucket entries
Reviewed-by: mgerdin, vlivanov
This commit is contained in:
parent
db5f26110b
commit
0c74942fe6
6 changed files with 243 additions and 17 deletions
|
@ -3852,6 +3852,7 @@ _JNI_IMPORT_OR_EXPORT_ jint JNICALL JNI_GetDefaultJavaVMInitArgs(void *args_) {
|
|||
unit_test_function_call
|
||||
|
||||
// Forward declaration
|
||||
void TestNmethodBucket_test();
|
||||
void test_semaphore();
|
||||
void TestOS_test();
|
||||
void TestReservedSpace_test();
|
||||
|
@ -3880,6 +3881,7 @@ void TestPredictions_test();
|
|||
void execute_internal_vm_tests() {
|
||||
if (ExecuteInternalVMTests) {
|
||||
tty->print_cr("Running internal VM tests");
|
||||
run_unit_test(TestNmethodBucket_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