Skip to content

Commit

Permalink
bug fixed for multi-version different classloader error. for issue 616.
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed May 8, 2016
1 parent ce6b9e4 commit fe20c4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

public class ASMSerializerFactory implements Opcodes {

protected final ASMClassLoader classLoader = new ASMClassLoader();
protected final ASMClassLoader classLoader = new ASMClassLoader(ASMSerializerFactory.class.getClassLoader());

private final AtomicLong seed = new AtomicLong();

Expand Down

0 comments on commit fe20c4b

Please sign in to comment.