Integrated: 8283352: [CDS] SharedBaseAddress.java fails on x86_32

Jie Fu jiefu at openjdk.java.net
Sat Mar 19 07:12:29 UTC 2022


On Fri, 18 Mar 2022 02:27:14 GMT, Jie Fu <jiefu at openjdk.org> wrote:

> Hi all, 
> 
> Three cds tests fail on x86_32 due to incorrect VM testing parameters.
> 
> runtime/cds/appcds/SharedBaseAddress.java
> runtime/cds/SharedBaseAddress.java#id1
> runtime/cds/SharedBaseAddress.java#id0
> 
> 
> Here is part of the failing log.
> 
> [STDERR]
> Improperly specified VM option 'SharedBaseAddress=8g'
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> 
> 
> [STDERR]
> Improperly specified VM option 'SharedBaseAddress=0x800001000'
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit.
> 
> 
> The fix just excludes them for 32-bit VMs.
> 
> Thanks.
> Best regards,
> Jie

This pull request has now been integrated.

Changeset: 10ccfffa
Author:    Jie Fu <jiefu at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/10ccfffae1f18dd1a3d2f3dca53ad547d3d3ecb5
Stats:     45 lines in 2 files changed: 28 ins; 4 del; 13 mod

8283352: [CDS] SharedBaseAddress.java fails on x86_32

Reviewed-by: dholmes, iklam, stuefe

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

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


More information about the hotspot-runtime-dev mailing list