ksrini [Tue, 16 Dec 2014 16:02:56 -0800] rev 28109
8067421: java -help contains information about "-version:",'-jre-restrict-search', '-no-jre-restrict-search', but they are removed
8067411: tools/launcher/MultipleJRE.sh requires adjustments to work with module boundaries
8067290: Missing bug id in test/tools/launcher/*
Reviewed-by: darcy
smarks [Tue, 16 Dec 2014 13:45:20 -0800] rev 28108
8035117: TEST_BUG: java/rmi/server/RemoteObject/notExtending/NotExtending.java can fail with timeout
Reviewed-by: lancea
amurillo [Tue, 16 Dec 2014 13:10:34 -0800] rev 28107
Merge
amurillo [Fri, 12 Dec 2014 07:50:34 -0800] rev 28106
Merge
amurillo [Thu, 11 Dec 2014 23:06:14 -0800] rev 28105
Merge
jbachorik [Tue, 09 Dec 2014 08:58:19 +0100] rev 28104
8059949: com/sun/tools/attach/StartManagementAgent.java interrupted! (timed out?)
Reviewed-by: sla
minqi [Mon, 08 Dec 2014 00:25:10 -0800] rev 28103
Merge
cjplummer [Thu, 04 Dec 2014 11:26:46 -0800] rev 28102
6762191: Setting stack size to 16K causes segmentation fault
Summary: Fixed by forcing the stack size to always be at least 32k.
Reviewed-by: dholmes, alanb, ksrini, sspitsyn
jbachorik [Wed, 03 Dec 2014 16:44:35 +0100] rev 28101
8064441: java/lang/management/ThreadMXBean/Locks.java fails intermittently, blocked on wrong object
Reviewed-by: dholmes, egahlin, sspitsyn
ykantser [Wed, 03 Dec 2014 11:56:02 +0100] rev 28100
8044591: [TESTBUG] com/sun/management/GarbageCollectorMXBean/GarbageCollectionNotificationp[Content]Test.java fail when -XX:+ExplicitGCInvokesConcurrent
Reviewed-by: sla, fparain
egahlin [Tue, 02 Dec 2014 16:21:33 +0100] rev 28099
6364329: jstat displays "invalid argument count" with usage
Reviewed-by: jbachorik
Contributed-by: Yuri Gaevsky <gaevsky@azulsystems.com>
ykantser [Mon, 01 Dec 2014 09:49:44 +0100] rev 28098
8066106: sun/tools/jps/TestJpsClass.java failed to remove stale attach pid file
Reviewed-by: jbachorik
egahlin [Fri, 28 Nov 2014 16:56:45 +0100] rev 28097
6618335: ThreadReference.stop(null) throws NPE instead of InvalidTypeException
Reviewed-by: sla
minqi [Wed, 26 Nov 2014 23:49:02 +0000] rev 28096
Merge
minqi [Wed, 26 Nov 2014 15:33:43 -0800] rev 28095
8038468: java/lang/instrument/ParallelTransformerLoader.sh fails with ClassCircularityError
Summary: Add check null for loader in transform to avoid when loading a class in callback handler for boot loader, CFLH set early enough to catch classes needed during class loading, i.e. sun.misc.URLClassPath$JarLoader$2 seen in the failure.
Reviewed-by: acorn, sspitsyn
Contributed-by: yumin.qi@oracle.com