Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2175237 | 7 | John Rose | P3 | Closed | Fixed | b53 |
JDK-2180548 | 6u18 | John Rose | P3 | Resolved | Fixed | b01 |
The assembly code for the general subclass check is duplicated (with minor variations) in interp_masm, stubGenerator, and c1_LIRAssembler. In order to control the code shape more directly, we will factor it into a new subroutine MacroAssembler::check_klass_subtype.
This will let us use the subroutine in a new places, such as code for a direct method handle which adapts to a wider incoming argument type.
It will also reduce the number of modifications required to add enhancements to subtype checking, such as for the interface injection project.
This will let us use the subroutine in a new places, such as code for a direct method handle which adapts to a wider incoming argument type.
It will also reduce the number of modifications required to add enhancements to subtype checking, such as for the interface injection project.
- backported by
-
JDK-2180548 factor duplicated assembly code for general subclass check (for 6655638)
-
- Resolved
-
-
JDK-2175237 factor duplicated assembly code for general subclass check (for 6655638)
-
- Closed
-
- relates to
-
JDK-6840775 Multiple JVM crashes seen with 1.6.0_10 through early access of 1.6.0_14 - possibly related to GC
-
- Resolved
-