mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 01:24:33 +02:00
8251358: Clean up Access configuration after Shenandoah barrier change
Reviewed-by: eosterlund, rkennke, shade
This commit is contained in:
parent
9c17a35e50
commit
e63b90cc17
38 changed files with 110 additions and 202 deletions
|
@ -111,7 +111,7 @@ bool oopDesc::is_oop(oop obj, bool ignore_mark_word) {
|
|||
if (ignore_mark_word) {
|
||||
return true;
|
||||
}
|
||||
if (obj->mark_raw().value() != 0) {
|
||||
if (obj->mark().value() != 0) {
|
||||
return true;
|
||||
}
|
||||
return !SafepointSynchronize::is_at_safepoint();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue