RFR: 8264149 BreakpointInfo::set allocates metaspace object in VM thread
Coleen Phillimore
coleenp at openjdk.java.net
Mon Mar 29 13:26:35 UTC 2021
On Mon, 29 Mar 2021 05:00:25 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> This change creates a Metaspace::allocate function that doesn't pass TRAPS to be used by MethodCounters. TRAPS and exceptions shouldn't be thrown from non-JavaThreads.
>>
>> Tested with tier1-7.
>
> Looks good!
>
> Thanks,
> David
Thanks David. @tstuefe Can you review this?
-------------
PR: https://git.openjdk.java.net/jdk/pull/3207
More information about the hotspot-dev
mailing list