mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-11 05:59:52 +00:00
8141138: Zero fails to build
Adjust to recent JDK-9 changes. Reviewed-by: coleenp
This commit is contained in:
parent
a3cfb42ca7
commit
5bc981fad5
@ -60,7 +60,7 @@ bool CompiledIC::is_icholder_call_site(virtual_call_Relocation* call_site) {
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf) {
|
||||
address CompiledStaticCall::emit_to_interp_stub(CodeBuffer &cbuf, address mark) {
|
||||
ShouldNotReachHere(); // Only needed for COMPILER2.
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -59,11 +59,6 @@ void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src,
|
||||
ShouldNotCallThis();
|
||||
}
|
||||
|
||||
void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src,
|
||||
CodeBuffer* dst) {
|
||||
ShouldNotCallThis();
|
||||
}
|
||||
|
||||
void metadata_Relocation::pd_fix_value(address x) {
|
||||
ShouldNotCallThis();
|
||||
}
|
||||
|
||||
@ -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…
x
Reference in New Issue
Block a user