We never use the virtualness of print_on in any way. Having print_on be virtual costs us 8 bytes for each ResourceObj being allocated and enforces subclasses to have const print_on methods.
- links to
-
Review openjdk/jdk/10630