8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test6826736.java fails on x86_32

Reviewed-by: chagedorn
This commit is contained in:
Jie Fu 2022-03-18 07:58:58 +00:00
parent cab4ff6454
commit b96cb048f1
2 changed files with 4 additions and 1 deletions
test/hotspot/jtreg/compiler
c2/cr6865031
runtime

@ -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