Fri, 29 Jun 2018 13:43:35 -0700 8206117: failed to get JDK properties for JVM w/o JVMCI
iignatyev [Fri, 29 Jun 2018 13:43:35 -0700] rev 50914
8206117: failed to get JDK properties for JVM w/o JVMCI Reviewed-by: kvn
Fri, 29 Jun 2018 11:10:47 +0200 8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert jdk-11+20
thartmann [Fri, 29 Jun 2018 11:10:47 +0200] rev 50913
8205940: LoadNode::find_previous_arraycopy fails with "broken allocation" assert Summary: Removed assert which is too strong. Reviewed-by: roland
Fri, 29 Jun 2018 11:08:38 +0200 8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads
thartmann [Fri, 29 Jun 2018 11:08:38 +0200] rev 50912
8205499: C1 temporary code buffers are not removed with -XX:+UseDynamicNumberOfCompilerThreads Summary: Deallocate C1 code buffers in the compiler thread destructor. Reviewed-by: neliasso, kvn, mdoerr
Thu, 28 Jun 2018 21:58:23 -0700 8206088: 8205207 broke builds
iignatyev [Thu, 28 Jun 2018 21:58:23 -0700] rev 50911
8206088: 8205207 broke builds Reviewed-by: ehelin, epavlova
Thu, 28 Jun 2018 19:33:00 -0700 8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal
epavlova [Thu, 28 Jun 2018 19:33:00 -0700] rev 50910
8195630: [Graal] vmTestbase/nsk/jvmti/AttachOnDemand/attach024/TestDescription.java fails with Graal Reviewed-by: kvn
Fri, 29 Jun 2018 08:21:15 +0800 8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version
weijun [Fri, 29 Jun 2018 08:21:15 +0800] rev 50909
8205927: Update src/java.base/share/legal/public_suffix.md to match the actual file version Reviewed-by: mullan, xuelei
Thu, 28 Jun 2018 17:07:34 -0700 8205207: Port Graal unit tests under jtreg
epavlova [Thu, 28 Jun 2018 17:07:34 -0700] rev 50908
8205207: Port Graal unit tests under jtreg Reviewed-by: kvn, erikj, iignatyev
Thu, 28 Jun 2018 16:45:15 -0700 8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get
iignatyev [Thu, 28 Jun 2018 16:45:15 -0700] rev 50907
8149729: [jittester] Replace all 'path1 +"/" + path2' with Paths::get Reviewed-by: kvn
Fri, 29 Jun 2018 01:09:29 +0200 8206006: Build failed on Windows
jwilhelm [Fri, 29 Jun 2018 01:09:29 +0200] rev 50906
8206006: Build failed on Windows Reviewed-by: jwilhelm, dcubed Contributed-by: robin.westberg@oracle.com
Mon, 02 Jul 2018 13:54:01 -0700 8204329: Java API doc for XMLStreamReader.next() needs to be clarified for the exception thrown when hasNext() method returns false
joehw [Mon, 02 Jul 2018 13:54:01 -0700] rev 50905
8204329: Java API doc for XMLStreamReader.next() needs to be clarified for the exception thrown when hasNext() method returns false Reviewed-by: lancea, rriggs
Mon, 02 Jul 2018 16:28:09 -0400 8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK
zgu [Mon, 02 Jul 2018 16:28:09 -0400] rev 50904
8205965: SIGSEGV on write to NativeCallStack::EMPTY_STACK Summary: Made EMPTY_STACK non-const, so it will not be placed in read-only BSS section. Reviewed-by: stuefe, martin
Mon, 02 Jul 2018 00:55:24 -0700 8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError
rraghavan [Mon, 02 Jul 2018 00:55:24 -0700] rev 50903
8203504: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails with java.util.ServiceConfigurationError Summary: Added required uses statement Reviewed-by: dnsimon, kvn
Mon, 02 Jul 2018 09:21:06 +0200 8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics
thartmann [Mon, 02 Jul 2018 09:21:06 +0200] rev 50902
8206093: compiler/graalunit/HotspotTest.java fails in CheckGraalIntrinsics Summary: Ignore encodeBlock intrinsic. Reviewed-by: kvn
Fri, 29 Jun 2018 17:35:04 -0700 8204310: Simpler RandomAccessFile.setLength() on Windows
igerasim [Fri, 29 Jun 2018 17:35:04 -0700] rev 50901
8204310: Simpler RandomAccessFile.setLength() on Windows Reviewed-by: alanb
Fri, 29 Jun 2018 12:34:03 -0700 8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException
dtitov [Fri, 29 Jun 2018 12:34:03 -0700] rev 50900
8206086: [Graal] JDI tests fail with com.sun.jdi.ObjectCollectedException Reviewed-by: sspitsyn, cjplummer, amenkov
Fri, 29 Jun 2018 10:13:24 -0700 8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result
joehw [Fri, 29 Jun 2018 10:13:24 -0700] rev 50899
8190835: Subtraction with two javax.xml.datatype.Duration gives incorrect result Reviewed-by: lancea
Fri, 29 Jun 2018 10:41:10 +0200 8205418: Assorted improvements to source code model
jlahoda [Fri, 29 Jun 2018 10:41:10 +0200] rev 50898
8205418: Assorted improvements to source code model Summary: Improving tree positions, better error recovery, fixing Trees.getScope for possibly erroneous lambdas. Reviewed-by: jjg, mcimadamore, vromero
Thu, 28 Jun 2018 17:49:13 -0700 8206083: Make tools/javac/api/T6265137.java robust to JDK version changes
darcy [Thu, 28 Jun 2018 17:49:13 -0700] rev 50897
8206083: Make tools/javac/api/T6265137.java robust to JDK version changes Reviewed-by: jjg
Thu, 28 Jun 2018 17:45:59 -0700 8206022: Add test to check that the JVM accepts class files with version 56
mikael [Thu, 28 Jun 2018 17:45:59 -0700] rev 50896
8206022: Add test to check that the JVM accepts class files with version 56 Reviewed-by: hseigel, hseigel
Thu, 28 Jun 2018 15:46:27 -0700 8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages
jjg [Thu, 28 Jun 2018 15:46:27 -0700] rev 50895
8202959: Rearrange the top and bottom navigation bar in the javadoc generated pages Reviewed-by: darcy, jjg Contributed-by: bhavesh.x.patel@oracle.com, jonathan.gibbons@oracle.com
Thu, 28 Jun 2018 22:28:41 +0200 8206006: Build failed on Windows
jwilhelm [Thu, 28 Jun 2018 22:28:41 +0200] rev 50894
8206006: Build failed on Windows Reviewed-by: jwilhelm, dcubed Contributed-by: robin.westberg@oracle.com
Thu, 28 Jun 2018 21:11:50 +0200 Added tag jdk-12+0 for changeset 95aad0c785e4
jwilhelm [Thu, 28 Jun 2018 21:11:50 +0200] rev 50893
Added tag jdk-12+0 for changeset 95aad0c785e4
Wed, 27 Jun 2018 21:01:12 -0700 8205615: Start of release updates for JDK 12
darcy [Wed, 27 Jun 2018 21:01:12 -0700] rev 50892
8205615: Start of release updates for JDK 12 8205621: Increment JDK version for JDK 12 8193292: Add SourceVersion.RELEASE_12 8193290: Add source 12 and target 12 to javac 8205619: Bump maximum recognized class file version to 56 for JDK 12 Reviewed-by: alanb, smarks, jjg, mr, erikj, psandoz, dholmes Contributed-by: erik.joelsson@oracle.com, mikael.vidstedt@oracle.com, joe.darcy@oracle.com
Thu, 28 Jun 2018 19:55:44 +0200 Added tag jdk-12+0 for changeset c9cd3ec6a0eb
jwilhelm [Thu, 28 Jun 2018 19:55:44 +0200] rev 50891
Added tag jdk-12+0 for changeset c9cd3ec6a0eb
Thu, 28 Jun 2018 11:41:45 -0700 8195774: Add Entrust root certificates
rhalade [Thu, 28 Jun 2018 11:41:45 -0700] rev 50890
8195774: Add Entrust root certificates Reviewed-by: weijun
Thu, 28 Jun 2018 10:31:39 -0400 8205508: hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java fails with Prompt is not received during 300200 milliseconds. jdk-12+0
gadams [Thu, 28 Jun 2018 10:31:39 -0400] rev 50889
8205508: hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java fails with Prompt is not received during 300200 milliseconds. Reviewed-by: cjplummer, sspitsyn, dcubed
Thu, 28 Jun 2018 10:50:10 -0400 Merge
dcubed [Thu, 28 Jun 2018 10:50:10 -0400] rev 50888
Merge
Thu, 28 Jun 2018 15:17:44 +0200 8137164: Include PID in the JFR jcmd hint
egahlin [Thu, 28 Jun 2018 15:17:44 +0200] rev 50887
8137164: Include PID in the JFR jcmd hint Reviewed-by: mgronlun, stuefe
Thu, 28 Jun 2018 10:46:05 -0400 8206004: [BACKOUT] errant changeset for JDK-8137164
dcubed [Thu, 28 Jun 2018 10:46:05 -0400] rev 50886
8206004: [BACKOUT] errant changeset for JDK-8137164 Reviewed-by: dcubed, egahlin
Thu, 28 Jun 2018 07:30:38 -0700 8205956: Fix usage of "OpenJDK" in build and test instructions
mr [Thu, 28 Jun 2018 07:30:38 -0700] rev 50885
8205956: Fix usage of "OpenJDK" in build and test instructions Reviewed-by: erikj, tbell
Thu, 28 Jun 2018 19:44:58 +0530 8204967: Resolve disabled warnings for libunpack
sdama [Thu, 28 Jun 2018 19:44:58 +0530] rev 50884
8204967: Resolve disabled warnings for libunpack Summary: Fixed warnings for libunpack Reviewed-by: jlaskey
Thu, 28 Jun 2018 15:18:17 +0200 8205985: Remove tools/javac/options/release/ReleaseOptionUnsupported.java from problem list
jlahoda [Thu, 28 Jun 2018 15:18:17 +0200] rev 50883
8205985: Remove tools/javac/options/release/ReleaseOptionUnsupported.java from problem list Reviewed-by: vromero
Thu, 28 Jun 2018 14:22:28 +0200 8205683: Refactor heap allocation to separate concerns
eosterlund [Thu, 28 Jun 2018 14:22:28 +0200] rev 50882
8205683: Refactor heap allocation to separate concerns Reviewed-by: pliden, kbarrett
Thu, 28 Jun 2018 15:17:44 +0200 8197425: Liveset information for Old Object sample event
egahlin [Thu, 28 Jun 2018 15:17:44 +0200] rev 50881
8197425: Liveset information for Old Object sample event Reviewed-by: mgronlun, ehelin
Thu, 28 Jun 2018 15:13:39 +0200 8197425: Liveset information for Old Object sample event
egahlin [Thu, 28 Jun 2018 15:13:39 +0200] rev 50880
8197425: Liveset information for Old Object sample event Reviewed-by: mgronlun, ehelin
Thu, 28 Jun 2018 15:06:55 +0200 8003209: JFR events for network utilization
rwestberg [Thu, 28 Jun 2018 15:06:55 +0200] rev 50879
8003209: JFR events for network utilization Reviewed-by: mgronlun, egahlin
Thu, 28 Jun 2018 18:04:19 +0530 8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs
sundar [Thu, 28 Jun 2018 18:04:19 +0530] rev 50878
8204492: Add deprecation annotation to Nashorn APIs and warning to nashorn, jjs Reviewed-by: jlaskey, hannesw
Thu, 28 Jun 2018 13:58:30 +0200 8205996: JDK-8205906 broke the build on Mac
mgronlun [Thu, 28 Jun 2018 13:58:30 +0200] rev 50877
8205996: JDK-8205906 broke the build on Mac Reviewed-by: thartmann, ehelin
Thu, 28 Jun 2018 03:45:49 -0700 8205681: [TEST_BUG] vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java fails with exit code 98
amenkov [Thu, 28 Jun 2018 03:45:49 -0700] rev 50876
8205681: [TEST_BUG] vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java fails with exit code 98 Reviewed-by: sspitsyn, cjplummer, dholmes
Thu, 28 Jun 2018 12:14:37 +0200 8205993: ZGC: Fix typos and incorrect indentations
pliden [Thu, 28 Jun 2018 12:14:37 +0200] rev 50875
8205993: ZGC: Fix typos and incorrect indentations Reviewed-by: stefank
Thu, 28 Jun 2018 10:09:58 +0000 8205694: AArch64: Add test to validate volatile load, store and CAS code generation
adinn [Thu, 28 Jun 2018 10:09:58 +0000] rev 50874
8205694: AArch64: Add test to validate volatile load, store and CAS code generation Summary: Implement tests to check volatile operations are translated to valid code Reviewed-by: aph, kvn, dpochepk
Thu, 28 Jun 2018 11:37:02 +0200 8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions
mgronlun [Thu, 28 Jun 2018 11:37:02 +0200] rev 50873
8205906: jdk.jfr.jcmd.TestJcmdDumpLimited fails due to erronous processing of -XX:FlightRecorderOptions Reviewed-by: egahlin
Thu, 28 Jun 2018 11:32:32 +0200 8205925: Print correct and more information about secondary errors
stuefe [Thu, 28 Jun 2018 11:32:32 +0200] rev 50872
8205925: Print correct and more information about secondary errors Reviewed-by: coleenp, dholmes
Wed, 27 Jun 2018 15:04:27 +0200 8205923: ZGC: Verification applies load barriers before verification
stefank [Wed, 27 Jun 2018 15:04:27 +0200] rev 50871
8205923: ZGC: Verification applies load barriers before verification Reviewed-by: pliden, eosterlund
Wed, 27 Jun 2018 15:02:53 +0200 8205923: ZGC: Verification applies load barrier before verification
stefank [Wed, 27 Jun 2018 15:02:53 +0200] rev 50870
8205923: ZGC: Verification applies load barrier before verification Reviewed-by: pliden, eosterlund
Thu, 28 Jun 2018 01:10:09 -0700 8205959: Do not restart close if errno is EINTR
igerasim [Thu, 28 Jun 2018 01:10:09 -0700] rev 50869
8205959: Do not restart close if errno is EINTR Reviewed-by: alanb, vtewari
Thu, 28 Jun 2018 10:05:43 +0200 8205913: Inconsistent source code model
jlahoda [Thu, 28 Jun 2018 10:05:43 +0200] rev 50868
8205913: Inconsistent source code model Summary: Ensuring variable declarations have non-null modifiers and names. Reviewed-by: mcimadamore
Thu, 28 Jun 2018 10:05:39 +0200 8195986: Incorrect javac -h output with annotation processing and missing classes
jlahoda [Thu, 28 Jun 2018 10:05:39 +0200] rev 50867
8195986: Incorrect javac -h output with annotation processing and missing classes Summary: When clearing out symbols for a new annotation processing round, preserve types when possible. Reviewed-by: vromero
(0) -30000 -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 tip