8198909: [Graal] compiler/codecache/stress/UnexpectedDeoptimizationTest.java crashed with SIGSEGV

Reviewed-by: eosterlund, iveresov
This commit is contained in:
Tom Rodriguez 2018-06-24 21:46:11 -07:00
parent e6bcdd9eab
commit 0173db08e9
8 changed files with 77 additions and 28 deletions

View file

@ -3625,10 +3625,6 @@ void JNIid::verify(Klass* holder) {
}
}
oop InstanceKlass::holder_phantom() const {
return class_loader_data()->holder_phantom();
}
#ifdef ASSERT
void InstanceKlass::set_init_state(ClassState state) {
bool good_state = is_shared() ? (_init_state <= state)