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

Ioi Lam iklam at openjdk.org
Tue Jun 21 19:56:40 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 incrementally with one additional commit since the last revision:

  moved to runtime/continuationJavaClasses.hpp

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/9191/files
  - new: https://git.openjdk.org/jdk/pull/9191/files/145e44ac..9d998d7a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=9191&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=9191&range=03-04

  Stats: 13 lines in 7 files changed: 7 ins; 6 del; 0 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