jwilhelm [Thu, 16 Mar 2017 16:40:40 -0700] rev 46847
Merge
cjplummer [Fri, 17 Mar 2017 15:41:14 -0700] rev 46846
8175342: assert(InstanceKlass::cast(k)->is_initialized()) failed: need to increase java_thread_min_stack_allowed calculation
Summary: Remove the pthreads stack guard page from the thread created in ContinueInNewThread0
Reviewed-by: dholmes, dsamersoff
hseigel [Fri, 17 Mar 2017 08:40:12 -0400] rev 46845
8175288: [TESTBUG] sun/tools/jcmd/TestJcmdDefaults.java failed to parse output of other java process
Summary: Enable dotall mode so test can parse Java process names containing line terminators
Reviewed-by: ctornqvi, mseledtsov, gtriantafill
cjplummer [Thu, 16 Mar 2017 18:16:39 -0700] rev 46844
8176797: [TESTBUG] tools/launcher/Settings.java -Xss size is too small
Summary: increase from 256000 to 256k
Reviewed-by: dholmes, ctornqvi, stsmirno, ksrini
coleenp [Tue, 14 Mar 2017 20:53:08 -0400] rev 46843
Merge
jwilhelm [Mon, 06 Mar 2017 19:52:42 +0100] rev 46842
Merge
sspitsyn [Thu, 02 Mar 2017 16:03:38 -0800] rev 46841
8134103: JVMTI_ERROR_WRONG_PHASE(112): on checking for an interface
Summary: Add guards to the jdwp agent shutdown
Reviewed-by: dholmes, dcubed, dsamersoff
rehn [Thu, 02 Mar 2017 09:59:46 +0100] rev 46840
8136650: Add support for custom jtreg native tests
Reviewed-by: ctornqvi, erikj
bobv [Fri, 24 Feb 2017 12:33:00 -0500] rev 46839
Merge
bobv [Thu, 09 Feb 2017 15:24:38 -0500] rev 46838
8172670: AOT Platform Support for Windows and Mac OS X x64
Reviewed-by: mchung, alanb
asaha [Fri, 18 Aug 2017 04:36:56 +0000] rev 46837
Added tag jdk-10+20 for changeset c647e44ea1b9
dfuchs [Thu, 17 Aug 2017 16:48:45 +0100] rev 46836
8177935: java/net/httpclient/http2/FixedThreadPoolTest.java fails frequently
Summary: fixes a race condition in AsyncWriteQueue
Reviewed-by: chegar
duke [Fri, 25 Aug 2017 12:38:16 +0200] rev 46835
Merge
jwilhelm [Tue, 22 Aug 2017 16:20:30 +0200] rev 46834
Merge
bobv [Mon, 21 Aug 2017 18:14:59 +0200] rev 46833
Merge
bobv [Mon, 21 Aug 2017 12:07:06 -0400] rev 46832
8186115: libelf still referenced after 8172670
Reviewed-by: kvn, twisti, erikj, dholmes
iignatyev [Mon, 21 Aug 2017 07:08:40 -0700] rev 46831
8186390: test for JDK-4755500
Reviewed-by: thartmann
kevinw [Mon, 21 Aug 2017 12:19:25 +0000] rev 46830
Merge
kevinw [Thu, 17 Aug 2017 15:17:31 +0530] rev 46829
8180366: [TESTBUG] gc/g1/humongousObjects/TestHumongousClassLoader should not be run with class unloading disabled
Reviewed-by: dfazunen
Contributed-by: muthusamy.chinnathambi@oracle.com
sjohanss [Mon, 21 Aug 2017 10:45:02 +0200] rev 46828
8177544: Restructure G1 Full GC code
Reviewed-by: tschatzl, ehelin
goetz [Sun, 20 Aug 2017 22:20:42 -0400] rev 46827
8185112: [TESTBUG] Serviceability tests cannot parse float if non US locale.
Reviewed-by: simonis, goetz, dholmes
Contributed-by: Arno Zeller <arno.zeller@sap.com>
iignatyev [Fri, 18 Aug 2017 14:54:43 -0700] rev 46826
8183337: hotspot/compiler/aot tests fail due to missed tools
Reviewed-by: kvn
iignatyev [Sun, 20 Aug 2017 20:36:11 -0700] rev 46825
8186095: upgrade to jtreg 4.2 b08
Reviewed-by: rriggs, mchung, dholmes, iklam
jwilhelm [Fri, 18 Aug 2017 18:39:37 +0200] rev 46824
Merge
goetz [Wed, 16 Aug 2017 16:00:15 +0200] rev 46823
8186293: [aix] Fix thread creation with huge stack sizes
Reviewed-by: stuefe, dholmes
never [Wed, 16 Aug 2017 20:57:00 +0000] rev 46822
Merge
never [Wed, 16 Aug 2017 20:14:54 +0000] rev 46821
Merge
never [Tue, 15 Aug 2017 17:18:00 +0000] rev 46820
8185736: missing default exception handler in calls to rethrow_Stub
Reviewed-by: kvn
jwilhelm [Wed, 16 Aug 2017 21:47:17 +0200] rev 46819
Merge
hseigel [Wed, 16 Aug 2017 11:17:54 -0400] rev 46818
8186089: Move Arena to its own header file
Summary: Move classes Chunk and Arena to new arena.hpp and arena.cpp files
Reviewed-by: coleenp, gtriantafill
jiangli [Tue, 15 Aug 2017 18:19:18 -0400] rev 46817
Merge
jiangli [Tue, 15 Aug 2017 18:13:20 -0400] rev 46816
8186238: The constant pool entry to empty string ("") should not be pre-resolved during CDS dump time.
Summary: Skip constant pool entry to empty string during pre-resolving at CDS dump time.
Reviewed-by: iklam, dcubed