RFR: 8258061: Improve diagnostic information about errors during class redefinition

Leonid Mesnik lmesnik at openjdk.java.net
Thu Dec 17 00:49:02 UTC 2020


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


More information about the hotspot-dev mailing list