8141138: Zero fails to build

Adjust to recent JDK-9 changes.

Reviewed-by: coleenp
This commit is contained in:
Severin Gehwolf 2015-11-02 16:54:49 +01:00
parent a3cfb42ca7
commit 5bc981fad5
3 changed files with 2 additions and 7 deletions

View file

@ -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();