Integrated: 8264149 BreakpointInfo::set allocates metaspace object in VM thread
Coleen Phillimore
coleenp at openjdk.java.net
Wed Mar 31 12:46:23 UTC 2021
On Thu, 25 Mar 2021 21:47:46 GMT, Coleen Phillimore <coleenp 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.
This pull request has now been integrated.
Changeset: 40c32491
Author: Coleen Phillimore <coleenp at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/40c32491
Stats: 110 lines in 10 files changed: 63 ins; 13 del; 34 mod
8264149: BreakpointInfo::set allocates metaspace object in VM thread
Reviewed-by: dholmes, iklam
-------------
PR: https://git.openjdk.java.net/jdk/pull/3207
More information about the hotspot-dev
mailing list