Integrated: 8288623: Move Continuation classes out of javaClasses.hpp

Ioi Lam iklam at openjdk.org
Fri Jun 24 04:33:13 UTC 2022


On Thu, 16 Jun 2022 19:12:25 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> javaClasses.hpp is getting too big - it contains the C++ representation of over 50 Java classes.
> 
> The RFE moves the following classes into a new file, continuationJavaClasses.hpp. The naming follows the same pattern as the existing header share/jvmci/jvmciJavaClasses.hpp.
> 
> - jdk_internal_vm_ContinuationScope
> - jdk_internal_vm_Continuation
> - jdk_internal_vm_StackChunk

This pull request has now been integrated.

Changeset: 64782a75
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/64782a7524038380c0e8b61cc74102463e997850
Stats:     1064 lines in 25 files changed: 602 ins; 447 del; 15 mod

8288623: Move Continuation classes out of javaClasses.hpp

Reviewed-by: stefank, coleenp

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

PR: https://git.openjdk.org/jdk/pull/9191


More information about the hotspot-dev mailing list