Fri, 20 May 2016 13:48:58 +0900 7102969: currency.properties supercede not working correctly
nishjain [Fri, 20 May 2016 13:48:58 +0900] rev 38440
7102969: currency.properties supercede not working correctly 8149452: j.t.SimpleDateFormat.getDateFormatSymbols().getZoneStrings() returns incorrect result for some time zones 8157138: Error while fetching currency instance by Currency.getInstance(currencycode) Reviewed-by: naoto, okutsu, peytoia
Fri, 20 May 2016 11:20:49 +0800 8138766: New default -sigalg for keytool
weijun [Fri, 20 May 2016 11:20:49 +0800] rev 38439
8138766: New default -sigalg for keytool Reviewed-by: mullan
Fri, 20 May 2016 11:15:05 +0800 8149521: automatic discovery of LDAP servers with Kerberos authentication
weijun [Fri, 20 May 2016 11:15:05 +0800] rev 38438
8149521: automatic discovery of LDAP servers with Kerberos authentication Reviewed-by: vinnie
Thu, 19 May 2016 19:45:04 -0700 8157344: Multiple test timeouts after push for JDK-8141039
asmotrak [Thu, 19 May 2016 19:45:04 -0700] rev 38437
8157344: Multiple test timeouts after push for JDK-8141039 8156606: java/security/SecureRandom/Serialize.java gets time out in Linux Reviewed-by: weijun
Thu, 19 May 2016 16:25:35 -0700 8029891: Deadlock detected in java/lang/ClassLoader/deadlock/GetResource.java
bchristi [Thu, 19 May 2016 16:25:35 -0700] rev 38436
8029891: Deadlock detected in java/lang/ClassLoader/deadlock/GetResource.java Summary: Properties now stores values in an internal ConcurrentHashMap Reviewed-by: mchung, dholmes, plevart
Thu, 19 May 2016 16:05:33 -0700 8155847: SHA groups needed for jdk.security.provider.preferred
ascarpino [Thu, 19 May 2016 16:05:33 -0700] rev 38435
8155847: SHA groups needed for jdk.security.provider.preferred Reviewed-by: valeriep, mullan
Thu, 19 May 2016 20:14:17 +0000 Merge
lana [Thu, 19 May 2016 20:14:17 +0000] rev 38434
Merge
Thu, 19 May 2016 19:46:20 +0000 Merge
lana [Thu, 19 May 2016 19:46:20 +0000] rev 38433
Merge
Thu, 19 May 2016 12:04:54 -0700 8144062: Move jdk.Version to java.lang.Runtime.Version
iris [Thu, 19 May 2016 12:04:54 -0700] rev 38432
8144062: Move jdk.Version to java.lang.Runtime.Version Reviewed-by: abuckley, alanb, forax, jjg, mchung, psandoz
Thu, 19 May 2016 11:17:35 -0700 8157068: ExceptionInInitializerError if images build patched to use exploded version of jdk.internal.module.SystemModules
mchung [Thu, 19 May 2016 11:17:35 -0700] rev 38431
8157068: ExceptionInInitializerError if images build patched to use exploded version of jdk.internal.module.SystemModules Reviewed-by: alanb
Thu, 19 May 2016 09:16:59 -0700 8134267: javax/net/ssl/TLS/TestJSSE.java fails intermittently with BindException: Address already in use
asmotrak [Thu, 19 May 2016 09:16:59 -0700] rev 38430
8134267: javax/net/ssl/TLS/TestJSSE.java fails intermittently with BindException: Address already in use Reviewed-by: chegar
Thu, 19 May 2016 16:08:40 +0200 8157239: java/lang/invoke/VarHandles/ tests fail by timeout with -Xcomp with lambda form linkage
psandoz [Thu, 19 May 2016 16:08:40 +0200] rev 38429
8157239: java/lang/invoke/VarHandles/ tests fail by timeout with -Xcomp with lambda form linkage Reviewed-by: vlivanov
Thu, 19 May 2016 16:59:31 +0300 8148604: JEP 280, Switch to more optimal concatenation strategy
shade [Thu, 19 May 2016 16:59:31 +0300] rev 38428
8148604: JEP 280, Switch to more optimal concatenation strategy Reviewed-by: psandoz, redestad
Thu, 19 May 2016 16:08:39 +0300 8072579: XjcOptionalPropertyTest.java creates files in test.src
aefimov [Thu, 19 May 2016 16:08:39 +0300] rev 38427
8072579: XjcOptionalPropertyTest.java creates files in test.src Reviewed-by: joehw
Thu, 19 May 2016 15:58:44 +0300 8157096: [TEST_BUG] test/javax/xml/bind/xjc/8145039/JaxbMarshallTest.java is skipped by jtreg
aefimov [Thu, 19 May 2016 15:58:44 +0300] rev 38426
8157096: [TEST_BUG] test/javax/xml/bind/xjc/8145039/JaxbMarshallTest.java is skipped by jtreg Reviewed-by: shade, joehw
Thu, 19 May 2016 13:10:08 +0100 8148834: Update module-info reader/writer to 53.0
alanb [Thu, 19 May 2016 13:10:08 +0100] rev 38425
8148834: Update module-info reader/writer to 53.0 Reviewed-by: sundar, chegar
Thu, 19 May 2016 13:08:36 +0100 8157290: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java failing
alanb [Thu, 19 May 2016 13:08:36 +0100] rev 38424
8157290: jdk/modules/scenarios/overlappingpackages/OverlappingPackagesTest.java failing Reviewed-by: chegar
Thu, 19 May 2016 04:20:08 -0700 8141039: Test Task: Develop new tests for JEP 273: DRBG-Based SecureRandom Implementations
ssahoo [Thu, 19 May 2016 04:20:08 -0700] rev 38423
8141039: Test Task: Develop new tests for JEP 273: DRBG-Based SecureRandom Implementations Reviewed-by: weijun
Thu, 19 May 2016 11:13:52 +0200 8149574: Fix java/lang/invoke/MethodHandleImpl's use of Unsafe.defineAnonymousClass()
srastogi [Thu, 19 May 2016 11:13:52 +0200] rev 38422
8149574: Fix java/lang/invoke/MethodHandleImpl's use of Unsafe.defineAnonymousClass() Reviewed-by: vlivanov, psandoz, sundar, mhaupt
Wed, 18 May 2016 11:31:23 -0700 8156807: Pack200 must support v53.0 class files
ksrini [Wed, 18 May 2016 11:31:23 -0700] rev 38421
8156807: Pack200 must support v53.0 class files Reviewed-by: mchung, shade
Wed, 18 May 2016 16:36:52 -0700 8156035: Remove intermittent key from sun/security/rsa/SpecTest.java
rhalade [Wed, 18 May 2016 16:36:52 -0700] rev 38420
8156035: Remove intermittent key from sun/security/rsa/SpecTest.java Reviewed-by: mullan
Wed, 18 May 2016 22:55:35 +0000 8151856: Note that disabledAlgorithms override the same algorithms of legacyAlgorithms
xuelei [Wed, 18 May 2016 22:55:35 +0000] rev 38419
8151856: Note that disabledAlgorithms override the same algorithms of legacyAlgorithms Reviewed-by: mullan, weijun
Wed, 18 May 2016 21:00:33 +0200 8133549: Generalize jshell's EditingHistory
jlahoda [Wed, 18 May 2016 21:00:33 +0200] rev 38418
8133549: Generalize jshell's EditingHistory Summary: Adding a generic EditingHistory to jdk.internal.le, for use by both jjs and jshell Reviewed-by: sundar
Wed, 18 May 2016 09:57:35 -0700 Merge
prr [Wed, 18 May 2016 09:57:35 -0700] rev 38417
Merge
Fri, 13 May 2016 12:44:53 +0300 8155001: SystemTray.remove() leaks GDI Objects in Windows
dmarkov [Fri, 13 May 2016 12:44:53 +0300] rev 38416
8155001: SystemTray.remove() leaks GDI Objects in Windows Reviewed-by: serb, alexp
Fri, 13 May 2016 11:31:05 +0300 8047931: Remove unused medialib code
vadim [Fri, 13 May 2016 11:31:05 +0300] rev 38415
8047931: Remove unused medialib code Reviewed-by: bae
Thu, 12 May 2016 11:03:07 -0700 Merge
prr [Thu, 12 May 2016 11:03:07 -0700] rev 38414
Merge
Thu, 12 May 2016 20:43:37 +0400 8154539: Examine the desktop module's use of sun.misc.SoftCache
alexsch [Thu, 12 May 2016 20:43:37 +0400] rev 38413
8154539: Examine the desktop module's use of sun.misc.SoftCache Reviewed-by: prr, chegar, mchung
Thu, 12 May 2016 09:16:17 -0700 8154546: Retire sun.misc.GThreadHelper
prr [Thu, 12 May 2016 09:16:17 -0700] rev 38412
8154546: Retire sun.misc.GThreadHelper Reviewed-by: serb, chegar, kcr
Tue, 10 May 2016 16:08:21 +0530 6421058: When calls JSpinner.setEditor() the font in a JSpinner become is a bold.
pkbalakr [Tue, 10 May 2016 16:08:21 +0530] rev 38411
6421058: When calls JSpinner.setEditor() the font in a JSpinner become is a bold. Reviewed-by: serb, alexsch
Tue, 10 May 2016 12:15:07 +0300 8156128: Tests for [AWT/Swing] Conditional support for GTK 3 on Linux
yan [Tue, 10 May 2016 12:15:07 +0300] rev 38410
8156128: Tests for [AWT/Swing] Conditional support for GTK 3 on Linux Reviewed-by: prr
Mon, 09 May 2016 09:53:55 -0700 8155682: Get rid of legacy Windows Flags for DX
prr [Mon, 09 May 2016 09:53:55 -0700] rev 38409
8155682: Get rid of legacy Windows Flags for DX Reviewed-by: serb, jgodinez
Mon, 09 May 2016 08:50:20 -0700 Merge
prr [Mon, 09 May 2016 08:50:20 -0700] rev 38408
Merge
Mon, 09 May 2016 12:55:03 +0300 8155071: AppletViewer should print the deprecation warning that the Applet API is deprecated
serb [Mon, 09 May 2016 12:55:03 +0300] rev 38407
8155071: AppletViewer should print the deprecation warning that the Applet API is deprecated Reviewed-by: prr, smarks
Fri, 06 May 2016 12:57:37 -0700 8156459: SimpleCMYKColorSpace serialVersionUID is inappropriate
bpb [Fri, 06 May 2016 12:57:37 -0700] rev 38406
8156459: SimpleCMYKColorSpace serialVersionUID is inappropriate Summary: Generate an appropriate value using the 'serialver' command. Reviewed-by: prr
Fri, 06 May 2016 17:43:36 +0300 8154328: [TEST_BUG] java/awt/TrayIcon/ActionEventTest/ActionEventTest.java
arapte [Fri, 06 May 2016 17:43:36 +0300] rev 38405
8154328: [TEST_BUG] java/awt/TrayIcon/ActionEventTest/ActionEventTest.java Reviewed-by: serb, rchamyal
Thu, 05 May 2016 16:08:34 +0300 8137137: [macosx] The native dialog doesn't have 'close'(X) button on Mac
mhalder [Thu, 05 May 2016 16:08:34 +0300] rev 38404
8137137: [macosx] The native dialog doesn't have 'close'(X) button on Mac Reviewed-by: psadhukhan, prr
Thu, 05 May 2016 14:56:42 +0300 8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows
arapte [Thu, 05 May 2016 14:56:42 +0300] rev 38403
8155742: [Windows] robot.keyPress(KeyEvent.VK_ALT_GRAPH) throws java.lang.IllegalArgumentException in windows Reviewed-by: rchamyal, serb
Thu, 05 May 2016 14:44:25 +0300 6384991: TrayIcon ActionListener called at wrong time
arapte [Thu, 05 May 2016 14:44:25 +0300] rev 38402
6384991: TrayIcon ActionListener called at wrong time Reviewed-by: rchamyal, serb
Thu, 05 May 2016 01:30:23 +0300 8151786: [TESTBUG] java/beans/XMLEncoder/Test4625418.java timed out intermittently
serb [Thu, 05 May 2016 01:30:23 +0300] rev 38401
8151786: [TESTBUG] java/beans/XMLEncoder/Test4625418.java timed out intermittently Reviewed-by: alexsch, yan
Wed, 04 May 2016 10:01:00 -0700 8149816: TIFFField#getValueAsString result is unexpected for RATIONAL and SRATIONAL types (when modulo is 0)
bpb [Wed, 04 May 2016 10:01:00 -0700] rev 38400
8149816: TIFFField#getValueAsString result is unexpected for RATIONAL and SRATIONAL types (when modulo is 0) Summary: Add more precision to the specification verbiage of getValueAsString(). Reviewed-by: prr
Wed, 04 May 2016 01:03:46 +0300 6729836: JavaSound treats large file sizes as negative and cannot read or skip
serb [Wed, 04 May 2016 01:03:46 +0300] rev 38399
6729836: JavaSound treats large file sizes as negative and cannot read or skip Reviewed-by: prr
Tue, 03 May 2016 12:25:20 -0700 Merge
prr [Tue, 03 May 2016 12:25:20 -0700] rev 38398
Merge
Tue, 03 May 2016 09:48:02 -0700 8149560: TIFFField#createFromMetadataNode throws a NullPointerException when the node is set with "tagNumber" attribute
bpb [Tue, 03 May 2016 09:48:02 -0700] rev 38397
8149560: TIFFField#createFromMetadataNode throws a NullPointerException when the node is set with "tagNumber" attribute Summary: In the specification of createFromMetadataNode() change "tagNumber" to "number" and add two throws clauses which match the behavior. Reviewed-by: prr
Mon, 02 May 2016 12:08:59 +0300 8027324: The spec for Toolkit.setDynamicLayout() and Toolkit.isDynamicLayoutActive() needs to be clarified
serb [Mon, 02 May 2016 12:08:59 +0300] rev 38396
8027324: The spec for Toolkit.setDynamicLayout() and Toolkit.isDynamicLayoutActive() needs to be clarified Reviewed-by: alexsch, prr
Mon, 02 May 2016 12:01:39 +0300 8154493: AppletViewer should emit its deprecation warning to standard error
serb [Mon, 02 May 2016 12:01:39 +0300] rev 38395
8154493: AppletViewer should emit its deprecation warning to standard error Reviewed-by: smarks
Fri, 29 Apr 2016 16:37:02 -0700 8155772: gtk3_interface.c compilation error on Ubuntu 12.10
prr [Fri, 29 Apr 2016 16:37:02 -0700] rev 38394
8155772: gtk3_interface.c compilation error on Ubuntu 12.10 Reviewed-by: serb, kcr
Fri, 29 Apr 2016 14:50:50 -0700 8149810: TIFFField#getAsLong throws ClassCastException when data is type TIFFTag.TIFF_DOUBLE or TIFFTag.FLOAT
bpb [Fri, 29 Apr 2016 14:50:50 -0700] rev 38393
8149810: TIFFField#getAsLong throws ClassCastException when data is type TIFFTag.TIFF_DOUBLE or TIFFTag.FLOAT Summary: Expand the getAsLong() specification and handle the TIFF_DOUBLE and TIFF_FLOAT cases. Reviewed-by: prr
Fri, 29 Apr 2016 11:54:18 -0700 Merge
prr [Fri, 29 Apr 2016 11:54:18 -0700] rev 38392
Merge
Fri, 29 Apr 2016 11:14:56 -0700 8151323: GeoTIFFTagSet#"ModelTiePointTag" name case does not match GeoTIFF specification
bpb [Fri, 29 Apr 2016 11:14:56 -0700] rev 38391
8151323: GeoTIFFTagSet#"ModelTiePointTag" name case does not match GeoTIFF specification Summary: Change occurrences of "ModelTiePoint" to "ModelTiepoint." Reviewed-by: prr
Fri, 29 Apr 2016 21:59:47 +0400 8017112: JTabbedPane components have inconsistent accessibility tree
alexsch [Fri, 29 Apr 2016 21:59:47 +0400] rev 38390
8017112: JTabbedPane components have inconsistent accessibility tree Reviewed-by: ptbrunet, serb
Fri, 29 Apr 2016 09:16:06 -0700 8039444: Swing applications not being displayed properly
prr [Fri, 29 Apr 2016 09:16:06 -0700] rev 38389
8039444: Swing applications not being displayed properly Reviewed-by: serb, vadim
Fri, 29 Apr 2016 15:44:04 +0300 8143346: Broken link in java.beans.XMLEncoder
serb [Fri, 29 Apr 2016 15:44:04 +0300] rev 38388
8143346: Broken link in java.beans.XMLEncoder Reviewed-by: prr
Thu, 28 Apr 2016 23:48:37 +0400 8152677: [macosx] All files filter can't be selected in JFileChooser
alexsch [Thu, 28 Apr 2016 23:48:37 +0400] rev 38387
8152677: [macosx] All files filter can't be selected in JFileChooser Reviewed-by: serb
Thu, 28 Apr 2016 19:35:09 +0300 8155021: [TEST] create one more inheritance test for @BeanProperty
avstepan [Thu, 28 Apr 2016 19:35:09 +0300] rev 38386
8155021: [TEST] create one more inheritance test for @BeanProperty Reviewed-by: serb
Wed, 27 Apr 2016 13:09:58 +0300 8151136: [macosx] According to the description, the case is failed
mhalder [Wed, 27 Apr 2016 13:09:58 +0300] rev 38385
8151136: [macosx] According to the description, the case is failed Reviewed-by: ssadetsky, aniyogi
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 tip