RFR(XS): JDK-8006410: allocating without ResourceMark when CompileCommand was specified
Igor Ignatyev
igor.ignatyev at oracle.com
Tue Jan 22 03:18:19 PST 2013
Hi,
Please review the fix.
Bug relates to use of Symbol::as_quoted_ascii(), which allocates new
resources, without ResourceMark.
Patch adds ResourceMark to all calls.
Testing: JPRT
webrev: http://cr.openjdk.java.net/~vlivanov/8006410/webrev.00/
JBS: https://jbs.oracle.com/bugs/browse/JDK-8006410
--
Best regards,
Igor Ignatyev
More information about the hotspot-compiler-dev
mailing list