RFR: 8339416: [s390x] Provide implementation for resolve_global_jobject [v3]

Amit Kumar amitkumar at openjdk.org
Wed Sep 18 09:14:14 UTC 2024


On Tue, 17 Sep 2024 11:01:40 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:

>> This PR provides "resolve_global_jobject" method implementation for s390x-port. 
>> 
>> Testing:
>> * Tier1 test with Fastdebug; 
>> * Added these changes on top of https://github.com/openjdk/jdk/pull/20479 and modified the call in the stubGenerator_s390.cpp file; 
>> *  1. Ran tier1 test with a call to  "resolve_jobect"
>> *  2. Ran tier1 test with a call to  "resolve_global_jobject" 
>> 
>> I didn't see any new failure appearing there.
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
> 
>   implements ModRefBarrierSetAssembler::resolve_jobject

I did another round of testing similar to aboe mentioned in the description. Result came out clean again. So I guess we are good to go.

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

PR Comment: https://git.openjdk.org/jdk/pull/20986#issuecomment-2357920871


More information about the hotspot-dev mailing list