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

Goetz Lindenmaier goetz at openjdk.org
Thu Apr 20 08:36:54 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.

This pull request has now been integrated.

Changeset: ba457ab3
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/ba457ab361c7fde9d10e4da130454cf492502233
Stats:     12 lines in 205 files changed: 0 ins; 12 del; 0 mod

8303588: [JVMCI] make JVMCI source directories conform with standard layout

Reviewed-by: mdoerr
Backport-of: 9fdbf3cfc4bf58daa93807b47e403536e4681e90

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

PR: https://git.openjdk.org/jdk17u-dev/pull/1257


More information about the jdk-updates-dev mailing list