-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b26
To allow for safe running of CTW against untrusted jar / class files, I suggest adding an option to remove <clinit> methods from the classes' bytestreams. This would prevent unwanted execution of the code being tested.
The new and shiny ClassFile API presents good tools for that.
The new and shiny ClassFile API presents good tools for that.
- links to
-
Commit(master) openjdk/jdk/effee122
-
Review(master) openjdk/jdk/22235