[lworld] RFR: 8348607: [lworld] Calls to Unsafe.getValue() / Unsafe.putValue() must be updated [v4]
Tobias Hartmann
thartmann at openjdk.org
Fri Jan 31 08:16:03 UTC 2025
On Fri, 31 Jan 2025 00:29:53 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Core libraries counterpart of #1336.
>>
>> This requires MemberName to fetch more information in initialization. A new int high flag field is added, in anticipation to a merger with the regular int flag field in the future. Currently, directly migrating the flags field to long is too impactful to the whole codebase.
>>
>> Also 8348680 is addressed as well; it's some minor updates to make the null checks specific to references VH.
>>
>> Testing: test/jdk/java/lang/invoke
>
> Chen Liang has updated the pull request incrementally with one additional commit since the last revision:
>
> Omitted remnants
Instead of problem listing the entire TestIntrinsics.java, could you please only exclude the failing sub-tests, via `-DExclude=...`? See "2.6 Framework Debug and Stress Flags" of https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/compiler/lib/ir_framework/README.md
-------------
PR Comment: https://git.openjdk.org/valhalla/pull/1340#issuecomment-2626577919
More information about the valhalla-dev
mailing list