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
Thu, 26 Jan 2017 14:32:41 +0300 8173372: Add tests for multi-release module jar API validator
anazarov [Thu, 26 Jan 2017 14:32:41 +0300] rev 43306
8173372: Add tests for multi-release module jar API validator Reviewed-by: psandoz
Wed, 25 Jan 2017 10:53:01 -0800 8172808: Handle sun.security.util.Resources bundle in ResourcesMgr in the same way as AuthResources
mchung [Wed, 25 Jan 2017 10:53:01 -0800] rev 43305
8172808: Handle sun.security.util.Resources bundle in ResourcesMgr in the same way as AuthResources Reviewed-by: mullan
Wed, 25 Jan 2017 15:53:17 +0100 Merge
plevart [Wed, 25 Jan 2017 15:53:17 +0100] rev 43304
Merge
Wed, 25 Jan 2017 15:41:20 +0100 8173056: Add test that captures current behavior of annotations with invalid annotation types
plevart [Wed, 25 Jan 2017 15:41:20 +0100] rev 43303
8173056: Add test that captures current behavior of annotations with invalid annotation types Reviewed-by: redestad
Wed, 25 Jan 2017 14:10:03 +0000 8173354: javadoc warning notice for types in Incubator Modules
chegar [Wed, 25 Jan 2017 14:10:03 +0000] rev 43302
8173354: javadoc warning notice for types in Incubator Modules Reviewed-by: erikj, michaelm
Wed, 25 Jan 2017 03:47:40 -0800 8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows
mli [Wed, 25 Jan 2017 03:47:40 -0800] rev 43301
8173326: Problem list java/rmi/registry/readTest/CodebaseTest.java on Windows Reviewed-by: dholmes
Tue, 24 Jan 2017 18:41:36 -0800 8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake"
mli [Tue, 24 Jan 2017 18:41:36 -0800] rev 43300
8171900: javax/net/ssl/SSLSession/SessionTimeOutTests.java failed with "SSLHandshakeException: Remote host terminated the handshake" Summary: The fix takes some code patterns from SSLSocketTemplate to deal with possible SSLHandshakeException and SocketTimeoutException, and it also resolves a potential mismatch on the connections between the clients and the servers. Reviewed-by: xuelei Contributed-by: John Jiang <sha.jiang@oracle.com>
Tue, 24 Jan 2017 18:24:40 -0800 8172732: spec clarification for URLClassLoader for Multirelease jars
psandoz [Tue, 24 Jan 2017 18:24:40 -0800] rev 43299
8172732: spec clarification for URLClassLoader for Multirelease jars Reviewed-by: mchung, chegar, alanb
Tue, 24 Jan 2017 23:07:53 +0000 8172869: 4096 is not supported yet for the DH Parameter Generator
xuelei [Tue, 24 Jan 2017 23:07:53 +0000] rev 43298
8172869: 4096 is not supported yet for the DH Parameter Generator Reviewed-by: ascarpino, mullan
Tue, 24 Jan 2017 16:19:21 -0500 8168075: Custom system class loader + security manager + malformed policy file = recursive initialization
apetcher [Tue, 24 Jan 2017 16:19:21 -0500] rev 43297
8168075: Custom system class loader + security manager + malformed policy file = recursive initialization Reviewed-by: mchung, mullan
Tue, 24 Jan 2017 00:48:51 -0800 8171142: jdk_rmi registry test fail to clean up on failure
mli [Tue, 24 Jan 2017 00:48:51 -0800] rev 43296
8171142: jdk_rmi registry test fail to clean up on failure Reviewed-by: rriggs, dholmes
Tue, 24 Jan 2017 12:06:03 +0530 8167273: Calendar.getDisplayNames inconsistent with DateFormatSymbols
rgoel [Tue, 24 Jan 2017 12:06:03 +0530] rev 43295
8167273: Calendar.getDisplayNames inconsistent with DateFormatSymbols Reviewed-by: naoto
Thu, 26 Jan 2017 19:22:39 +0000 Added tag jdk-9+154 for changeset b017b10f62ab
lana [Thu, 26 Jan 2017 19:22:39 +0000] rev 43294
Added tag jdk-9+154 for changeset b017b10f62ab
Wed, 05 Jul 2017 22:45:10 +0200 Merge
duke [Wed, 05 Jul 2017 22:45:10 +0200] rev 43293
Merge
Fri, 27 Jan 2017 07:56:13 -0500 8173474: AArch64: fix reported -Xss minimum
adinn [Fri, 27 Jan 2017 07:56:13 -0500] rev 43292
8173474: AArch64: fix reported -Xss minimum Reviewed-by: aph
Thu, 26 Jan 2017 21:20:44 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:44 +0000] rev 43291
Merge
Thu, 26 Jan 2017 11:47:39 -0500 8173339: AArch64: Fix minimum stack size computations
adinn [Thu, 26 Jan 2017 11:47:39 -0500] rev 43290
8173339: AArch64: Fix minimum stack size computations Reviewed-by: aph
Thu, 26 Jan 2017 19:22:37 +0000 Added tag jdk-9+154 for changeset d34bd6a4b938
lana [Thu, 26 Jan 2017 19:22:37 +0000] rev 43289
Added tag jdk-9+154 for changeset d34bd6a4b938
Fri, 27 Jan 2017 16:50:39 +0100 8173476: Provide lldb from devkit when running tests on macosx
erikj [Fri, 27 Jan 2017 16:50:39 +0100] rev 43288
8173476: Provide lldb from devkit when running tests on macosx Reviewed-by: ihse, tbell
Fri, 27 Jan 2017 10:15:41 +0100 8170483: Remove modules_src_jake workaround for JavaFX transition to new module-info syntax
erikj [Fri, 27 Jan 2017 10:15:41 +0100] rev 43287
8170483: Remove modules_src_jake workaround for JavaFX transition to new module-info syntax Reviewed-by: alanb, mchung
Thu, 26 Jan 2017 21:20:23 +0000 Merge
lana [Thu, 26 Jan 2017 21:20:23 +0000] rev 43286
Merge
Wed, 25 Jan 2017 14:10:43 +0000 8173354: javadoc warning notice for types in Incubator Modules
chegar [Wed, 25 Jan 2017 14:10:43 +0000] rev 43285
8173354: javadoc warning notice for types in Incubator Modules Reviewed-by: erikj, michaelm
Thu, 26 Jan 2017 19:22:36 +0000 Added tag jdk-9+154 for changeset 1da1ffe0c6fd
lana [Thu, 26 Jan 2017 19:22:36 +0000] rev 43284
Added tag jdk-9+154 for changeset 1da1ffe0c6fd
Wed, 05 Jul 2017 22:44:48 +0200 Added tag jdk-9+154 for changeset 45b751afd11e
duke [Wed, 05 Jul 2017 22:44:48 +0200] rev 43283
Added tag jdk-9+154 for changeset 45b751afd11e
Wed, 05 Jul 2017 22:44:47 +0200 Merge jdk-9+154
duke [Wed, 05 Jul 2017 22:44:47 +0200] rev 43282
Merge
Wed, 05 Jul 2017 22:44:40 +0200 Merge
duke [Wed, 05 Jul 2017 22:44:40 +0200] rev 43281
Merge
Mon, 23 Jan 2017 10:37:27 -0800 8173164: Resolve remaining HTML5 issues in javax.lang.model.*
darcy [Mon, 23 Jan 2017 10:37:27 -0800] rev 43280
8173164: Resolve remaining HTML5 issues in javax.lang.model.* Reviewed-by: martin
Mon, 23 Jan 2017 10:28:52 +0530 8171322: AssertionError in TypeSymbol.getAnnotationTypeMetadata.
sadayapalam [Mon, 23 Jan 2017 10:28:52 +0530] rev 43279
8171322: AssertionError in TypeSymbol.getAnnotationTypeMetadata. Reviewed-by: vromero
Fri, 20 Jan 2017 18:24:50 -0800 Merge
jjg [Fri, 20 Jan 2017 18:24:50 -0800] rev 43278
Merge
Fri, 20 Jan 2017 18:23:34 -0800 8173141: tools/javac/classreader/FileSystemClosedTest.java fails on Windows
jjg [Fri, 20 Jan 2017 18:23:34 -0800] rev 43277
8173141: tools/javac/classreader/FileSystemClosedTest.java fails on Windows Reviewed-by: ksrini
Fri, 20 Jan 2017 19:12:30 +0000 Merge
lana [Fri, 20 Jan 2017 19:12:30 +0000] rev 43276
Merge
Fri, 20 Jan 2017 19:10:00 +0000 Merge
lana [Fri, 20 Jan 2017 19:10:00 +0000] rev 43275
Merge
Fri, 20 Jan 2017 11:05:48 -0800 8173073: jshell tool: blank lines removed from multi-line snippets
rfield [Fri, 20 Jan 2017 11:05:48 -0800] rev 43274
8173073: jshell tool: blank lines removed from multi-line snippets Reviewed-by: jlahoda
Fri, 20 Jan 2017 08:29:59 -0800 8170692: inconsistent check of module-related options against target version
vromero [Fri, 20 Jan 2017 08:29:59 -0800] rev 43273
8170692: inconsistent check of module-related options against target version Reviewed-by: jjg
Fri, 20 Jan 2017 15:32:07 +0100 8173117: Compilation significantly slower after JDK-8169197
jlahoda [Fri, 20 Jan 2017 15:32:07 +0100] rev 43272
8173117: Compilation significantly slower after JDK-8169197 Summary: Only using recovery search when an error is inevitable. Reviewed-by: jjg, mcimadamore
Fri, 20 Jan 2017 15:32:03 +0100 8172809: Error compiling javafx modules after fix for JDK-8169197
jlahoda [Fri, 20 Jan 2017 15:32:03 +0100] rev 43271
8172809: Error compiling javafx modules after fix for JDK-8169197 Summary: Properly stripping broken requires from ModuleSymbols. Reviewed-by: jjg, mcimadamore
Fri, 20 Jan 2017 13:20:42 +0100 8171177: Compiler should issue a warning for incubating modules that are resolved
jlahoda [Fri, 20 Jan 2017 13:20:42 +0100] rev 43270
8171177: Compiler should issue a warning for incubating modules that are resolved Summary: javac needs to follow ModuleResolution.DO_NOT_RESOLVE_BY_DEFAULT and ModuleResolution.WARN_INCUBATING Reviewed-by: jjg
Fri, 20 Jan 2017 09:26:49 +0100 8171098: NPE when --add-modules java.corba is used
jlahoda [Fri, 20 Jan 2017 09:26:49 +0100] rev 43269
8171098: NPE when --add-modules java.corba is used Summary: Block annotations queue until enter is done, to avoid flushing annotations during module resolution. Reviewed-by: jjg
Thu, 19 Jan 2017 19:14:51 -0800 8147414: java.nio.file.ClosedFileSystemException in javadoc
jjg [Thu, 19 Jan 2017 19:14:51 -0800] rev 43268
8147414: java.nio.file.ClosedFileSystemException in javadoc Reviewed-by: vromero
Thu, 19 Jan 2017 15:12:59 -0800 8165102: incorrect message from javac
jjg [Thu, 19 Jan 2017 15:12:59 -0800] rev 43267
8165102: incorrect message from javac Reviewed-by: vromero
Thu, 19 Jan 2017 14:35:16 -0800 8172753: Improve style of left-side index pages
jjg [Thu, 19 Jan 2017 14:35:16 -0800] rev 43266
8172753: Improve style of left-side index pages Reviewed-by: bpatel
Thu, 19 Jan 2017 13:16:19 -0800 8169608: Compiler Tree API's Doctrees.getDocTreePath needs to accept a PackageElement
ksrini [Thu, 19 Jan 2017 13:16:19 -0800] rev 43265
8169608: Compiler Tree API's Doctrees.getDocTreePath needs to accept a PackageElement 8157611: field visiblePackages is null for the unnamed module producing NPE when accessed Reviewed-by: jjg, jlahoda
Thu, 19 Jan 2017 11:17:11 -0800 8171130: jshell tool: /edit adds empty statement to brace terminated snippet
rfield [Thu, 19 Jan 2017 11:17:11 -0800] rev 43264
8171130: jshell tool: /edit adds empty statement to brace terminated snippet 8173007: JShell Tests: ToolFormatTest takes too long Reviewed-by: jlahoda
Thu, 19 Jan 2017 11:12:02 -0800 8172179: jshell tool: builtin startup settings should be by reference not content
rfield [Thu, 19 Jan 2017 11:12:02 -0800] rev 43263
8172179: jshell tool: builtin startup settings should be by reference not content Reviewed-by: jlahoda
Thu, 19 Jan 2017 07:02:34 -0800 Merge
henryjen [Thu, 19 Jan 2017 07:02:34 -0800] rev 43262
Merge
Tue, 12 Jul 2016 14:41:14 -0700 8138725: Add options for Javadoc generation
jjg [Tue, 12 Jul 2016 14:41:14 -0700] rev 43261
8138725: Add options for Javadoc generation Reviewed-by: ksrini, bpatel, ahgross
Wed, 18 Jan 2017 19:39:06 -0800 8172910: Use default methods as appropriate for language model visitors
darcy [Wed, 18 Jan 2017 19:39:06 -0800] rev 43260
8172910: Use default methods as appropriate for language model visitors Reviewed-by: jjg
Wed, 18 Jan 2017 21:09:19 +0300 8170250: update/improve testing of classfile module attribute
anazarov [Wed, 18 Jan 2017 21:09:19 +0300] rev 43259
8170250: update/improve testing of classfile module attribute Reviewed-by: jjg, jlahoda
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip