tyan [Fri, 29 Nov 2013 09:29:25 +0000] rev 21945
8029348: ProblemList.txt updates (11/2013)
Reviewed-by: chegar
jbachorik [Thu, 28 Nov 2013 09:10:18 +0100] rev 21944
6987597: ManagementFactory.getGarbageCollectorMXBeans() returns empty list with CMS
Reviewed-by: mchung
juh [Wed, 27 Nov 2013 15:25:36 -0800] rev 21943
8021418: Intermittent: SSLSocketSSLEngineTemplate.java test fails with timeout
Reviewed-by: xuelei, wetmore
Contributed-by: rajan.halade@oracle.com
lana [Thu, 05 Dec 2013 10:32:02 -0800] rev 21942
Merge
serb [Wed, 04 Dec 2013 15:55:36 +0400] rev 21941
8029382: [macosx] Need test for JDK-7161437
Reviewed-by: pchelko, anthony
pchelko [Wed, 04 Dec 2013 15:41:03 +0400] rev 21940
8028484: [TEST_BUG][macosx] closed/java/awt/MouseInfo/JContainerMousePositionTest fails
Reviewed-by: anthony, serb
alitvinov [Wed, 04 Dec 2013 12:29:18 +0400] rev 21939
8025775: JNI warnings in TryXShmAttach
Reviewed-by: art, anthony
lana [Tue, 03 Dec 2013 15:10:37 -0800] rev 21938
Merge
pchelko [Tue, 03 Dec 2013 19:33:05 +0400] rev 21937
7124391: [TEST_BUG][macosx] MouseEvents are not dispatched when the mouse cursor leaves the component
Reviewed-by: anthony, serb
pchelko [Tue, 03 Dec 2013 15:31:07 +0400] rev 21936
8029251: [TEST_BUG][macosx] Use safari browser, the ouput contain information that DataFlavor.allHtmlFlavor is not present in the system clipboard
Reviewed-by: anthony, serb
yan [Tue, 03 Dec 2013 15:18:52 +0400] rev 21935
8023576: [TEST BUG] Compilation fails for java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java
Reviewed-by: anthony, serb
Contributed-by: Andrei Eremeev <andrei.eremeev@oracle.com>
pchelko [Fri, 29 Nov 2013 16:43:22 +0400] rev 21934
7178682: [TEST_BUG][macosx] Mouse Pressed event can't be monitored for DisabledComponentsTest.html.
Reviewed-by: anthony, serb
serb [Fri, 29 Nov 2013 16:12:03 +0400] rev 21933
8029010: [macosx] Need test for JDK-7124513
Reviewed-by: pchelko, alexsch
pchelko [Fri, 29 Nov 2013 11:08:52 +0400] rev 21932
7152982: [TEST_BUG][macosx] Extremely unstable mouse modifiers test
Reviewed-by: anthony, serb
lana [Thu, 05 Dec 2013 10:30:25 -0800] rev 21931
Merge
lana [Tue, 03 Dec 2013 17:58:12 -0800] rev 21930
Merge
prr [Tue, 03 Dec 2013 09:35:54 -0800] rev 21929
8029204: Printing a GlyphVector on Windows ignores position of first glyph
Reviewed-by: jgodinez, bae
katleman [Wed, 04 Dec 2013 23:11:27 -0800] rev 21928
Added tag jdk8-b119 for changeset ad69f3bf4111
duke [Wed, 05 Jul 2017 19:25:03 +0200] rev 21927
Merge
amurillo [Fri, 06 Dec 2013 09:29:15 -0800] rev 21926
Added tag hs25-b62 for changeset dfe9ffbee182
amurillo [Fri, 06 Dec 2013 09:29:14 -0800] rev 21925
Merge
anoll [Thu, 05 Dec 2013 12:49:55 -0800] rev 21924
Merge
anoll [Wed, 04 Dec 2013 09:31:17 +0100] rev 21923
8028109: compiler/codecache/CheckReservedInitialCodeCacheSizeArgOrder.java crashes in RT_Baseline
Summary: Use non-relocatable code to load byte_map_base
Reviewed-by: kvn, roland
simonis [Mon, 02 Dec 2013 11:12:32 +0100] rev 21922
8029190: VM_Version::determine_features() asserts on Fujitsu Sparc64 CPUs
Summary: fix code to allow testing on Fujitsu Sparc64 CPUs
Reviewed-by: kvn
rbackman [Fri, 22 Nov 2013 15:26:37 +0100] rev 21921
8028624: [TESTBUG] compiler/intrinsics/mathexact/DecExactLTest executes DecExactITest
Reviewed-by: kvn, twisti
rbackman [Fri, 22 Nov 2013 14:14:26 +0100] rev 21920
8028997: mathexact intrinsics are unstable
Reviewed-by: iveresov, kvn
ehelin [Thu, 05 Dec 2013 17:49:55 +0100] rev 21919
Merge
sjohanss [Tue, 03 Dec 2013 12:01:18 +0100] rev 21918
8029329: tmtools tests fail with NPE (in the tool) when run with G1 and FlightRecorder
Summary: Now iterating over all committed (used) G1 regions instead of all reserved.
Reviewed-by: brutisso, dsamersoff, mgerdin
ehelin [Mon, 02 Dec 2013 15:43:04 +0100] rev 21917
Merge
sjohanss [Tue, 26 Nov 2013 14:35:38 +0100] rev 21916
8027675: Full collections with Serial slower in JDK 8 compared to 7u40
Summary: Reduced the number of calls to follow_class_loader and instead marked and pushed the klass holder directly. Also removed unneeded calls to adjust_klass.
Reviewed-by: coleenp, jmasa, mgerdin, tschatzl
sspitsyn [Tue, 03 Dec 2013 13:56:10 -0800] rev 21915
Merge
sspitsyn [Tue, 03 Dec 2013 15:41:35 -0800] rev 21914
8028126: nsk/jvmti/scenarios/hotswap/HS101/hs101t006 Crashed the vm on Solaris-sparc64 fastdebug builds: only current thread can flush its registers
Summary: Fix a race between VMOp_GetCurrentLocation reaching a safepoint and arget thread exiting from Java execution
Reviewed-by: sla, dholmes, dsamersoff
Contributed-by: serguei.spitsyn@oracle.com