-
Bug
-
Resolution: Fixed
-
P3
-
hs20
-
b11
-
sparc
-
solaris
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2209652 | 7 | Tom Rodriguez | P3 | Closed | Fixed | b141 |
(this bug can be a duplicate of 7009361)
Test java/dyn/InvokeDynamicPrintArgs.java fails with NullPointerException when started on solaris-sparc (32/64) with -Xcomp option:
Printing some argument lists, starting with a empty one:
[InvokeDynamicPrintArgs, nothing, ()void][]
java.lang.NullPointerException
at InvokeDynamicPrintArgs.main(InvokeDynamicPrintArgs.java:47)
Most probably, NullPointerException is thrown after call to the BSM (I tried to add debug prints). Also I tried to invoke target method right in the BSM and it was executed normally.
Test java/dyn/InvokeDynamicPrintArgs.java fails with NullPointerException when started on solaris-sparc (32/64) with -Xcomp option:
Printing some argument lists, starting with a empty one:
[InvokeDynamicPrintArgs, nothing, ()void][]
java.lang.NullPointerException
at InvokeDynamicPrintArgs.main(InvokeDynamicPrintArgs.java:47)
Most probably, NullPointerException is thrown after call to the BSM (I tried to add debug prints). Also I tried to invoke target method right in the BSM and it was executed normally.
- backported by
-
JDK-2209652 java/dyn/InvokeDynamicPrintArgs.java fails with NPE on solaris-sparc with -Xcomp
- Closed
- relates to
-
JDK-7009361 JSR 292 Invalid value on stack on solaris-sparc with -Xcomp
- Closed