-
Bug
-
Resolution: Fixed
-
P4
-
11, 16
-
b28
-
ppc
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8259002 | 11.0.11 | Martin Doerr | P4 | Resolved | Fixed | b01 |
The JVM currently runs into Unimplemented() when using -XX:-UseInlineCaches in C2 code (postalloc_expand_java_dynamic_call_sched).
This should get fixed because it's a product flag and it may be helpful as workaround for inline cache related issues.
C2 needs to determine the node size for that, but MacroAssembler::instr_size_for_decode_klass_not_null() is currently broken and should get fixed, too.
This should get fixed because it's a product flag and it may be helpful as workaround for inline cache related issues.
C2 needs to determine the node size for that, but MacroAssembler::instr_size_for_decode_klass_not_null() is currently broken and should get fixed, too.
- backported by
-
JDK-8259002 [PPC64] Support -XX:-UseInlineCaches
- Resolved
- relates to
-
JDK-8257798 [PPC64] undefined reference to Klass::vtable_start_offset()
- Resolved