RFR: 8251850: Simplify ResourceMark constructors using delegation

Kim Barrett kim.barrett at oracle.com
Sat Aug 15 02:29:11 UTC 2020


Please review this simplification of the constructors for ResourceMark,
accomplished using delegating constructors.

Also made the constructors "explicit" and the class non-copyable.

CR:
https://bugs.openjdk.java.net/browse/JDK-8251850

Webrev:
https://cr.openjdk.java.net/~kbarrett/8251850/open.00/

Testing:
mach5 tier1



More information about the hotspot-runtime-dev mailing list