Tue, 13 Dec 2016 02:04:19 +0100 Merge
jwilhelm [Tue, 13 Dec 2016 02:04:19 +0100] rev 42758
Merge
Sun, 11 Dec 2016 18:47:11 -0800 8171008: Integrate AOT compiler into JDK
kvn [Sun, 11 Dec 2016 18:47:11 -0800] rev 42757
8171008: Integrate AOT compiler into JDK Reviewed-by: erikj, mchung, twisti, simonis
Sun, 11 Dec 2016 12:06:55 -0800 8166417: Integrate Graal-core into JDK for AOT compiler
kvn [Sun, 11 Dec 2016 12:06:55 -0800] rev 42756
8166417: Integrate Graal-core into JDK for AOT compiler Reviewed-by: iveresov, erikj, ihse, mchung
Thu, 08 Dec 2016 16:40:15 +0100 Merge
jwilhelm [Thu, 08 Dec 2016 16:40:15 +0100] rev 42755
Merge
Thu, 08 Dec 2016 15:46:19 +0100 Merge
jwilhelm [Thu, 08 Dec 2016 15:46:19 +0100] rev 42754
Merge
Mon, 05 Dec 2016 17:56:20 +0100 8066474: Remove the lib/ directory from Linux and Solaris images
erikj [Mon, 05 Dec 2016 17:56:20 +0100] rev 42753
8066474: Remove the lib/ directory from Linux and Solaris images Reviewed-by: tbell, ihse
Sat, 17 Dec 2016 12:59:15 +0100 8171373: Reduce copying during initialization of ModuleHashes
redestad [Sat, 17 Dec 2016 12:59:15 +0100] rev 42752
8171373: Reduce copying during initialization of ModuleHashes Reviewed-by: alanb, mchung, chegar
Fri, 16 Dec 2016 21:43:29 -0800 8139688: Port fdlibm exp to Java
darcy [Fri, 16 Dec 2016 21:43:29 -0800] rev 42751
8139688: Port fdlibm exp to Java Reviewed-by: bpb, nadezhin
Fri, 16 Dec 2016 11:58:17 -0800 Merge
ddehaven [Fri, 16 Dec 2016 11:58:17 -0800] rev 42750
Merge
Tue, 13 Dec 2016 12:02:37 -0800 8154058: [TIFF] ignoreMetadata parameter of TIFFImageReader's setInput() method affects TIFFImageReadParam in non-obvious way
bpb [Tue, 13 Dec 2016 12:02:37 -0800] rev 42749
8154058: [TIFF] ignoreMetadata parameter of TIFFImageReader's setInput() method affects TIFFImageReadParam in non-obvious way Summary: Add readUnknownTags to TIFFImageReadParam and add ReadParamTest Reviewed-by: prr
Mon, 12 Dec 2016 20:54:41 -0800 Merge
ddehaven [Mon, 12 Dec 2016 20:54:41 -0800] rev 42748
Merge
Tue, 13 Dec 2016 01:34:02 +0000 8170954: non-ASCII characters in lcms and harfbuzz break Windows builds on some locales
dbuck [Tue, 13 Dec 2016 01:34:02 +0000] rev 42747
8170954: non-ASCII characters in lcms and harfbuzz break Windows builds on some locales Summary: disabled non-supported character warnings (4819) for these 2 libraries Reviewed-by: prr, erikj
Mon, 12 Dec 2016 21:47:44 +0300 8162350: RepaintManager shifts repainted region when the floating point UI scale is used
alexsch [Mon, 12 Dec 2016 21:47:44 +0300] rev 42746
8162350: RepaintManager shifts repainted region when the floating point UI scale is used Reviewed-by: flar, serb
Mon, 12 Dec 2016 12:26:54 +0300 8170387: JLightweightFrame#syncCopyBuffer() may throw IOOBE
ssadetsky [Mon, 12 Dec 2016 12:26:54 +0300] rev 42745
8170387: JLightweightFrame#syncCopyBuffer() may throw IOOBE Reviewed-by: serb
Sat, 10 Dec 2016 14:57:06 +0300 8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser
dmarkov [Sat, 10 Dec 2016 14:57:06 +0300] rev 42744
8165428: Security Warning dialog should be always on the top when multiple applets with APPLICATION_MODAL dialog launched in a browser Reviewed-by: aivanov, serb
Fri, 09 Dec 2016 13:48:06 -0800 8169728: Missing sign checks in TIFFField(TIFFTag tag, int type, int count, Object data) for TIFFTag.TIFF_LONG
bpb [Fri, 09 Dec 2016 13:48:06 -0800] rev 42743
8169728: Missing sign checks in TIFFField(TIFFTag tag, int type, int count, Object data) for TIFFTag.TIFF_LONG Summary: Add further checks for TIFF_LONG, TIFF_RATIONAL, TIFF_SRATIONAL, and TIFF_IFD_POINTER. Reviewed-by: prr
Fri, 09 Dec 2016 11:08:38 -0800 8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE
bpb [Fri, 09 Dec 2016 11:08:38 -0800] rev 42742
8169725: cannot use TIFFField(TIFFTag tag, int value) for TIFF_LONG values greater than Integer.MAX_VALUE Summary: Change constructor TIFFField(TIFFTag,int) to TIFFField(TIFFTag,long). Reviewed-by: jdv, prr
Fri, 09 Dec 2016 12:42:17 +0300 7147083: [TEST_BUG] DnDFileGroupDescriptor not applicable on Mac
yan [Fri, 09 Dec 2016 12:42:17 +0300] rev 42741
7147083: [TEST_BUG] DnDFileGroupDescriptor not applicable on Mac Reviewed-by: ssadetsky, serb Contributed-by: Maksim Khramov <maksim.khramov@oracle.com>
Thu, 08 Dec 2016 08:11:47 -0800 8165769: Hang in the help menu item
serb [Thu, 08 Dec 2016 08:11:47 -0800] rev 42740
8165769: Hang in the help menu item Reviewed-by: alexsch, aivanov
Wed, 07 Dec 2016 15:52:33 -0800 8166683: On macOS (Mac OS X) getting a ScreenMenuBar when not running "com.apple.laf.AquaLookAndFeel"
azvegint [Wed, 07 Dec 2016 15:52:33 -0800] rev 42739
8166683: On macOS (Mac OS X) getting a ScreenMenuBar when not running "com.apple.laf.AquaLookAndFeel" Reviewed-by: prr, serb
Wed, 07 Dec 2016 17:54:55 +0300 8160441: [PIT][TEST_BUG][macosx] javax/swing/JComboBox/8041909/ActionListenerExceptionTest.java
yan [Wed, 07 Dec 2016 17:54:55 +0300] rev 42738
8160441: [PIT][TEST_BUG][macosx] javax/swing/JComboBox/8041909/ActionListenerExceptionTest.java Reviewed-by: ssadetsky, yan Contributed-by: Alexander Popov <ox38popugaev@yandex.ru>
Wed, 07 Dec 2016 11:37:04 +0530 8025439: [TEST BUG] [macosx] PrintServiceLookup.lookupPrintServices doesn't work properly since jdk8b105
psadhukhan [Wed, 07 Dec 2016 11:37:04 +0530] rev 42737
8025439: [TEST BUG] [macosx] PrintServiceLookup.lookupPrintServices doesn't work properly since jdk8b105 Reviewed-by: prr
Tue, 06 Dec 2016 15:50:22 -0800 4419271: Provide support for scrolling-mechanisms of non-mouse input-devices
serb [Tue, 06 Dec 2016 15:50:22 -0800] rev 42736
4419271: Provide support for scrolling-mechanisms of non-mouse input-devices Reviewed-by: alexsch, malenkov
Tue, 06 Dec 2016 14:10:33 +0530 8160536: [macosx] Possible regression: com/apple/eawt/DefaultMenuBar/DefaultMenuBarTest.java
mhalder [Tue, 06 Dec 2016 14:10:33 +0530] rev 42735
8160536: [macosx] Possible regression: com/apple/eawt/DefaultMenuBar/DefaultMenuBarTest.java Reviewed-by: serb, aniyogi
Mon, 05 Dec 2016 08:36:16 -0800 Merge
ddehaven [Mon, 05 Dec 2016 08:36:16 -0800] rev 42734
Merge
Mon, 05 Dec 2016 18:09:05 +0300 8159906: [TEST_BUG] javax/swing/JDialog/Transparency/TransparencyTest.java
yan [Mon, 05 Dec 2016 18:09:05 +0300] rev 42733
8159906: [TEST_BUG] javax/swing/JDialog/Transparency/TransparencyTest.java Reviewed-by: psadhukhan, yan Contributed-by: Maksim Khramov <maksim.khramov@oracle.com>
Fri, 02 Dec 2016 15:22:35 +0530 8169879: [TEST_BUG] javax/swing/text/GlyphPainter2/6427244/bug6427244.java - compilation failed
psadhukhan [Fri, 02 Dec 2016 15:22:35 +0530] rev 42732
8169879: [TEST_BUG] javax/swing/text/GlyphPainter2/6427244/bug6427244.java - compilation failed Reviewed-by: psadhukhan, aghaisas
Fri, 02 Dec 2016 12:45:52 +0300 8169589: [macosx] Activating a JDialog puts to back another dialog
dmarkov [Fri, 02 Dec 2016 12:45:52 +0300] rev 42731
8169589: [macosx] Activating a JDialog puts to back another dialog Reviewed-by: aivanov, serb
Thu, 01 Dec 2016 10:34:10 -0800 Merge
prr [Thu, 01 Dec 2016 10:34:10 -0800] rev 42730
Merge
Thu, 01 Dec 2016 10:51:36 +0530 7190578: Nimbus: css test for 4936917 fails
psadhukhan [Thu, 01 Dec 2016 10:51:36 +0530] rev 42729
7190578: Nimbus: css test for 4936917 fails Reviewed-by: serb, aghaisas
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip