Skip to content

Commit

Permalink
8283353: compiler/c2/cr6865031/Test.java and compiler/runtime/Test682…
Browse files Browse the repository at this point in the history
…6736.java fails on x86_32

Backport-of: b96cb048f1a7f3ae6e745b245f2b04c64ebb911e
  • Loading branch information
GoeLin committed Oct 16, 2022
1 parent d613b78 commit a721e37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/hotspot/jtreg/compiler/c2/cr6865031/Test.java
@@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion test/hotspot/jtreg/compiler/runtime/Test6826736.java
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit a721e37

Please sign in to comment.