prr [Thu, 19 Jul 2018 09:46:29 -0700] rev 51119
Added tag jdk-12+3 for changeset 990db216e719
darcy [Thu, 19 Jul 2018 09:20:08 -0700] rev 51118
8207816: Align declaration of SerializedLambda.readResolve with serialization conventions
Reviewed-by: briangoetz
mli [Thu, 19 Jul 2018 16:22:19 +0800] rev 51117
8207316: java/nio/channels/spi/SelectorProvider/inheritedChannel/InheritedChannelTest.java failed
Reviewed-by: alanb, simonis
darcy [Wed, 18 Jul 2018 16:13:21 -0700] rev 51116
8203263: Remove unnecessary throws clauses from serialization-related methods
Reviewed-by: prr
jnimeh [Wed, 18 Jul 2018 14:32:46 -0700] rev 51115
8207237: SSLSocket#setEnabledCipherSuites is accepting empty string
Reviewed-by: xuelei
rhalade [Wed, 18 Jul 2018 09:50:04 -0700] rev 51114
8203230: update VerifyCACerts test
Reviewed-by: mullan
darcy [Wed, 18 Jul 2018 08:27:53 -0700] rev 51113
8207751: Remove misleading serialVersionUID from JulienFields.Field
Reviewed-by: lancea
rriggs [Wed, 18 Jul 2018 09:46:03 -0400] rev 51112
8189717: Too much documentation of ProcessBuilder.start copied to ProcessBuilder.startPipeline
Reviewed-by: bpb, lancea
alanb [Wed, 18 Jul 2018 07:39:54 +0100] rev 51111
8207393: ServiceLoader class description improvements
Reviewed-by: alanb, lancea
Contributed-by: alex.buckley@oracle.com
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>
igerasim [Tue, 17 Jul 2018 17:17:16 -0700] rev 51109
8207750: Native handle leak in java.io.WinNTFileSystem.list()
Reviewed-by: bpb
bpb [Tue, 17 Jul 2018 16:22:26 -0700] rev 51108
8207748: Fix for 8202794 breaks tier1 builds
Reviewed-by: kbarrett, darcy
rriggs [Tue, 17 Jul 2018 17:14:03 -0400] rev 51107
8205610: [TESTLIB] Improve listing of open file descriptors
Reviewed-by: lancea
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
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>
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
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
alanb [Tue, 17 Jul 2018 08:10:48 +0100] rev 51102
8207340: (fs) UnixNativeDispatcher close and readdir usages should be fixed
Reviewed-by: bpb
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
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
igerasim [Mon, 16 Jul 2018 10:07:22 -0700] rev 51099
8207016: Avoid redundant native memory allocation in getFinalPath()
Reviewed-by: alanb
rhalade [Mon, 16 Jul 2018 08:59:39 -0700] rev 51098
8207321: Merge error with 8199779
Reviewed-by: mullan
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
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
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
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
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
jwilhelm [Sat, 14 Jul 2018 02:14:54 +0200] rev 51092
Merge
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
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
rhalade [Fri, 13 Jul 2018 09:48:52 -0700] rev 51089
8199779: Add T-Systems, GlobalSign and Starfield services root certificates
Reviewed-by: mullan
redestad [Fri, 13 Jul 2018 18:39:11 +0200] rev 51088
8207235: ManagementFactory.getPlatformMXBeans(BufferPoolMXBean.class) throws NPE
Reviewed-by: alanb
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
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
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
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
bulasevich [Fri, 13 Jul 2018 07:01:51 -0700] rev 51083
8207047: Multiple VM variants build fail
Reviewed-by: erikj
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
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
zyao [Wed, 11 Jul 2018 15:00:33 +0800] rev 51080
8206975: AArch64: Fix CompareAndSwapOp when useLSE is enabled in Graal
Reviewed-by: adinn, aph
rraghavan [Fri, 13 Jul 2018 01:31:23 -0700] rev 51079
8206873: 2 Null pointer dereference defect groups in LIRGenerator
Summary: Added missing assert statements
Reviewed-by: kvn, thartmann
goetz [Thu, 12 Jul 2018 16:31:28 +0200] rev 51078
8207049: Minor improvements of compiler code.
Reviewed-by: kvn, mdoerr
xiaofeya [Fri, 13 Jul 2018 11:21:55 +0800] rev 51077
8202481: RegisterDuringSelect.java fails with java.util.concurrent.ExecutionException: java.nio.channels.ClosedSelectorException
8207023: Add trace info to java/nio/channels/Selector/RegisterDuringSelect.java
Reviewed-by: alanb
mikael [Thu, 12 Jul 2018 17:32:37 -0700] rev 51076
8207217: Problem list java/lang/management/ThreadMXBean/AllThreadIds.java
Reviewed-by: dholmes
mikael [Thu, 12 Jul 2018 15:02:41 -0700] rev 51075
8207210: Problem list javax/sound/sampled/Clip/AutoCloseTimeCheck.java
Reviewed-by: prr
jcbeyler [Thu, 12 Jul 2018 12:00:52 -0700] rev 51074
8206960: HeapMonitor tests fail with Graal
Summary: Remove checking lines and disable VMEventsTest when using Graal
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com
kvn [Thu, 12 Jul 2018 11:57:06 -0700] rev 51073
8206953: compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
Summary: restore original behavior when C2 is used
Reviewed-by: thartmann, mdoerr, dnsimon, gdub
naoto [Thu, 12 Jul 2018 11:24:10 -0700] rev 51072
8207152: Placeholder for Japanese new era should be two characters
Reviewed-by: rriggs
psandoz [Wed, 11 Jul 2018 15:35:47 -0700] rev 51071
8207027: Lookup.accessClass fails for an array type in the same package when assertions are enabled
Reviewed-by: redestad, mchung
goetz [Wed, 11 Jul 2018 16:11:10 +0200] rev 51070
8206977: Minor improvements of runtime code.
Reviewed-by: coleenp, lfoltan
erikj [Thu, 12 Jul 2018 16:30:47 +0200] rev 51069
8207001: *.obj.log files get truncated causing unreliable incremental builds on Windows
Reviewed-by: erikj, tbell
Contributed-by: ralf.schmelter@sap.com
erikj [Thu, 12 Jul 2018 07:14:30 -0700] rev 51068
8206903: Unable to build Client VM with JVMCI
Reviewed-by: erikj, kvn
Contributed-by: aleksei.voitylov@bell-sw.com
kaddepalli [Thu, 12 Jul 2018 17:34:36 +0530] rev 51067
8206238: Aspect ratio is not maintained when Image is scaled in JEditorPane
Reviewed-by: prr, sveerabhadra
jwilhelm [Thu, 12 Jul 2018 13:40:20 +0200] rev 51066
Added tag jdk-11+22 for changeset 9937ef7499dc
mhalder [Thu, 12 Jul 2018 15:17:18 +0530] rev 51065
8204860: The frame could be resized by dragging a corner of the frame with the mouse
Reviewed-by: prr, psadhukhan
shade [Thu, 12 Jul 2018 09:13:55 +0200] rev 51064
8207006: serviceability/sa/TestUniverse.java#id0 crashes with EpsilonGC and AOT
Reviewed-by: twisti, kvn
weijun [Thu, 12 Jul 2018 08:44:39 +0800] rev 51063
8206189: sun/security/pkcs12/EmptyPassword.java fails with Sequence tag error
Reviewed-by: xuelei
rhalade [Wed, 11 Jul 2018 14:54:35 -0700] rev 51062
8207068: Add Entrust root certificates
Reviewed-by: weijun
naoto [Wed, 11 Jul 2018 14:47:43 -0700] rev 51061
8206980: ZonedDateTime could not parse timezone name with zh_CN locale correctly.
Reviewed-by: rriggs
jcbeyler [Tue, 10 Jul 2018 15:29:25 -0700] rev 51060
8205643: HeapMonitorGCCMSTest fails with Graal
Summary: Do not run HeapMonitorGCCMSTest with Graal
Reviewed-by: amenkov, sspitsyn
Contributed-by: jcbeyler@google.com