| JDK 26 |
|---|
| 26 masterFixed |
|
Causes :
|
|
|
Relates :
|
After JDK-8370943, the following precondition is too strong. assert(SafepointSynchronize::is_at_safepoint(), "precondition"); assert(Thread::current()->is_VM_thread(), "precondition"); One can check Heap_lock instead.
|