Mon, 14 May 2018 11:47:03 +0200 8202829: Implement CollectedHeap::get_safepoint_workers() for G1
tschatzl [Mon, 14 May 2018 11:47:03 +0200] rev 50096
8202829: Implement CollectedHeap::get_safepoint_workers() for G1 Summary: Use the parallel STW worker gang to do safepoint work. Reviewed-by: rkennke, eosterlund, pliden
Mon, 07 May 2018 23:07:01 +0200 8202745: Remove hyphens from "out-of-bounds".
goetz [Mon, 07 May 2018 23:07:01 +0200] rev 50095
8202745: Remove hyphens from "out-of-bounds". Reviewed-by: rriggs, dholmes
Mon, 07 May 2018 09:11:21 +0200 8201593: Print array length in ArrayIndexOutOfBoundsException.
goetz [Mon, 07 May 2018 09:11:21 +0200] rev 50094
8201593: Print array length in ArrayIndexOutOfBoundsException. Reviewed-by: dholmes, mdoerr, smonteith, shade, rriggs
Sat, 12 May 2018 17:22:56 +0530 8174995: SA: clhsdb 'where -a' throws Assertion Failure with illegal code 236 when CDS is used
jgeorge [Sat, 12 May 2018 17:22:56 +0530] rev 50093
8174995: SA: clhsdb 'where -a' throws Assertion Failure with illegal code 236 when CDS is used Summary: Make SA aware of the new _nofast* (rewritten during CDS dump time) bytecodes. Reviewed-by: iklam, cjplummer
Sat, 12 May 2018 10:26:42 +0200 8202915: [JAXP] Performance enhancements and cleanups in com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator
clanger [Sat, 12 May 2018 10:26:42 +0200] rev 50092
8202915: [JAXP] Performance enhancements and cleanups in com.sun.org.apache.xerces.internal.impl.dtd.XMLDTDValidator Reviewed-by: joehw
Fri, 11 May 2018 14:21:46 -0700 8202113: Reflection API is causing caller classes to leak
mchung [Fri, 11 May 2018 14:21:46 -0700] rev 50091
8202113: Reflection API is causing caller classes to leak Reviewed-by: alanb, plevart
Thu, 10 May 2018 13:34:44 -0700 8202553: Update FXLauncherTest as part of removing JavaFX from JDK
kcr [Thu, 10 May 2018 13:34:44 -0700] rev 50090
8202553: Update FXLauncherTest as part of removing JavaFX from JDK Reviewed-by: ksrini, mchung
Fri, 11 May 2018 14:43:08 -0400 8202997: Split test/jdk/:tier1 to enable better parallel execution
ctornqvi [Fri, 11 May 2018 14:43:08 -0400] rev 50089
8202997: Split test/jdk/:tier1 to enable better parallel execution Reviewed-by: erikj
Fri, 11 May 2018 21:22:28 +0300 8202395: AARCH64: wrong encoding for SIMD instructions zip, trn, uzp
dpochepk [Fri, 11 May 2018 21:22:28 +0300] rev 50088
8202395: AARCH64: wrong encoding for SIMD instructions zip, trn, uzp Reviewed-by: aph
Fri, 11 May 2018 21:19:47 +0300 8201604: ARM64 - Build failure after JDK-8193260
bulasevich [Fri, 11 May 2018 21:19:47 +0300] rev 50087
8201604: ARM64 - Build failure after JDK-8193260 Reviewed-by: aph
Fri, 11 May 2018 10:39:04 -0700 8194998: broken error message for subclass of interface with private method
vromero [Fri, 11 May 2018 10:39:04 -0700] rev 50086
8194998: broken error message for subclass of interface with private method Reviewed-by: mcimadamore
Fri, 11 May 2018 10:07:10 -0700 8202764: api/java_text/SimpleDateFormat/index.html#Format testcases started to fail with JDK11 b12
naoto [Fri, 11 May 2018 10:07:10 -0700] rev 50085
8202764: api/java_text/SimpleDateFormat/index.html#Format testcases started to fail with JDK11 b12 Reviewed-by: sherman
Fri, 11 May 2018 17:37:14 +0200 8202974: Backout JDK-8202683
shade [Fri, 11 May 2018 17:37:14 +0200] rev 50084
8202974: Backout JDK-8202683 Reviewed-by: stuefe, erikj
Fri, 11 May 2018 11:08:32 -0400 8132287: obsolete the "InlineNotify" flag option
dcubed [Fri, 11 May 2018 11:08:32 -0400] rev 50083
8132287: obsolete the "InlineNotify" flag option Reviewed-by: kvn, dlong, dholmes
Fri, 11 May 2018 17:50:00 +0800 8202756: move FilterUSRTest.java to openJDK
mli [Fri, 11 May 2018 17:50:00 +0800] rev 50082
8202756: move FilterUSRTest.java to openJDK Reviewed-by: rriggs
Fri, 11 May 2018 04:57:43 +0000 Added tag jdk-11+13 for changeset 758deedaae84
lana [Fri, 11 May 2018 04:57:43 +0000] rev 50081
Added tag jdk-11+13 for changeset 758deedaae84
Fri, 11 May 2018 09:40:23 +0900 8202889: Remove trailing LF from perf log
ysuenaga [Fri, 11 May 2018 09:40:23 +0900] rev 50080
8202889: Remove trailing LF from perf log Reviewed-by: stuefe, clanger
Thu, 10 May 2018 16:39:50 -0700 8202289: Non-empty directory in module path is not handled properly at CDS/AppCDS dump time
ccheung [Thu, 10 May 2018 16:39:50 -0700] rev 50079
8202289: Non-empty directory in module path is not handled properly at CDS/AppCDS dump time 8202519: Crash during large AppCDS dump Summary: Convert the source of a class into canonical form before comparing witha shared path table entry. Reviewed-by: jiangli, iklam
Thu, 10 May 2018 10:00:49 -0700 8202919: JDK-8202683 broke macosx build
erikj [Thu, 10 May 2018 10:00:49 -0700] rev 50078
8202919: JDK-8202683 broke macosx build Reviewed-by: shade, tbell
Thu, 10 May 2018 09:27:59 -0700 8202773: Unhandled oop in JavaThread::collect_counters
kvn [Thu, 10 May 2018 09:27:59 -0700] rev 50077
8202773: Unhandled oop in JavaThread::collect_counters Summary: remove MutexLocker Reviewed-by: dcubed
Tue, 08 May 2018 15:28:12 -0700 8202748: jtreg :hotspot_misc group shouldn't include vmTestbase tests
lmesnik [Tue, 08 May 2018 15:28:12 -0700] rev 50076
8202748: jtreg :hotspot_misc group shouldn't include vmTestbase tests Reviewed-by: iignatyev, mseledtsov
Thu, 10 May 2018 17:19:29 +0200 8202683: Minimal VM should build cleanly on 64-bit platforms
shade [Thu, 10 May 2018 17:19:29 +0200] rev 50075
8202683: Minimal VM should build cleanly on 64-bit platforms Reviewed-by: erikj, dholmes
Thu, 10 May 2018 07:26:18 +0200 8202822: Add .git to .hgignore
stuefe [Thu, 10 May 2018 07:26:18 +0200] rev 50074
8202822: Add .git to .hgignore Reviewed-by: erikj
Wed, 09 May 2018 19:50:30 +0200 8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017
erikj [Wed, 09 May 2018 19:50:30 +0200] rev 50073
8202557: OpenJDK fails to start in Windows 7 and 8.1 after upgrading compiler to VC 2017 Reviewed-by: tbell
Wed, 09 May 2018 17:14:29 +0200 8202843: langtools ant build fails
jlahoda [Wed, 09 May 2018 17:14:29 +0200] rev 50072
8202843: langtools ant build fails Summary: Using default -source/-target settings when building langtools using the developer ant build. Reviewed-by: mcimadamore
Wed, 09 May 2018 13:37:05 +0200 8202780: Remove EnqueueTask related code from ReferenceProcessor after JDK-8202017 jdk-11+13
tschatzl [Wed, 09 May 2018 13:37:05 +0200] rev 50071
8202780: Remove EnqueueTask related code from ReferenceProcessor after JDK-8202017 Summary: Remove code obsoleted by JDK-8202017 Reviewed-by: kbarrett, sangheki
Wed, 09 May 2018 11:24:12 +0200 8202662: JFR tests fails: Could not find leak with class
sjohanss [Wed, 09 May 2018 11:24:12 +0200] rev 50070
8202662: JFR tests fails: Could not find leak with class Reviewed-by: pliden, kbarrett
Wed, 09 May 2018 12:19:35 +0300 8201602: ARM32 - Minimal Dynamic Constant support
dsamersoff [Wed, 09 May 2018 12:19:35 +0300] rev 50069
8201602: ARM32 - Minimal Dynamic Constant support Summary: Minimal condy support for ARM Reviewed-by: dsamersoff, bobv Contributed-by: boris.ulasevich@bell-sw.com
Wed, 09 May 2018 09:39:25 +0200 8202711: Merge tiered compilation policies
redestad [Wed, 09 May 2018 09:39:25 +0200] rev 50068
8202711: Merge tiered compilation policies Reviewed-by: neliasso, kvn
Wed, 09 May 2018 07:48:31 +0100 8202650: Enforce group for attach listener file
clanger [Wed, 09 May 2018 07:48:31 +0100] rev 50067
8202650: Enforce group for attach listener file Reviewed-by: cjplummer, stuefe
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip