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
Wed, 27 Apr 2016 12:08:37 +0400 8152492: [macosx swing] double key event actions when using Mac menubar
aniyogi [Wed, 27 Apr 2016 12:08:37 +0400] rev 38384
8152492: [macosx swing] double key event actions when using Mac menubar Reviewed-by: serb, mhalder, alexsch
Mon, 25 Apr 2016 19:14:30 +0300 7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation
serb [Mon, 25 Apr 2016 19:14:30 +0300] rev 38383
7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation Reviewed-by: yan, ssadetsky
Wed, 18 May 2016 18:46:14 +0200 8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion
psandoz [Wed, 18 May 2016 18:46:14 +0200] rev 38382
8157152: Atomic add for VarHandle byte[]/ByteBuffer views is incorrect for endian conversion Reviewed-by: fyuan, shade, vlivanov
Wed, 18 May 2016 16:39:08 +0100 8157107: HTTP/2 client may fail with NPE if additional logging enabled
michaelm [Wed, 18 May 2016 16:39:08 +0100] rev 38381
8157107: HTTP/2 client may fail with NPE if additional logging enabled Reviewed-by: michaelm Contributed-by: artem.smotrakov@oracle.com
Wed, 18 May 2016 14:47:28 +0000 8157035: Use stronger algorithms and keys for JSSE testing
xuelei [Wed, 18 May 2016 14:47:28 +0000] rev 38380
8157035: Use stronger algorithms and keys for JSSE testing Reviewed-by: weijun, jnimeh
Wed, 18 May 2016 16:58:10 +0300 8156581: Cleanup of ProblemList.txt
serb [Wed, 18 May 2016 16:58:10 +0300] rev 38379
8156581: Cleanup of ProblemList.txt Reviewed-by: prr, alexsch
Wed, 18 May 2016 11:56:24 +0100 8156972: java/lang/reflect/Layer/LayerAndLoadersTest.java test requires jdk.compiler
alanb [Wed, 18 May 2016 11:56:24 +0100] rev 38378
8156972: java/lang/reflect/Layer/LayerAndLoadersTest.java test requires jdk.compiler Reviewed-by: alanb Contributed-by: alexandre.iline@oracle.com
Wed, 18 May 2016 15:03:39 +0530 8154192: Deprivilege java.scripting module
sundar [Wed, 18 May 2016 15:03:39 +0530] rev 38377
8154192: Deprivilege java.scripting module Reviewed-by: jlaskey, alanb
Wed, 18 May 2016 10:42:29 +0200 8156915: introduce MethodHandle factory for array length
mhaupt [Wed, 18 May 2016 10:42:29 +0200] rev 38376
8156915: introduce MethodHandle factory for array length Reviewed-by: sundar
Mon, 16 May 2016 11:42:31 -0700 8157069: Assorted ZipFile improvements
martin [Mon, 16 May 2016 11:42:31 -0700] rev 38375
8157069: Assorted ZipFile improvements Reviewed-by: sherman
Tue, 17 May 2016 19:20:05 -0700 8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java
mli [Tue, 17 May 2016 19:20:05 -0700] rev 38374
8157011: Problem list tools/pack200/TestNormal.java and java/io/pathNames/GeneralWin32.java Reviewed-by: darcy
Tue, 17 May 2016 16:04:53 -0700 8130679: Writer/StringWriter.write methods do not specify index out bounds
bpb [Tue, 17 May 2016 16:04:53 -0700] rev 38373
8130679: Writer/StringWriter.write methods do not specify index out bounds Summary: Add throws tag indicating IndexOutOfBoundsExcepion to write() methods which have an index parameter. Reviewed-by: chegar, prappo, rriggs
Tue, 17 May 2016 22:28:00 +0300 8157171: Hook up Unsafe.weakCompareAndSetVolatile to VarHandles
shade [Tue, 17 May 2016 22:28:00 +0300] rev 38372
8157171: Hook up Unsafe.weakCompareAndSetVolatile to VarHandles Reviewed-by: psandoz, redestad
Tue, 03 May 2016 15:35:39 +0200 8136777: Introduce bundle targets
erikj [Tue, 03 May 2016 15:35:39 +0200] rev 38371
8136777: Introduce bundle targets Reviewed-by: tbell, ihse
Tue, 17 May 2016 19:24:46 +0200 8139982: Re-examine java.management dependency on java.util.logging.LoggingMXBean
dfuchs [Tue, 17 May 2016 19:24:46 +0200] rev 38370
8139982: Re-examine java.management dependency on java.util.logging.LoggingMXBean Summary: The logging MXBean implementation no longer implements java.util.logging.LoggingMXBean. java.lang.management.PlatformLoggingMXBean is used instead. java.util.logging.LoggingMXBean and java.util.logging.LogManager::getLoggingMXBean are now deprecated. Types and accessors defined in java.lang.management should be used instead. Reviewed-by: mchung
Tue, 17 May 2016 07:43:45 -0700 Merge
amurillo [Tue, 17 May 2016 07:43:45 -0700] rev 38369
Merge
Tue, 17 May 2016 05:38:15 -0700 Merge
amurillo [Tue, 17 May 2016 05:38:15 -0700] rev 38368
Merge
Sat, 14 May 2016 09:11:07 -0700 Merge
amurillo [Sat, 14 May 2016 09:11:07 -0700] rev 38367
Merge
Tue, 10 May 2016 21:38:46 +0000 Merge
vlivanov [Tue, 10 May 2016 21:38:46 +0000] rev 38366
Merge
Wed, 11 May 2016 00:30:33 +0300 Merge
vlivanov [Wed, 11 May 2016 00:30:33 +0300] rev 38365
Merge
Fri, 06 May 2016 19:35:34 +0300 Merge
vlivanov [Fri, 06 May 2016 19:35:34 +0300] rev 38364
Merge
Fri, 06 May 2016 17:59:49 +0300 8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
shade [Fri, 06 May 2016 17:59:49 +0300] rev 38363
8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics Reviewed-by: psandoz, vlivanov
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip