RFR: 8264126: Remove TRAPS/THREAD parameter for class loading functions [v2]

Coleen Phillimore coleenp at openjdk.java.net
Wed Mar 24 22:15:41 UTC 2021


On Wed, 24 Mar 2021 20:35:36 GMT, Ioi Lam <iklam at openjdk.org> wrote:

>> So we always dump dynamic shared spaces from the VMThread?
>
> When DynamicDumpSharedSpaces is true, this code can be executed in a Java thread or a VM thread. When it's in the VM thread, we cannot proceed to the code below and must return immediately.
> 
> When DynamicDumpSharedSpaces is false, this code cannot be executed in a VM thread.

Ok, I think I got the logic right then.

-------------

PR: https://git.openjdk.java.net/jdk/pull/3176


More information about the hotspot-dev mailing list