Tue, 25 Aug 2015 14:32:08 -0700 Merge
ddehaven [Tue, 25 Aug 2015 14:32:08 -0700] rev 32489
Merge
Wed, 26 Aug 2015 17:21:01 +0400 8051548: JColorChooser should have a way to disable transparency controls
alexsch [Wed, 26 Aug 2015 17:21:01 +0400] rev 32488
8051548: JColorChooser should have a way to disable transparency controls Reviewed-by: prr, serb
Wed, 26 Aug 2015 18:03:21 +0300 8047226: closed/java/awt/Component/GetScreenLocTest/GetScreenLocTest.html clicks on Unity's tool bar
serb [Wed, 26 Aug 2015 18:03:21 +0300] rev 32487
8047226: closed/java/awt/Component/GetScreenLocTest/GetScreenLocTest.html clicks on Unity's tool bar Reviewed-by: azvegint, alexsch
Tue, 25 Aug 2015 13:03:08 +0300 8131921: Pluggable EventQueue in modular JDK
serb [Tue, 25 Aug 2015 13:03:08 +0300] rev 32486
8131921: Pluggable EventQueue in modular JDK Reviewed-by: azvegint, alexsch
Mon, 24 Aug 2015 16:06:36 +0400 6302464: Allow programmatic enabling of subpixel anti-aliasing in Swing on ANY platform
alexsch [Mon, 24 Aug 2015 16:06:36 +0400] rev 32485
6302464: Allow programmatic enabling of subpixel anti-aliasing in Swing on ANY platform Reviewed-by: serb, azvegint
Fri, 21 Aug 2015 20:59:07 +0300 8133926: No frame icon for InternalFrame in Windows LaF
serb [Fri, 21 Aug 2015 20:59:07 +0300] rev 32484
8133926: No frame icon for InternalFrame in Windows LaF Reviewed-by: azvegint, alexsch
Thu, 20 Aug 2015 13:00:19 -0500 8133897: IndexOutOfBounds exception being thrown
ptbrunet [Thu, 20 Aug 2015 13:00:19 -0500] rev 32483
8133897: IndexOutOfBounds exception being thrown Summary: In JTabbedPane.Page.getBounds return null when indexOfTab returns -1 Reviewed-by: azvegint, alexsch Contributed-by: peter.brunet@oracle.com
Thu, 20 Aug 2015 13:46:16 +0300 8077270: Missed test data in the test on java.beans.BeanProperty
serb [Thu, 20 Aug 2015 13:46:16 +0300] rev 32482
8077270: Missed test data in the test on java.beans.BeanProperty Reviewed-by: alexsch
Thu, 20 Aug 2015 13:33:12 +0300 8067087: Fix mac-specific deprecation warnings in the java.desktop module
serb [Thu, 20 Aug 2015 13:33:12 +0300] rev 32481
8067087: Fix mac-specific deprecation warnings in the java.desktop module Reviewed-by: azvegint, alexsch
Wed, 19 Aug 2015 09:54:15 +0400 8131339: [macosx] setMaximizedBounds() doesn't work for undecorated Frame
alexsch [Wed, 19 Aug 2015 09:54:15 +0400] rev 32480
8131339: [macosx] setMaximizedBounds() doesn't work for undecorated Frame Reviewed-by: serb
Tue, 18 Aug 2015 20:42:02 +0300 8017187: [TEST BUG] [macosx] After click "test",the case failed automatically with thrown exception in the log since jdk8b75
kshefov [Tue, 18 Aug 2015 20:42:02 +0300] rev 32479
8017187: [TEST BUG] [macosx] After click "test",the case failed automatically with thrown exception in the log since jdk8b75 Reviewed-by: alexsch, serb Contributed-by: nadeesh.tv@oracle.com
Tue, 18 Aug 2015 15:51:23 +0300 8059743: Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java
serb [Tue, 18 Aug 2015 15:51:23 +0300] rev 32478
8059743: Incorrect assumtion in javax\sound\midi\Gervill\SoftProvider\GetDevice.java Reviewed-by: alexsch, amenkov
Mon, 07 Sep 2015 10:37:00 +0200 8080486: JNI exception pending in jdk/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c
dfuchs [Mon, 07 Sep 2015 10:37:00 +0200] rev 32477
8080486: JNI exception pending in jdk/src/java.base/windows/native/libnet/DualStackPlainSocketImpl.c Reviewed-by: alanb, chegar, igerasim Contributed-by: vyom.tewari@oracle.com
Fri, 04 Sep 2015 14:16:34 -0700 8135091: (fs) java/nio/file/Files/StreamLinesTest.java should test empty files
bpb [Fri, 04 Sep 2015 14:16:34 -0700] rev 32476
8135091: (fs) java/nio/file/Files/StreamLinesTest.java should test empty files Summary: In lines() add zero length case and rearrange first loop to avoid duplicate cases. Reviewed-by: rriggs
Fri, 04 Sep 2015 19:55:40 +0000 8130875: Ucrypto library leaks memory when null output buffer is specified
valeriep [Fri, 04 Sep 2015 19:55:40 +0000] rev 32475
8130875: Ucrypto library leaks memory when null output buffer is specified Summary: Avoid null output buffer to work around Solaris memory leak bug in Ucrypto library Reviewed-by: ascarpino
Fri, 04 Sep 2015 12:18:03 +0200 8134420: sun/tools/jps/TestJpsClass fails with java.lang.RuntimeException: The line 'line 2' does not match pattern '^\\d+\\s+.*': expected true, was false
jbachorik [Fri, 04 Sep 2015 12:18:03 +0200] rev 32474
8134420: sun/tools/jps/TestJpsClass fails with java.lang.RuntimeException: The line 'line 2' does not match pattern '^\\d+\\s+.*': expected true, was false Reviewed-by: sla, dsamersoff
Fri, 04 Sep 2015 09:31:47 -0700 8134364: Add defensive copies to get/set methods for OCSPNonceExtension
jnimeh [Fri, 04 Sep 2015 09:31:47 -0700] rev 32473
8134364: Add defensive copies to get/set methods for OCSPNonceExtension Summary: Make OCSPNonceExtension immutable, add defensive copies Reviewed-by: xuelei, mullan
Fri, 04 Sep 2015 15:28:01 +0300 8132082: Let OracleUcrypto accept RSAPrivateKey
igerasim [Fri, 04 Sep 2015 15:28:01 +0300] rev 32472
8132082: Let OracleUcrypto accept RSAPrivateKey Reviewed-by: xuelei, valeriep, coffeys Contributed-by: valerie.peng@oracle.com
Fri, 11 Sep 2015 10:26:37 -0700 Added tag jdk9-b81 for changeset 4d6ea5ca32e7
lana [Fri, 11 Sep 2015 10:26:37 -0700] rev 32471
Added tag jdk9-b81 for changeset 4d6ea5ca32e7
Wed, 05 Jul 2017 20:48:44 +0200 Merge
duke [Wed, 05 Jul 2017 20:48:44 +0200] rev 32470
Merge
Fri, 11 Sep 2015 13:00:54 -0700 Merge
lana [Fri, 11 Sep 2015 13:00:54 -0700] rev 32469
Merge
Tue, 08 Sep 2015 15:39:51 -0700 Merge
amurillo [Tue, 08 Sep 2015 15:39:51 -0700] rev 32468
Merge
Tue, 01 Sep 2015 12:57:41 +0300 8076758: new StringBuilder().append(String).toString() should be recognized by OptimizeStringConcat
shade [Tue, 01 Sep 2015 12:57:41 +0300] rev 32467
8076758: new StringBuilder().append(String).toString() should be recognized by OptimizeStringConcat Reviewed-by: kvn, thartmann
Mon, 31 Aug 2015 13:49:18 +0200 8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper
thartmann [Mon, 31 Aug 2015 13:49:18 +0200] rev 32466
8134493: Cleaning inline caches of unloaded nmethods should be done in sweeper Summary: Clean ICs of unloaded nmethods in sweeper to avoid impact on safepoint duration. Reviewed-by: kvn, mdoerr
Wed, 26 Aug 2015 12:43:15 +0200 8134288: compiler/runtime/6859338/Test6859338.java crashes in PhaseIdealLoop::try_move_store_after_loop
roland [Wed, 26 Aug 2015 12:43:15 +0200] rev 32465
8134288: compiler/runtime/6859338/Test6859338.java crashes in PhaseIdealLoop::try_move_store_after_loop Summary: Store nodes may not have a control if used to update profiling Reviewed-by: kvn
Fri, 11 Sep 2015 10:26:29 -0700 Added tag jdk9-b81 for changeset 6675700073c1
lana [Fri, 11 Sep 2015 10:26:29 -0700] rev 32464
Added tag jdk9-b81 for changeset 6675700073c1
Fri, 11 Sep 2015 12:59:45 -0700 Merge
lana [Fri, 11 Sep 2015 12:59:45 -0700] rev 32463
Merge
Fri, 11 Sep 2015 10:05:49 +0200 8064808: Disable use of broken objcopy on Solaris, remove adhoc helper tools
ihse [Fri, 11 Sep 2015 10:05:49 +0200] rev 32462
8064808: Disable use of broken objcopy on Solaris, remove adhoc helper tools Reviewed-by: erikj
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip