RFR: 8288623: Move Continuation classes out of javaClasses.hpp [v7]

Ioi Lam iklam at openjdk.org
Wed Jun 22 18:12:38 UTC 2022


> 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

Ioi Lam has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains eight commits:

 - added missing javaClasses.inline.hpp after merge with javaThread.hpp split
 - Merge branch 'master' into 8288623-move-continuation-out-of-javaClasses-hpp
 - Review comments
 - moved to runtime/continuationJavaClasses.hpp
 - @stefank review comments
 - fixed include guard macro and copyright year
 - added missing includes that were hidden by previously unnedded includes
 - 8288623: Move Continuation classes out of javaClasses.hpp

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

Changes: https://git.openjdk.org/jdk/pull/9191/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9191&range=06
  Stats: 1062 lines in 24 files changed: 600 ins; 447 del; 15 mod
  Patch: https://git.openjdk.org/jdk/pull/9191.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/9191/head:pull/9191

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


More information about the hotspot-dev mailing list