1 # 2 # Copyright Amazon.com Inc. or its affiliates. All Rights Reserved. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 # 5 # This code is free software; you can redistribute it and/or modify it 6 # under the terms of the GNU General Public License version 2 only, as 7 # published by the Free Software Foundation. 8 # 9 # This code is distributed in the hope that it will be useful, but WITHOUT 10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 # version 2 for more details (a copy is included in the LICENSE file that 13 # accompanied this code). 14 # 15 # You should have received a copy of the GNU General Public License version 16 # 2 along with this work; if not, write to the Free Software Foundation, 17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 18 # 19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 20 # or visit www.oracle.com if you need additional information or have any 21 # questions. 22 # 23 24 # 25 # These tests are problematic when +UseCompactObjectHeaders is enabled. 26 # The test exclusions are for the cases when we are sure the tests would fail 27 # for the known and innocuous implementation reasons. 28 # 29 30 31 # 32 # Tests require specific UseCompressedClassPointers mode 33 # 34 gc/arguments/TestCompressedClassFlags.java 1234567 generic-all 35 36 37 # 38 # Tests require specific UseBiasedLocking mode 39 # 40 runtime/logging/BiasedLockingTest.java 8256425 generic-all 41 compiler/rtm/cli/TestUseRTMLockingOptionWithBiasedLocking.java 8256425 generic-x64,generic-i586 42 jdk/jfr/event/runtime/TestBiasedLockRevocationEvents.java 8256425 generic-all 43 44 45 # 46 # Test library tests do not like non-whitelisted +UCOH flag 47 # 48 testlibrary_tests/ir_framework/tests/TestCheckedTests.java 1234567 generic-all 49 testlibrary_tests/ir_framework/tests/TestBadFormat.java 1234567 generic-all 50 testlibrary_tests/ir_framework/tests/TestRunTests.java 1234567 generic-all 51 testlibrary_tests/ir_framework/tests/TestScenarios.java 1234567 generic-all 52 testlibrary_tests/ir_framework/tests/TestIRMatching.java 1234567 generic-all