mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8198909: [Graal] compiler/codecache/stress/UnexpectedDeoptimizationTest.java crashed with SIGSEGV
Reviewed-by: eosterlund, iveresov
This commit is contained in:
parent
e6bcdd9eab
commit
0173db08e9
8 changed files with 77 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue