The error code during class redefinition might be not enough to easily diagnose the problem. Some more logging might be useful to understand it. I encountered this problem when redefined methods with lambda usage. I run all existing tests with enabled logging and sanity verified error messages.
------------- Commit messages: - updated. - redfine log added Changes: https://git.openjdk.java.net/jdk/pull/1811/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1811&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8258061 Stats: 63 lines in 1 file changed: 53 ins; 10 del; 0 mod Patch: https://git.openjdk.java.net/jdk/pull/1811.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/1811/head:pull/1811 PR: https://git.openjdk.java.net/jdk/pull/1811
