mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +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
|
@ -234,7 +234,7 @@ int AOTOopRecorder::find_index(Metadata* h) {
|
|||
|
||||
vmassert(index + 1 == newCount, "must be last");
|
||||
|
||||
Klass* klass = NULL;
|
||||
JVMCIKlassHandle klass(THREAD);
|
||||
oop result = NULL;
|
||||
if (h->is_klass()) {
|
||||
klass = (Klass*) h;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue