mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8141138: Zero fails to build
Adjust to recent JDK-9 changes. Reviewed-by: coleenp
This commit is contained in:
parent
a3cfb42ca7
commit
5bc981fad5
3 changed files with 2 additions and 7 deletions
|
@ -2190,7 +2190,7 @@ run:
|
|||
result->set_mark(markOopDesc::prototype());
|
||||
}
|
||||
result->set_klass_gap(0);
|
||||
result->set_klass(k_entry);
|
||||
result->set_klass(ik);
|
||||
// Must prevent reordering of stores for object initialization
|
||||
// with stores that publish the new object.
|
||||
OrderAccess::storestore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue