Re: Missing ResourceMark in TraceStream::print_val()

2014-04-15 Thread 梅路峣(云达)
Hi Staffan, Thanks for pointing this out. How can I be so blind… Regards, Yunda 发件人: Staffan Larsen 日期: 2014年4月15日 星期二 下午6:57 至: Luyao Mei 抄送: "serviceability-dev@openjdk.java.net" 主题: Re: Missing ResourceMark in TraceStream::print_val() The comment in code to says that the

Re: Missing ResourceMark in TraceStream::print_val()

2014-04-15 Thread Staffan Larsen
The comment in code to says that the necessary ResourceMark is in the generated code: // Caller is machine generated code located in traceEventClasses.hpp // Event::writeEvent() (pseudocode) contains the // necessary ResourceMark for the resource allocations below. // See traceEventClasse