Mon, 30 Jan 2017 11:00:18 -0800 8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules
mchung [Mon, 30 Jan 2017 11:00:18 -0800] rev 43336
8173381: osName/osArch/osVersion is missing in ModuleDescriptor created by SystemModules Reviewed-by: alanb
Mon, 30 Jan 2017 13:11:56 +0300 8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available"
skovalev [Mon, 30 Jan 2017 13:11:56 +0300] rev 43335
8173478: SSL related tests failes with message: "java.security.NoSuchAlgorithmException: EC KeyFactory not available" Reviewed-by: xuelei
Mon, 30 Jan 2017 16:33:20 +0100 8173634: libjli/cmdtoargs.c does not compile with VS2010
clanger [Mon, 30 Jan 2017 16:33:20 +0100] rev 43334
8173634: libjli/cmdtoargs.c does not compile with VS2010 Reviewed-by: rriggs
Mon, 30 Jan 2017 13:14:09 +0100 8166535: jshell tool: cannot handle non-ascii characters
jlahoda [Mon, 30 Jan 2017 13:14:09 +0100] rev 43333
8166535: jshell tool: cannot handle non-ascii characters Summary: Using a more appropriate native method to read from the console. Reviewed-by: rfield
Mon, 30 Jan 2017 09:09:34 +0100 8081694: Remove DISABLED_WARNINGS_gcc for libsctp
ihse [Mon, 30 Jan 2017 09:09:34 +0100] rev 43332
8081694: Remove DISABLED_WARNINGS_gcc for libsctp Reviewed-by: erikj
Sat, 28 Jan 2017 20:51:28 -0800 8173396: Error message issue with jar tool API validator
sherman [Sat, 28 Jan 2017 20:51:28 -0800] rev 43331
8173396: Error message issue with jar tool API validator Reviewed-by: psandoz, mchung
Fri, 27 Jan 2017 13:10:27 -0800 8172309: classpath wildcards code does not support --class-path
henryjen [Fri, 27 Jan 2017 13:10:27 -0800] rev 43330
8172309: classpath wildcards code does not support --class-path Reviewed-by: ksrini
Fri, 27 Jan 2017 16:27:52 +0000 8170116: Remove qualified exports from java.base to java.corba
prappo [Fri, 27 Jan 2017 16:27:52 +0000] rev 43329
8170116: Remove qualified exports from java.base to java.corba Reviewed-by: dfuchs, alanb, mchung Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>, Daniel Fuchs <daniel.fuchs@oracle.com>
Fri, 27 Jan 2017 19:07:45 +0530 8172864: Remove custom plugin module path
sundar [Fri, 27 Jan 2017 19:07:45 +0530] rev 43328
8172864: Remove custom plugin module path Reviewed-by: alanb, jlaskey
Thu, 26 Jan 2017 23:11:37 +0000 Merge
valeriep [Thu, 26 Jan 2017 23:11:37 +0000] rev 43327
Merge
Thu, 26 Jan 2017 22:56:02 +0000 8062731: Cipher object can be created without calling Cipher.getInstance
valeriep [Thu, 26 Jan 2017 22:56:02 +0000] rev 43326
8062731: Cipher object can be created without calling Cipher.getInstance Summary: Fixed the check in JCE so that only trusted providers can extend Cipher class Reviewed-by: wetmore
Wed, 25 Jan 2017 12:52:40 -0800 8170832: Add a new launcher environment variable JAVA_OPTIONS
henryjen [Wed, 25 Jan 2017 12:52:40 -0800] rev 43325
8170832: Add a new launcher environment variable JAVA_OPTIONS Reviewed-by: mchung, ksrini
Thu, 26 Jan 2017 21:21:16 +0000 Merge
lana [Thu, 26 Jan 2017 21:21:16 +0000] rev 43324
Merge
Thu, 26 Jan 2017 08:36:27 -0800 Merge
prr [Thu, 26 Jan 2017 08:36:27 -0800] rev 43323
Merge
Tue, 24 Jan 2017 11:37:32 +0300 8003495: [findbugs] javax.swing.* - Storing a reference to an externally mutable object into the internal representation
alexsch [Tue, 24 Jan 2017 11:37:32 +0300] rev 43322
8003495: [findbugs] javax.swing.* - Storing a reference to an externally mutable object into the internal representation Reviewed-by: prr, serb
Mon, 23 Jan 2017 11:59:48 -0800 8167228: Update to libpng 1.6.28
prr [Mon, 23 Jan 2017 11:59:48 -0800] rev 43321
8167228: Update to libpng 1.6.28 Reviewed-by: serb, azvegint
Mon, 23 Jan 2017 10:27:58 -0800 Merge
prr [Mon, 23 Jan 2017 10:27:58 -0800] rev 43320
Merge
Mon, 23 Jan 2017 19:58:06 +0300 8168751: Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted
alitvinov [Mon, 23 Jan 2017 19:58:06 +0300] rev 43319
8168751: Two "Direct Clip" threads are created to play the same "AudioClip" object, what makes clip sound corrupted Reviewed-by: serb, amenkov
Fri, 20 Jan 2017 16:03:08 -0800 8171836: Memory leak in java.desktop/unix/native/common/awt/fontpath.c
prr [Fri, 20 Jan 2017 16:03:08 -0800] rev 43318
8171836: Memory leak in java.desktop/unix/native/common/awt/fontpath.c Reviewed-by: prr, arapte Contributed-by: David Carlier <devnexen@gmail.com>
Fri, 20 Jan 2017 15:13:48 -0800 8154228: [TIFF] IIOException: "Insufficient data offsets or byte counts" when loading test image
bpb [Fri, 20 Jan 2017 15:13:48 -0800] rev 43317
8154228: [TIFF] IIOException: "Insufficient data offsets or byte counts" when loading test image Summary: If byte counts are not provided attempt to compute them if feasible. Reviewed-by: prr
Fri, 20 Jan 2017 15:09:54 -0800 8145019: Exceptions from TIFFImageReader.read() when loading bit depth test images
bpb [Fri, 20 Jan 2017 15:09:54 -0800] rev 43316
8145019: Exceptions from TIFFImageReader.read() when loading bit depth test images Summary: Fix some problems reading unusual bit depth images relating to setting the correct ImageTypeSpecifier and reformatting discontiguous data Reviewed-by: prr
Fri, 20 Jan 2017 08:53:42 -0800 Merge
ddehaven [Fri, 20 Jan 2017 08:53:42 -0800] rev 43315
Merge
Fri, 20 Jan 2017 10:28:34 -0800 8172999: Crash on Windows getting FontMetrics since JDK 9 b96
prr [Fri, 20 Jan 2017 10:28:34 -0800] rev 43314
8172999: Crash on Windows getting FontMetrics since JDK 9 b96 Reviewed-by: serb, vadim
Fri, 20 Jan 2017 14:28:46 +0530 8173064: Unexpected <body> tag in javax/imageio/plugins/tiff/package.html
jdv [Fri, 20 Jan 2017 14:28:46 +0530] rev 43313
8173064: Unexpected <body> tag in javax/imageio/plugins/tiff/package.html Reviewed-by: psadhukhan, arapte
Fri, 20 Jan 2017 12:56:35 +0530 8172509: [TEST_BUG] [macosx] Failure of the new test java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java
aniyogi [Fri, 20 Jan 2017 12:56:35 +0530] rev 43312
8172509: [TEST_BUG] [macosx] Failure of the new test java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java Reviewed-by: serb, alexsch
Thu, 19 Jan 2017 12:04:58 -0800 8172813: test/java/awt/font/JNICheck/JNICheck.sh fails on Linux
prr [Thu, 19 Jan 2017 12:04:58 -0800] rev 43311
8172813: test/java/awt/font/JNICheck/JNICheck.sh fails on Linux Reviewed-by: serb, psadhukhan, pnarayanan
Wed, 18 Jan 2017 17:36:24 -0800 6232267: TrueType Fonts which have only Apple platform names cannot be loaded
prr [Wed, 18 Jan 2017 17:36:24 -0800] rev 43310
6232267: TrueType Fonts which have only Apple platform names cannot be loaded Reviewed-by: psadhukhan
Wed, 18 Jan 2017 17:22:03 +0300 8168537: Test fails with AccessControlException
alexsch [Wed, 18 Jan 2017 17:22:03 +0300] rev 43309
8168537: Test fails with AccessControlException Reviewed-by: prr, serb
Wed, 18 Jan 2017 18:14:50 +0300 8149879: Examine UIDefaults::addResourceBundle(String bundleName) with resource encapsulation
serb [Wed, 18 Jan 2017 18:14:50 +0300] rev 43308
8149879: Examine UIDefaults::addResourceBundle(String bundleName) with resource encapsulation Reviewed-by: prr, mchung, alexsch
Thu, 26 Jan 2017 19:06:01 +0300 8173395: Problemlist tools/jar/multiRelease/ApiValidatorTest.java
anazarov [Thu, 26 Jan 2017 19:06:01 +0300] rev 43307
8173395: Problemlist tools/jar/multiRelease/ApiValidatorTest.java Reviewed-by: ksrini
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip