[jdk17u-dev] RFR: 8303588: [JVMCI] make JVMCI source directories conform with standard layout

Martin Doerr mdoerr at openjdk.org
Wed Apr 19 09:29:50 UTC 2023


On Tue, 18 Apr 2023 07:57:56 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 17.0.8-oracle.
> 
> The set of files of jvmci differ in 17 and head. 
> Thus I had to fix the following:
> 
> The following four files: HotSpotConstantPoolObject.java  HotSpotMetaData.java  HotSpotSentinelConstant.java  TranslatedException.java
> located in src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/ were not covered
> by the change. I moved them by hand.
> 
> Moving files from 
> a/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot.riscv64/src/jdk/vm/ci/hotspot/riscv64 and.
> a/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.riscv64/src/jdk/vm/ci/riscv64/ dropped.
> They are not in 17.

LGTM.

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

Marked as reviewed by mdoerr (Reviewer).

PR Review: https://git.openjdk.org/jdk17u-dev/pull/1257#pullrequestreview-1391653996


More information about the jdk-updates-dev mailing list