RFR: 8264135: UnsafeGetStableArrayElement should account for different JIT implementation details [v2]

Doug Simon dnsimon at openjdk.java.net
Wed Mar 24 22:15:00 UTC 2021


On Wed, 24 Mar 2021 21:19:41 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Doug Simon has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>> 
>>   8264135: UnsafeGetStableArrayElement should account for different JIT implementation details
>
> I suggest to leave `testUnsafeAccess()` intact and adjust `testMatched`/`testMismatched` to take into account whether `Compiler.isGraalEnabled() == true` or not.

Ok, good suggestion - done.

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

PR: https://git.openjdk.java.net/jdk/pull/3180


More information about the hotspot-compiler-dev mailing list