On Fri, 28 Jan 2022 15:37:59 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:

> Recent test regression after adding new cases in the test. Without compressed 
> oops, ~1G elements `Object[]` array takes >8G of memory, which fails the 
> test. The fix cuts it down to 512M when reference size is 8 bytes. 
> Additionally, `ObjectAlignmentInBytes=32` is excessive for new test configs.
> 
> Additional testing: 
>  - [x] Linux x86_64 fastdebug, default, affected test still passes
>  - [x] Linux x86_32 fastdebug, default, affected test still passes
>  - [x] Linux x86_64 fastdebug, `-XX:-UseCompressedOops`, affected test now 
> passes

This pull request has now been integrated.

Changeset: 251351f4
Author:    Aleksey Shipilev <sh...@openjdk.org>
URL:       
https://git.openjdk.java.net/jdk/commit/251351f49498ea39150b38860b8f73232fbaf05d
Stats:     10 lines in 1 file changed: 1 ins; 3 del; 6 mod

8280889: java/lang/instrument/GetObjectSizeIntrinsicsTest.java fails with 
-XX:-UseCompressedOops

Reviewed-by: sspitsyn, dcubed

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

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

Reply via email to