anoll [Sun, 26 Jan 2014 23:01:57 -0800] rev 22803
Merge
anoll [Mon, 27 Jan 2014 07:54:25 +0100] rev 22802
8009738: compiler/6826736/Test.java times out on big machines
Summary: Added -Xmx256m -XX:ParallelGCThreads=4 to the test @run command. Verified that 256m is enough to trigger old 6826736 bug.
Reviewed-by: kvn
kvn [Fri, 24 Jan 2014 13:30:55 -0800] rev 22801
Merge
shade [Fri, 24 Jan 2014 15:26:56 +0400] rev 22800
8032490: Remove -XX:+-UseOldInlining
Summary: Move the option to obsolete options list, purge the redundant compiler code.
Reviewed-by: kvn, jrose
roland [Fri, 24 Jan 2014 09:31:53 +0100] rev 22799
8027422: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no longer needed
Summary: type methods shouldn't always operate on speculative part
Reviewed-by: kvn, twisti
coleenp [Tue, 18 Feb 2014 09:54:24 -0500] rev 22798
8035132: [TESTBUG] test/runtime/lambda-features/InvokespecialInterface.java test has unrecognized option
Summary: add IgnoreUnrecognizedVMOptions for product mode run
Reviewed-by: ctornqvi, dholmes
sspitsyn [Tue, 18 Feb 2014 06:19:49 -0800] rev 22797
8034249: need more workarounds for suspend equivalent condition issue
Summary: Collect data at safepoint, do not rely on thread suspension
Reviewed-by: dcubed, dholmes
Contributed-by: serguei.spitsyn@oracle.com
sla [Tue, 18 Feb 2014 09:15:40 +0100] rev 22796
8034080: Remove the USDT1 dtrace code from Hotspot
Reviewed-by: dholmes, coleenp
hseigel [Sat, 15 Feb 2014 14:41:04 -0500] rev 22795
Merge
coleenp [Sat, 15 Feb 2014 13:03:38 -0500] rev 22794
8027146: Class loading verification failure if GC occurs in Universe::flush_dependents_on
Summary: Remove search in system dictionary and hacks, replace with verifying in CLD::_klasses list.
Reviewed-by: dcubed, acorn
sjiang [Fri, 14 Feb 2014 16:17:22 +0100] rev 22793
8007710: runtime/7158988/FieldMonitor.java fails with com.sun.jdi.VMDisconnectedException: Connection closed
Reviewed-by: sla, jbachorik, sspitsyn
ccheung [Fri, 14 Feb 2014 09:50:17 -0800] rev 22792
8034860: Fatal error due to incorrect thread state during nightly testing
Summary: use the HAS_PENDING_EXCEPTION and CLEAR_PENDING_EXCEPTION macros
Reviewed-by: dholmes, coleenp, dcubed
dsamersoff [Wed, 12 Feb 2014 22:16:39 +0000] rev 22791
Merge
dsamersoff [Wed, 12 Feb 2014 21:55:56 +0000] rev 22790
Merge
dsamersoff [Wed, 12 Feb 2014 23:39:53 +0400] rev 22789
7127191: SA JSDB does not display native symbols correctly for transported Linux cores
Summary: Better handle SA_ALTROOT
Reviewed-by: sla, sspitsyn
ctornqvi [Wed, 12 Feb 2014 20:40:02 +0100] rev 22788
8034781: [TESTBUG] runtime/ClassFileUnsupportedClassFileVersion.java unable to find or load main class
Summary: Passed empty string to ProcessBuilder which caused problems on Linux, fixed by checking string length
Reviewed-by: lfoltan, sla, mseledtsov
ccheung [Wed, 12 Feb 2014 12:09:22 -0800] rev 22787
Merge
ccheung [Wed, 12 Feb 2014 12:01:45 -0800] rev 22786
8028785: [parfait] warnings from b116 for hotspot.src.share.vm.prims: JNI exception pending
Summary: added JNI exception pending check in several files under src/share/vm/prims directory
Reviewed-by: coleenp, minqi
mduigou [Wed, 12 Feb 2014 10:55:28 -0800] rev 22785
Merge
mduigou [Wed, 12 Feb 2014 09:37:18 -0800] rev 22784
8030350: Enable additional compiler warnings for GCC
Reviewed-by: dholmes, coleenp, erikj, tbell, ihse
dsamersoff [Wed, 12 Feb 2014 22:08:43 +0400] rev 22783
8023667: SA: ExceptionBlob and other C2 classes not available in client VM
Summary: Ignore error of intialization of C2 only variables
Reviewed-by: sla, dholmes
henryjen [Tue, 11 Feb 2014 21:32:19 -0800] rev 22782
8033215: clang: node.cpp:284 IDX_INIT macro use uninitialized field _out
Reviewed-by: twisti, kvn
lana [Mon, 24 Feb 2014 12:56:19 -0800] rev 22781
Merge
lana [Thu, 20 Feb 2014 19:59:26 -0800] rev 22780
Merge
jeff [Tue, 28 Jan 2014 20:09:41 +0000] rev 22779
8032816: THIRDPARTYREADME LittleCMS preamble missing JRE 8 & JDK 8
Reviewed-by: lana
jeff [Mon, 13 Jan 2014 14:42:26 -0800] rev 22778
7129980: Third Party License Readme update for JDK8
Reviewed-by: lana, tbell
ehelin [Thu, 13 Feb 2014 17:57:27 +0100] rev 22777
Merge
sjohanss [Wed, 05 Feb 2014 11:05:13 +0100] rev 22776
8033426: Scale initial NewSize using NewRatio if not set on command line
Summary: Now using NewRatio to size initial NewSize if not specified on commandline.
Reviewed-by: jmasa, jwilhelm
jwilhelm [Tue, 10 Dec 2013 15:11:02 +0100] rev 22775
8026849: Fix typos in the GC code, part 2
Summary: Fixed typos in assert messages, flag descriptions and verbose messages
Reviewed-by: stefank, tschatzl
stefank [Mon, 10 Feb 2014 12:58:09 +0100] rev 22774
8033923: Use BufferingOopClosure for G1 code root scanning
Reviewed-by: mgerdin, brutisso
ehelin [Mon, 10 Feb 2014 14:37:53 +0100] rev 22773
Merge
stefank [Mon, 10 Feb 2014 12:51:51 +0100] rev 22772
8033764: Remove the usage of StarTask from BufferingOopClosure
Reviewed-by: mgerdin, brutisso, tschatzl