xuelei [Mon, 14 Apr 2014 13:40:45 +0000] rev 23883
8040062: Need to add new methods in BaseSSLSocketImpl
Reviewed-by: mullan
igerasim [Mon, 14 Apr 2014 16:15:10 +0400] rev 23882
8009637: Some error messages are missing a space
Reviewed-by: alanb
sla [Wed, 02 Apr 2014 12:03:25 +0200] rev 23881
8038963: com/sun/jdi tests fail because cygwin's ps sometimes misses processes
Reviewed-by: dcubed, jbachorik
sherman [Sat, 12 Apr 2014 14:38:50 -0700] rev 23880
8039751: UTF-8 decoder fails to handle some edge cases correctly
Summary: to update decoder.isMalformed4_2() to correctly detect out of range 2nd byte
Reviewed-by: alanb
michaelm [Sat, 12 Apr 2014 20:21:09 +0100] rev 23879
8036979: Support java.net.SocketOption<> in java.net socket types
Reviewed-by: alanb, chegar
katleman [Thu, 17 Apr 2014 10:13:55 -0700] rev 23878
Added tag jdk9-b09 for changeset 56fc7867c5c9
duke [Wed, 05 Jul 2017 19:37:10 +0200] rev 23877
Merge
lana [Thu, 17 Apr 2014 15:22:41 -0700] rev 23876
Merge
amurillo [Tue, 15 Apr 2014 15:37:36 -0700] rev 23875
Merge
amurillo [Fri, 11 Apr 2014 11:39:04 -0700] rev 23874
Merge
allwin [Fri, 11 Apr 2014 13:04:59 +0200] rev 23873
Merge
coleenp [Tue, 08 Apr 2014 13:58:38 -0400] rev 23872
8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)
Summary: Keep class in CLD::_klasses list and mirror created for CDS classes if OOM during restore_shareable_info(). This keeps pointers consistent for CMS.
Reviewed-by: ehelin, stefank, jmasa, iklam
mgronlun [Tue, 08 Apr 2014 11:50:01 +0200] rev 23871
8039348: -XX:+TraceDeoptimization -XX:+Verbose -Xcomp can crash VM
Reviewed-by: kvn, sla
sla [Tue, 08 Apr 2014 08:14:14 +0200] rev 23870
8038296: sun/tools/jinfo/Basic.sh: java.io.IOException: Command failed in target VM
Reviewed-by: sspitsyn, coleenp, dsamersoff
dsamersoff [Sat, 05 Apr 2014 20:59:37 +0000] rev 23869
Merge
dsamersoff [Sat, 05 Apr 2014 05:55:05 -0700] rev 23868
Merge
mgronlun [Sat, 05 Apr 2014 21:33:11 +0200] rev 23867
8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness
Reviewed-by: coleenp, minqi
fparain [Thu, 03 Apr 2014 06:39:26 -0400] rev 23866
Merge
fparain [Thu, 03 Apr 2014 09:28:28 +0000] rev 23865
8038473: Remove support for old T1 libthread
Reviewed-by: dholmes, coleenp, acorn, dcubed
kevinw [Wed, 02 Apr 2014 18:40:52 +0200] rev 23864
8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction
Reviewed-by: dholmes, dsamersoff
Contributed-by: andreas.eriksson@oracle.com
kevinw [Wed, 02 Apr 2014 16:08:59 +0100] rev 23863
8026334: hs_err improvement: Print elapsed time in a humanly readable format
Reviewed-by: coleenp, dsamersoff
Contributed-by: masato.yoshida@oracle.com
ctornqvi [Wed, 02 Apr 2014 14:15:39 +0200] rev 23862
8028733: [TESTBUG] Remove test exclusion for runtime/6626217/Test6626217.sh
Summary: Removed @ignore tag from Test6626217.sh, the fix for 7015395 had already solved the issue but left the @ignore tag
Reviewed-by: sla, lfoltan, gtriantafill
ctornqvi [Tue, 01 Apr 2014 22:39:09 +0200] rev 23861
7049895: [TESTBUG] vmerrors.sh should suppress windows .mdmp files
Summary: Added -XX:-CreateMinidumpOnCrash to vmerror.sh to suppress creation of dumps on Windows
Reviewed-by: coleenp, allwin, zgu
ehelin [Fri, 11 Apr 2014 10:31:25 +0200] rev 23860
Merge
ehelin [Tue, 08 Apr 2014 13:50:58 +0200] rev 23859
Merge
stefank [Fri, 04 Apr 2014 09:46:10 +0200] rev 23858
8039244: Don't use UINT32_FORMAT and INT32_FORMAT when printing uints and ints in the GC code
Reviewed-by: brutisso, tschatzl
jwilhelm [Thu, 03 Apr 2014 16:20:16 +0200] rev 23857
8039089: List verification enabled in product builds
Summary: Replaced the verification call to a conditional one that only runs verification in debug builds.
Reviewed-by: brutisso, tschatzl
kevinw [Thu, 03 Apr 2014 11:21:33 -0700] rev 23856
Merge
vkempik [Thu, 03 Apr 2014 17:49:31 +0400] rev 23855
8016302: Change type of the number of GC workers to unsigned int (2)
Reviewed-by: tschatzl, jwilhelm
ehelin [Mon, 31 Mar 2014 17:09:38 +0200] rev 23854
8038934: Remove prefix allocated_ from methods and variables in Metaspace
Reviewed-by: jmasa, coleenp
ehelin [Wed, 26 Mar 2014 14:15:02 +0100] rev 23853
8035667: EventMetaspaceSummary doesn't report committed Metaspace memory
Reviewed-by: jmasa, stefank
pliden [Thu, 03 Apr 2014 10:39:27 +0200] rev 23852
8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage
Reviewed-by: jmasa, sjohanss