RFR(M): 8008555: Debugging code in compiled method sometimes leaks memory
Roland Westrelin
roland.westrelin at oracle.com
Fri Feb 22 07:34:30 PST 2013
Vladimir,
> Virtual methods add vtable field to CodeString. I think we can have _offset in CodeString instead and use it to distinguish comments (_offset >= 0). It will simplify the code since you don't need CodeComment class.
Thanks for the suggestion. What about this:
http://cr.openjdk.java.net/~roland/8008555/webrev.01/
Roland.
More information about the hotspot-compiler-dev
mailing list