[jdk17u-dev] Integrated: 8296967: [JVMCI] rationalize relationship between getCodeSize and getCode in ResolvedJavaMethod

Severin Gehwolf sgehwolf at openjdk.org
Fri Nov 25 17:31:03 UTC 2022


On Fri, 25 Nov 2022 14:46:01 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> Not clean. Copyright in `HotSpotResolvedJavaMethodImpl.java`. `getCodeSizeTest` in
> `TestResolvedJavaMethod.java` fixed up manually, as well as omitted `equalsTest` changes
> as that test is not in 17u (because both, JDK-8289687 and JDK-8289094 are not in 17u).
> 
> HotSpotResolvedJavaFieldTest.java will need a follow-up, JDK-8297590, in order to fix the test
> and let it run. I'll get that backported to 17u once it's in JDK tip.
> 
> This pr depends on #933 as that PR changes the signature of the `createField` static method in
> `HotSpotResolvedObjectTypeImpl` (which the test fix of JDK-8297590 corrects).
> 
> Testing: jvmci tests (with backport of JDK-8297590 applied). Existing and newly included tests pass.

This pull request has now been integrated.

Changeset: b464cc2d
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk17u-dev/commit/b464cc2d92a5db7c4dfbab4ac1e6d52908b29028
Stats:     309 lines in 8 files changed: 231 ins; 38 del; 40 mod

8296967: [JVMCI] rationalize relationship between getCodeSize and getCode in ResolvedJavaMethod

Reviewed-by: adinn
Backport-of: 37848a9ca2ab3021e7b3b2e112bab4631fbe1d99

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

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


More information about the jdk-updates-dev mailing list