jdk-24/hotspot/test/runtime
Max Ockner 1d76295d70 8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
Ensure consistent safepoint checking in Mutex/Monitor locking methods.

Reviewed-by: dholmes, dcubed, coleenp
2014-12-11 21:34:43 -05:00
..
6294277 8036010: hs: Some jtreg tests use hard coded ports 2014-02-28 14:30:25 +04:00
6626217 8051896: jtreg tests don't use $TESTJAVAOPTS 2014-08-03 12:04:17 +04:00
6819213 6941466: Oracle rebranding changes for Hotspot repositories 2010-05-27 19:08:38 -07:00
6888954 8051896: jtreg tests don't use $TESTJAVAOPTS 2014-08-03 12:04:17 +04:00
6981737 6981737: The java.vm.specification.version property is 1.0, seems like it should be 2.0 2010-11-05 09:32:08 -04:00
7100935 7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations 2011-10-19 10:52:30 -07:00
7107135 8053956: [TESTBUG] Remove @ignore tag from fixed runtime issues 2014-07-31 11:56:59 -07:00
7116786 8046233: VerifyError on backward branch 2014-08-05 09:11:35 -04:00
7158988 8055145: [TESTBUG] runtime/7158988/FieldMonitor.java fails with VMDisconnectedException 2014-09-11 10:46:32 -04:00
7160757 7160757: Problem with hotspot/runtime_classfile 2012-05-03 15:37:46 -04:00
7162488 8051896: jtreg tests don't use $TESTJAVAOPTS 2014-08-03 12:04:17 +04:00
7167069 7167069: 6 VM flags crash the VM when queried via jinfo 2012-05-10 14:16:34 +02:00
7194254 8061733: [TESTBUG] Exclude tests that have issues with Jigsaw M2 changes 2014-11-05 13:18:51 -08:00
8003720 8048620: Remove unneeded/obsolete -source/-target options in hotspot tests 2014-07-07 12:08:07 -04:00
8007320 8014709: Constructor.getAnnotatedReturnType() returns empty AnnotatedType 2013-05-31 13:02:24 +02:00
8007475 8007475: Memory stomp with UseMallocOnly 2013-02-04 13:14:12 -05:00
8010389 8010389: After fix for 7107135 a failed dlopen() call results in a VM crash 2013-03-21 20:46:46 -07:00
8024804 8028741: Interface Method Resolution should skip static and non-public methods in j.l.Object 2013-12-10 16:18:26 -05:00
8026365 8026893: Push 8026365 to TL early and add test 2013-10-19 18:32:34 -04:00
8026394 8026394: Eclipse fails with JDK8 build 111 2013-10-22 14:47:59 -04:00
CDSCompressedKPtrs 8044818: [TESTBUG] runtime/CDSCompressedKPtrs/XShareAuto.java fails with RuntimeException 'sharing' found in stderr 2014-06-22 21:23:32 -04:00
ClassFile 8016644: Improve UnsupportedClassVersionError message 2014-02-10 17:49:17 +01:00
classFileParserBug 8041918: BootstrapMethods attribute cannot be empty 2014-05-15 09:25:27 -04:00
ClassResolutionFail 8023697: failed class resolution reports different class name in detail message for the first and subsequent times 2014-05-05 19:53:00 -04:00
ClassUnload 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot 2014-08-11 17:12:41 +04:00
CommandLine 8060449: Obsolete command line flags accept arbitrary appendix 2014-11-14 13:09:53 -05:00
CompressedOops 8058369: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr 2014-09-17 06:55:12 -07:00
contended 8015272: Make @Contended within the same group to use the same oop map 2014-11-11 15:07:09 +03:00
duplAttributes 8040292: Annotation attributes must not appear more than once 2014-05-12 13:12:30 -04:00
EnclosingMethodAttr 8044738: Check attribute_length of EnclosingMethod attribute 2014-06-10 14:04:37 -04:00
ErrorHandling 8057135: [TESTBUG] Need a test to cover JDK-8050167 2014-10-24 12:32:53 +04:00
finalStatic 8028553: The JVM should not throw VerifyError when 'overriding' a static final method in a superclass 2014-01-24 08:13:42 -05:00
InternalApi 8009585: test/runtime/7196045 times out 2013-08-02 18:12:10 +02:00
interned 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot 2014-08-11 17:12:41 +04:00
jsig 8041727: [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator 2014-08-26 13:07:57 -07:00
lambda-features 8043275: Fix interface initialization for default methods 2014-10-22 15:24:37 -07:00
LoadClass 8058927: ATG throws ClassNotFoundException 2014-09-26 12:50:30 -04:00
memory 8053995: Add method to WhiteBox to get vm pagesize 2014-11-26 10:32:21 -08:00
Metaspace 8009576: Test returns ClassNotFoundException 2013-05-23 17:39:32 +02:00
NMT 8062870: src/share/vm/services/mallocTracker.hpp:64 assert(_count > 0) failed: Negative counter 2014-11-11 09:59:50 -05:00
PerfMemDestroy 8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized 2014-01-06 08:44:24 -05:00
RedefineObject 8028735: runtime/RedefineObject/TestRedefineObject.java interrupted (timed out?) on solaris_sparcv9-fastdebug-c2-runtime and solaris_x64-debugOpen-c2-runtime 2014-02-06 18:57:46 +00:00
RedefineTests 8057043: Type annotations not retained during class redefine / retransform 2014-10-22 13:59:56 +02:00
reflect 6191224: (reflect) Misleading detail string in IllegalArgumentException thrown by Array.get<Type> 2014-10-23 14:43:08 -07:00
Safepoint 8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint 2014-12-11 21:34:43 -05:00
SharedArchiveFile 8065050: vm crashes during CDS dump when very small SharedMiscDataSize is specified 2014-12-05 12:24:10 -08:00
StackGuardPages 8042155: [TESTBUG] Tests for stack guard pages have to be cleaned up 2014-05-22 13:22:09 -07:00
testlibrary 8009576: Test returns ClassNotFoundException 2013-05-23 17:39:32 +02:00
Thread 8046287: [TESTBUG] runtime/Thread/TestThreadDumpMonitorContention.java failed error_cnt=12 2014-06-12 15:57:16 -07:00
Unsafe 8048076: [TESTBUG] runtime/Unsafe/RangeCheck.java fails with -Xcomp 2014-06-25 13:03:29 -07:00
verifier 8026894: Improve VerifyError message about overriding a final method 2014-07-03 10:25:42 -04:00
whitebox 8011397: JTREG needs to copy additional WhiteBox class file to JTwork/scratch/sun/hotspot 2014-08-11 17:12:41 +04:00
XCheckJniJsig 8023735: [TESTBUG] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X 2013-12-23 18:44:59 -05:00