-
Bug
-
Resolution: Duplicate
-
P4
-
repo-valhalla
-
None
There are several problems with debugging hidden classes.
These problems are in both jdb and JDI implementation, they are:
- jdb command "classes" prints incorrect hidden class name
- hidden class name is rejected by JDI as invalid when trying to set breakpoint, watchpoint and some other events
- jdb commands "eval", "print" and "dump" treat hidden class names incorrectly
These problems are in both jdb and JDI implementation, they are:
- jdb command "classes" prints incorrect hidden class name
- hidden class name is rejected by JDI as invalid when trying to set breakpoint, watchpoint and some other events
- jdb commands "eval", "print" and "dump" treat hidden class names incorrectly
- duplicates
-
JDK-8241214 Test debugging of hidden classes using jdb
- Resolved
- relates to
-
JDK-8230502 Add support in JVM TI, JDI, and Instrumentation for hidden classes
- Closed