Upgrade to asm-5.0.2
This ASM has a different visitMethodInsn() instruction so there are big changes throughout the code. The tests are running fine but as new testcases are added related to Java8 we may need further fixes to take account of the extra isInterface parameter on visitMethodInsn()
This commit is contained in:
5
testdata/src/main/java/github10/Code.java
vendored
Normal file
5
testdata/src/main/java/github10/Code.java
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
package github10;
|
||||
|
||||
public class Code {
|
||||
|
||||
}
|
||||
3
testdata/src/main/java/remote/Serialize.java
vendored
3
testdata/src/main/java/remote/Serialize.java
vendored
@@ -159,6 +159,9 @@ public class Serialize {
|
||||
}
|
||||
}
|
||||
|
||||
// java.io.InvalidClassException: remote.Person; local class incompatible: //
|
||||
// stream classdesc serialVersionUID = 1687514539110537173,
|
||||
// local class serialVersionUID = 510407729579040532
|
||||
public static Object read(byte[] bs) {
|
||||
try {
|
||||
ByteArrayInputStream bais = new ByteArrayInputStream(bs);
|
||||
|
||||
Reference in New Issue
Block a user