Integrated: 8330806: test/hotspot/jtreg/compiler/c1/TestLargeMonitorOffset.java fails on ARM32

Aleksei Voitylov avoitylov at openjdk.org
Tue Jul 9 10:30:39 UTC 2024


On Mon, 22 Apr 2024 14:21:09 GMT, Aleksei Voitylov <avoitylov at openjdk.org> wrote:

> TestLargeMonitorOffset was introduced by 8310844 with a fix for the AArch64 platform. The same issue needs to be fixed for ARM32. With this change, we add the large slot_offset handling to the ARM32 version of IR_Assembler::osr_entry().
> 
> Testing: jtreg hotspot, jtreg jdk tier1-3.

This pull request has now been integrated.

Changeset: 0e0dfca2
Author:    Aleksei Voitylov <avoitylov at openjdk.org>
Committer: Dmitry Samersoff <dsamersoff at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0e0dfca21f64ecfcb3e5ed7cdc2a173834faa509
Stats:     8 lines in 1 file changed: 6 ins; 0 del; 2 mod

8330806: test/hotspot/jtreg/compiler/c1/TestLargeMonitorOffset.java fails on ARM32

Reviewed-by: snazarki, dsamersoff

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

PR: https://git.openjdk.org/jdk/pull/18891


More information about the hotspot-compiler-dev mailing list