Tue, 17 Jul 2018 17:36:27 -0700 8206863: A closed JarVerifier.VerifierStream should throw IOException
martin [Tue, 17 Jul 2018 17:36:27 -0700] rev 51110
8206863: A closed JarVerifier.VerifierStream should throw IOException Reviewed-by: rasbold Contributed-by: Tobias Thierer <tobiast@google.com>, Martin Buchholz <martinrb@google.com>
Tue, 17 Jul 2018 17:17:16 -0700 8207750: Native handle leak in java.io.WinNTFileSystem.list()
igerasim [Tue, 17 Jul 2018 17:17:16 -0700] rev 51109
8207750: Native handle leak in java.io.WinNTFileSystem.list() Reviewed-by: bpb
Tue, 17 Jul 2018 16:22:26 -0700 8207748: Fix for 8202794 breaks tier1 builds
bpb [Tue, 17 Jul 2018 16:22:26 -0700] rev 51108
8207748: Fix for 8202794 breaks tier1 builds Reviewed-by: kbarrett, darcy
Tue, 17 Jul 2018 17:14:03 -0400 8205610: [TESTLIB] Improve listing of open file descriptors
rriggs [Tue, 17 Jul 2018 17:14:03 -0400] rev 51107
8205610: [TESTLIB] Improve listing of open file descriptors Reviewed-by: lancea
Tue, 17 Jul 2018 15:59:47 -0400 8202353: os::readdir should use readdir instead of readdir_r
kbarrett [Tue, 17 Jul 2018 15:59:47 -0400] rev 51106
8202353: os::readdir should use readdir instead of readdir_r 8202835: jfr/event/os/TestSystemProcess.java fails on missing events Summary: os::readdir uses POSIX readdir, drop buffer arg, fix JFR uses. Reviewed-by: coleenp, tschatzl, bsrbnd
Tue, 17 Jul 2018 12:03:10 -0700 8202794: Native Unix code should use readdir rather than readdir_r
bpb [Tue, 17 Jul 2018 12:03:10 -0700] rev 51105
8202794: Native Unix code should use readdir rather than readdir_r Reviewed-by: alanb, bsrbnd Contributed-by: Bernard Blaser <bsrbnd@gmail.com>
Tue, 17 Jul 2018 11:58:53 -0700 8204591: Expire/remove the UseAppCDS option in JDK 12
ccheung [Tue, 17 Jul 2018 11:58:53 -0700] rev 51104
8204591: Expire/remove the UseAppCDS option in JDK 12 Reviewed-by: jiangli, mseledtsov, iklam
Tue, 17 Jul 2018 14:28:56 +0200 8207229: Trees.getScope crashes for broken lambda
jlahoda [Tue, 17 Jul 2018 14:28:56 +0200] rev 51103
8207229: Trees.getScope crashes for broken lambda 8207230: Trees.getScope runs Analyzers Reviewed-by: vromero
Tue, 17 Jul 2018 08:10:48 +0100 8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed
alanb [Tue, 17 Jul 2018 08:10:48 +0100] rev 51102
8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed Reviewed-by: bpb
Mon, 16 Jul 2018 21:53:49 -0700 8207248: Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests
darcy [Mon, 16 Jul 2018 21:53:49 -0700] rev 51101
8207248: Reduce incidence of compiler.warn.source.no.bootclasspath in javac tests Reviewed-by: vromero
Mon, 16 Jul 2018 10:58:28 -0700 8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx)
bpb [Mon, 16 Jul 2018 10:58:28 -0700] rev 51100
8206448: (fs) Extended attributes assumed to be enabled on ext3 (lnx) Summary: Assume extended attributes are only explicitly enable on ext3 Reviewed-by: mbaesken, alanb
Mon, 16 Jul 2018 10:07:22 -0700 8207016: Avoid redundant native memory allocation in getFinalPath()
igerasim [Mon, 16 Jul 2018 10:07:22 -0700] rev 51099
8207016: Avoid redundant native memory allocation in getFinalPath() Reviewed-by: alanb
Mon, 16 Jul 2018 08:59:39 -0700 8207321: Merge error with 8199779
rhalade [Mon, 16 Jul 2018 08:59:39 -0700] rev 51098
8207321: Merge error with 8199779 Reviewed-by: mullan
Mon, 16 Jul 2018 11:34:17 -0400 8205611: Improve the wording of LinkageErrors to include module and class loader information
lfoltan [Mon, 16 Jul 2018 11:34:17 -0400] rev 51097
8205611: Improve the wording of LinkageErrors to include module and class loader information Summary: Clean up the wording of loader constraint violations to include the module and class loader information. Reviewed-by: coleenp, goetz, hseigel
Mon, 16 Jul 2018 09:06:33 -0400 8178712: ResourceMark may be missing inside initialize_[vi]table
lfoltan [Mon, 16 Jul 2018 09:06:33 -0400] rev 51096
8178712: ResourceMark may be missing inside initialize_[vi]table Summary: Clean up use of ResourceMark within initialize_[vi]table. Reviewed-by: ccheung, iklam, jiangli
Thu, 12 Jul 2018 16:28:31 +0200 8207057: No debug info for assembler files
sgehwolf [Thu, 12 Jul 2018 16:28:31 +0200] rev 51095
8207057: No debug info for assembler files Summary: Generate debug info for assembler files as needed. Reviewed-by: erikj
Mon, 16 Jul 2018 12:35:25 +0200 8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance.
jlahoda [Mon, 16 Jul 2018 12:35:25 +0200] rev 51094
8189747: JDK9 javax.lang.model.util.Elements#getTypeElement regressed 1000x in performance. Summary: Caching the results of Elements.getTypeElement/getPackageElement Reviewed-by: darcy
Sun, 15 Jul 2018 18:16:55 +0300 8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
dsamersoff [Sun, 15 Jul 2018 18:16:55 +0300] rev 51093
8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr Summary: Limit flag range to don't overflow 12bit instruction operand Reviewed-by: aph, dsamersoff Contributed-by: boris.ulasevich@bell-sw.com
Sat, 14 Jul 2018 02:14:54 +0200 Merge
jwilhelm [Sat, 14 Jul 2018 02:14:54 +0200] rev 51092
Merge
Fri, 13 Jul 2018 13:00:36 -0700 8207213: The help-doc.html generated by the doclet is incomplete
jjg [Fri, 13 Jul 2018 13:00:36 -0700] rev 51091
8207213: The help-doc.html generated by the doclet is incomplete Reviewed-by: hannesw
Fri, 13 Jul 2018 11:13:34 -0700 8207065: Cleanup compiler tests for Client VM
kvn [Fri, 13 Jul 2018 11:13:34 -0700] rev 51090
8207065: Cleanup compiler tests for Client VM Reviewed-by: kvn, iignatyev Contributed-by: aleksei.voitylov@bell-sw.com
Fri, 13 Jul 2018 09:48:52 -0700 8199779: Add T-Systems, GlobalSign and Starfield services root certificates
rhalade [Fri, 13 Jul 2018 09:48:52 -0700] rev 51089
8199779: Add T-Systems, GlobalSign and Starfield services root certificates Reviewed-by: mullan
Fri, 13 Jul 2018 18:39:11 +0200 8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE
redestad [Fri, 13 Jul 2018 18:39:11 +0200] rev 51088
8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE Reviewed-by: alanb
Thu, 12 Jul 2018 22:53:35 -0700 8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][]
dtitov [Thu, 12 Jul 2018 22:53:35 -0700] rev 51087
8191948: db error: InvalidTypeException: Can't assign double[][][] to double[][][] Reviewed-by: sspitsyn, amenkov
Fri, 13 Jul 2018 10:42:30 -0400 8206915: XDH TCK issues
apetcher [Fri, 13 Jul 2018 10:42:30 -0400] rev 51086
8206915: XDH TCK issues Summary: Fixing a couple of conformance issues in XDH Reviewed-by: mullan
Fri, 13 Jul 2018 15:44:54 +0200 8200282: Serializing non-zero byte as zero to ByteBuffer
roland [Fri, 13 Jul 2018 15:44:54 +0200] rev 51085
8200282: Serializing non-zero byte as zero to ByteBuffer Summary: arraycopy converted as a series of loads/stores uses wrong slice for loads Reviewed-by: kvn, thartmann
Fri, 13 Jul 2018 07:08:59 -0700 8207029: Unable to use custom SSLEngine with default TrustManagerFactory after updating to JDK 11 b21
xuelei [Fri, 13 Jul 2018 07:08:59 -0700] rev 51084
8207029: Unable to use custom SSLEngine with default TrustManagerFactory after updating to JDK 11 b21 Reviewed-by: wetmore
Fri, 13 Jul 2018 07:01:51 -0700 8207047: Multiple VM variants build fail
bulasevich [Fri, 13 Jul 2018 07:01:51 -0700] rev 51083
8207047: Multiple VM variants build fail Reviewed-by: erikj
Fri, 13 Jul 2018 11:07:43 +0200 8206998: [test] runtime/ElfDecoder/TestElfDirectRead.java requires longer timeout on ppc64
simonis [Fri, 13 Jul 2018 11:07:43 +0200] rev 51082
8206998: [test] runtime/ElfDecoder/TestElfDirectRead.java requires longer timeout on ppc64 Reviewed-by: zgu, dholmes
Wed, 11 Jul 2018 19:23:27 +0200 8207067: [test] prevent timeouts in serviceability/tmtools/jstat/{GcTest02,GcCauseTest02}.java
simonis [Wed, 11 Jul 2018 19:23:27 +0200] rev 51081
8207067: [test] prevent timeouts in serviceability/tmtools/jstat/{GcTest02,GcCauseTest02}.java Reviewed-by: dholmes, goetz
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip