-
Bug
-
Resolution: Fixed
-
P2
-
hs25, 8
-
$ uname -a
SunOS nexus 5.10 Generic_144488-06 sun4u sparc SUNW,Sun-Fire-880
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8024564 | 8 | Harold Seigel | P2 | Closed | Fixed | b107 |
$ /java/re/jdk/8/promoted/ea/b94/binaries/solaris-sparc/bin/java -jar /java/re/asmtools/5.0/promoted/ea/b02/binaries/asmtools-5.0/lib/asmtools.jar jasm instr_01303m10p.jasm instr_01303m11n.jasm -d .
instr_01303m10p.jasm:13: Warning: interface method must be abstract public only " *****public *****".
public Method m:"()V"
^
instr_01303m10p.jasm:52: Warning: Wrong tag: Method expected.
invokespecial InterfaceMethod m:"()V";
^
instr_01303m11n.jasm:13: Warning: interface method must be abstract public only " *****public *****".
public Method m:"()V"
^
instr_01303m11n.jasm:52: Warning: Wrong tag: Method expected.
invokespecial InterfaceMethod m:"()V";
^
4 warnings
$ /java/re/jdk/8/promoted/ea/b94/binaries/solaris-sparc/bin/javac -g:none instr_01303m1.java -d .
Note: instr_01303m1.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
$ /java/re/jdk/8/promoted/ea/b94/binaries/solaris-sparc/bin/java -cp . javasoft.sqe.tests.vm.classfmt.ins.instr_013.instr_01303m1.instr_01303m1
Failed to reject invalid class instr_01303m11n
- backported by
-
JDK-8024564 JVM does not prohibit invokespecial in c.f.v 51.0 that invokes default interface method in c.f.v. 52.0
- Closed
- relates to
-
JDK-8019976 JVM does not prohibit access to private interface methods in c.f.v. 52.0 during method resolution
- Closed
-
JDK-8025292 Bunch of vm/constantpool/resolveIntMethod tests failed
- Closed
-
JDK-8006267 InterfaceMethod_ref should allow invokestatic and invokespecial
- Closed
-
JDK-8011311 Lambda: Support Private concrete methods in interfaces
- Closed
-
JDK-8006267 InterfaceMethod_ref should allow invokestatic and invokespecial
- Closed