8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32
Reviewed-by: chagedorn
This commit is contained in:
parent
cab4ff6454
commit
b96cb048f1
test/hotspot/jtreg/compiler
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright 2009 Goldman Sachs International. All Rights Reserved.
|
||||
* Copyright (C) 2022 THL A29 Limited, a Tencent company. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -27,6 +28,7 @@
|
||||
* @bug 6865031
|
||||
* @summary Application gives bad result (throws bad exception) with compressed oops
|
||||
*
|
||||
* @requires vm.bits == 64
|
||||
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops
|
||||
* -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching
|
||||
* -XX:CompileCommand=inline,compiler.c2.cr6865031.AbstractMemoryEfficientList::equals
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2009, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -26,6 +26,7 @@
|
||||
* @bug 6826736
|
||||
* @summary CMS: core dump with -XX:+UseCompressedOops
|
||||
*
|
||||
* @requires vm.bits == 64
|
||||
* @run main/othervm/timeout=600 -XX:+IgnoreUnrecognizedVMOptions -Xbatch
|
||||
* -XX:+ScavengeALot -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g
|
||||
* -XX:CompileThreshold=100 -XX:-BlockLayoutRotateLoops
|
||||
|
Loading…
x
Reference in New Issue
Block a user