RFR(S): 8244658: Remove dead code in code cache sweeper
Nils Eliasson
nils.eliasson at oracle.com
Fri May 8 14:39:10 UTC 2020
Hi,
Please review this removal of dead code in the sweeper.
Some are leftovers from the transition to handshakes:
- class VM_MarkActiveNMethods
- class NMethodMarkingTask
- NMethodSweeper::mark_active_nmethods
And some are just dead:
- NMethodSweeper::report_events
Bug: https://bugs.openjdk.java.net/browse/JDK-8244658
Webrev: http://cr.openjdk.java.net/~neliasso/8244658/webrev.01/
Best regards,
Nils Eliasson
More information about the hotspot-compiler-dev
mailing list