|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
|
|
Relates :
|
Please use attached test sources to reproduce such situation.
$ /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
|