Tue, 22 May 2018 09:10:16 +0200 8202848: -XX:+ExecuteInternalVMTests asserts with "assert(cd.valid() == true) failed: failed on a valid DirectivesParser string"
thartmann [Tue, 22 May 2018 09:10:16 +0200] rev 50208
8202848: -XX:+ExecuteInternalVMTests asserts with "assert(cd.valid() == true) failed: failed on a valid DirectivesParser string" Summary: Use "C" locale for correct parsing of decimals in VM internal compiler directive tests. Reviewed-by: dholmes, coleenp, stuefe, dcubed
Tue, 22 May 2018 09:04:15 +0200 8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys
thartmann [Tue, 22 May 2018 09:04:15 +0200] rev 50207
8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys Summary: Avoid integer overflow in TableSwitch(). Reviewed-by: goetz, mdoerr, vlivanov
Mon, 21 May 2018 21:27:12 -0700 8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
iklam [Mon, 21 May 2018 21:27:12 -0700] rev 50206
8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation Reviewed-by: lfoltan, jiangli
Mon, 21 May 2018 18:44:09 -0700 8203500: Fix broken links to Specification in "specs" directory
iris [Mon, 21 May 2018 18:44:09 -0700] rev 50205
8203500: Fix broken links to Specification in "specs" directory Reviewed-by: jjg, lancea, mchung
Mon, 21 May 2018 23:40:52 +0000 8146293: Add support for RSASSA-PSS Signature algorithm
valeriep [Mon, 21 May 2018 23:40:52 +0000] rev 50204
8146293: Add support for RSASSA-PSS Signature algorithm Summary: add RSASSA-PSS key and signature support to SunRsaSign provider Reviewed-by: wetmore
Mon, 21 May 2018 17:17:24 -0400 8202853: NotifyCount is not initialized
coleenp [Mon, 21 May 2018 17:17:24 -0400] rev 50203
8202853: NotifyCount is not initialized Summary: remove NotifyCount Reviewed-by: jiangli
Mon, 21 May 2018 22:59:29 +0200 8027760: JFC schema condition should not have defaults
egahlin [Mon, 21 May 2018 22:59:29 +0200] rev 50202
8027760: JFC schema condition should not have defaults Reviewed-by: mgronlun
Mon, 21 May 2018 12:49:03 -0700 8203279: Faster rounding up to nearest power of two
igerasim [Mon, 21 May 2018 12:49:03 -0700] rev 50201
8203279: Faster rounding up to nearest power of two Reviewed-by: martin, redestad
Mon, 21 May 2018 12:27:21 -0700 8203486: skip type inference for non functional interface components of intersection types
vromero [Mon, 21 May 2018 12:27:21 -0700] rev 50200
8203486: skip type inference for non functional interface components of intersection types Reviewed-by: mcimadamore
Mon, 21 May 2018 15:15:58 -0400 8199807: AppCDS performs overly restrictive path matching check.
jiangli [Mon, 21 May 2018 15:15:58 -0400] rev 50199
8199807: AppCDS performs overly restrictive path matching check. 8203377: Cleanup the usage of os::file_name_strcmp() in SharedPathsMiscInfo::check(). Summary: Relax CDS/AppCDS path check for modules image. Reviewed-by: iklam, ccheung
Mon, 21 May 2018 11:43:57 -0700 8203487: Typo in ICUBinary.java: s/Magin/Magic/
bpb [Mon, 21 May 2018 11:43:57 -0700] rev 50198
8203487: Typo in ICUBinary.java: s/Magin/Magic/ Reviewed-by: igerasim, naoto Contributed-by: Adam Farley <adam.farley@uk.ibm.com>
Mon, 21 May 2018 18:19:11 +0200 8195818: JFR.start should increase autogenerated name by one
egahlin [Mon, 21 May 2018 18:19:11 +0200] rev 50197
8195818: JFR.start should increase autogenerated name by one Reviewed-by: mgronlun
Mon, 21 May 2018 11:09:58 -0500 8203292: Print complete set of flags in the hs_err file
simonis [Mon, 21 May 2018 11:09:58 -0500] rev 50196
8203292: Print complete set of flags in the hs_err file Summary: Prints non-default flags to hs_err file Reviewed-by: gziemski, dholmes
Mon, 21 May 2018 17:38:46 +0200 8195817: JFR.stop should require name of recording
egahlin [Mon, 21 May 2018 17:38:46 +0200] rev 50195
8195817: JFR.stop should require name of recording Reviewed-by: mgronlun
Mon, 21 May 2018 14:46:12 +0200 8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work
egahlin [Mon, 21 May 2018 14:46:12 +0200] rev 50194
8198337: -XX:StartFlightRecording=dumponexit=true,disk=false doesn't work Reviewed-by: mgronlun
Mon, 21 May 2018 11:33:59 +0200 8176808: Split up metaspace.cpp
stuefe [Mon, 21 May 2018 11:33:59 +0200] rev 50193
8176808: Split up metaspace.cpp Reviewed-by: asiebenborn, coleenp
Sun, 20 May 2018 22:10:45 +0200 8203341: Add a safepoint-aware Semaphore
stefank [Sun, 20 May 2018 22:10:45 +0200] rev 50192
8203341: Add a safepoint-aware Semaphore Reviewed-by: pliden, eosterlund
Sun, 20 May 2018 22:08:25 +0200 8203339: Add oopDesc::field_offset()
stefank [Sun, 20 May 2018 22:08:25 +0200] rev 50191
8203339: Add oopDesc::field_offset() Reviewed-by: rkennke, eosterlund
Sun, 20 May 2018 20:25:51 +0900 8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0
ysuenaga [Sun, 20 May 2018 20:25:51 +0900] rev 50190
8202466: Test serviceability/tmtools/jstat/GcTest01.java fails: Number of concurrent GC events is 1, but CGCT is 0 Reviewed-by: cjplummer, sspitsyn
Sat, 19 May 2018 13:13:09 -0700 8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[]
cjplummer [Sat, 19 May 2018 13:13:09 -0700] rev 50189
8203391: Update com/sun/jdi/JdbMethodExitTest.sh to pass valid URL[] Summary: use a valid URL[] Reviewed-by: sspitsyn, amenkov, dtitov
Sat, 19 May 2018 18:01:04 +0200 8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers)
shade [Sat, 19 May 2018 18:01:04 +0200] rev 50188
8203454: Minimal, Zero builds fail after JDK-8202377 (Modularize C2 barriers) Reviewed-by: stuefe, eosterlund
Sat, 19 May 2018 22:06:47 +0800 8201627: Kerberos sequence number issues
weijun [Sat, 19 May 2018 22:06:47 +0800] rev 50187
8201627: Kerberos sequence number issues Reviewed-by: valeriep
Fri, 18 May 2018 18:31:28 -0700 8198548: Initialization race in com.sun.org.apache.xerces.internal.impl.xpath.regex.Token.getRange() on Token.categories
joehw [Fri, 18 May 2018 18:31:28 -0700] rev 50186
8198548: Initialization race in com.sun.org.apache.xerces.internal.impl.xpath.regex.Token.getRange() on Token.categories Reviewed-by: lancea
Fri, 18 May 2018 14:21:59 -0700 8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE "
cjplummer [Fri, 18 May 2018 14:21:59 -0700] rev 50185
8185803: JdbExprTest.sh fails in JDK10-hs nightly due to "Name unknown: java.lang.Long.MAX_VALUE " Summary: Initialize java.lang.Long before referencing it Reviewed-by: dholmes, dcubed
Fri, 18 May 2018 15:56:42 -0400 8202014: Possible to receive signal before signal semaphore created
coleenp [Fri, 18 May 2018 15:56:42 -0400] rev 50184
8202014: Possible to receive signal before signal semaphore created Summary: initialize jdk.internal.misc.Signal in os_init2 and rename initialization functions. Reviewed-by: dholmes, stuefe
Fri, 18 May 2018 12:45:05 -0700 8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.)
iignatyev [Fri, 18 May 2018 12:45:05 -0700] rev 50183
8203437: 8199370 broke build on linux-ppc64le (w/ GCC 4.8.5.) Reviewed-by: shade
Fri, 18 May 2018 12:32:32 -0700 8202305: [Graal] org.graalvm.compiler.core.test.GraphResetDebugTest fails with java.util.ServiceConfigurationError
dlong [Fri, 18 May 2018 12:32:32 -0700] rev 50182
8202305: [Graal] org.graalvm.compiler.core.test.GraphResetDebugTest fails with java.util.ServiceConfigurationError Reviewed-by: iveresov, epavlova
Fri, 18 May 2018 09:22:31 -0700 8148354: Errors targeting functional interface intersection types
vromero [Fri, 18 May 2018 09:22:31 -0700] rev 50181
8148354: Errors targeting functional interface intersection types Reviewed-by: mcimadamore, dlsmith
Fri, 18 May 2018 14:51:06 +0200 8202377: Modularize C2 GC barriers
eosterlund [Fri, 18 May 2018 14:51:06 +0200] rev 50180
8202377: Modularize C2 GC barriers Reviewed-by: neliasso, roland
Fri, 18 May 2018 15:21:23 +0200 8202989: Add missing decorators in calls to to arraycopy_prologue/epilogue
pliden [Fri, 18 May 2018 15:21:23 +0200] rev 50179
8202989: Add missing decorators in calls to to arraycopy_prologue/epilogue Reviewed-by: stefank, eosterlund
Fri, 18 May 2018 15:21:23 +0200 8203227: Introduce os::processor_id() for Linux and Solaris
pliden [Fri, 18 May 2018 15:21:23 +0200] rev 50178
8203227: Introduce os::processor_id() for Linux and Solaris Reviewed-by: dholmes, rehn
Fri, 18 May 2018 08:47:42 -0400 8134537: Much nearly duplicated code for sun.misc.Signal support
coleenp [Fri, 18 May 2018 08:47:42 -0400] rev 50177
8134537: Much nearly duplicated code for sun.misc.Signal support Summary: merged jvm_<os>.cpp into jvm_posix.cpp Reviewed-by: dholmes, stuefe
Fri, 18 May 2018 10:59:04 +0200 8203400: Fix issue with "8199852: Print more information about class loaders in LinkageErrors."
goetz [Fri, 18 May 2018 10:59:04 +0200] rev 50176
8203400: Fix issue with "8199852: Print more information about class loaders in LinkageErrors." Reviewed-by: dholmes, lfoltan
Fri, 18 May 2018 08:43:49 -0300 8200436: String::isBlank
jlaskey [Fri, 18 May 2018 08:43:49 -0300] rev 50175
8200436: String::isBlank Reviewed-by: sundar
Wed, 16 May 2018 15:25:51 +0200 8203287: Zero fails to build after JDK-8199712 (Flight Recorder)
sgehwolf [Wed, 16 May 2018 15:25:51 +0200] rev 50174
8203287: Zero fails to build after JDK-8199712 (Flight Recorder) Reviewed-by: shade, mdoerr
Fri, 18 May 2018 12:48:09 +0200 8203398: Test test/langtools/tools/javac/options/release/ReleaseOptionCurrent.java writes into the source directory
bsrbnd [Fri, 18 May 2018 12:48:09 +0200] rev 50173
8203398: Test test/langtools/tools/javac/options/release/ReleaseOptionCurrent.java writes into the source directory Reviewed-by: jjg, jlahoda
Fri, 18 May 2018 13:23:28 +0300 8202710: AARCH64: sporadic jtreg test fail
bulasevich [Fri, 18 May 2018 13:23:28 +0300] rev 50172
8202710: AARCH64: sporadic jtreg test fail Reviewed-by: aph, dsamersoff
Fri, 18 May 2018 16:27:15 +0800 8201867: Kerberos keytabs with holes in certain places are parsed incorrectly
weijun [Fri, 18 May 2018 16:27:15 +0800] rev 50171
8201867: Kerberos keytabs with holes in certain places are parsed incorrectly Reviewed-by: valeriep
Thu, 17 May 2018 21:04:53 -0700 8203318: compiler/stable/TestStableShort.java is broken
epavlova [Thu, 17 May 2018 21:04:53 -0700] rev 50170
8203318: compiler/stable/TestStableShort.java is broken Reviewed-by: shade
Thu, 17 May 2018 16:21:27 -0700 8199271: [TESTBUG] open source VM testbase stress tests
lmesnik [Thu, 17 May 2018 16:21:27 -0700] rev 50169
8199271: [TESTBUG] open source VM testbase stress tests Reviewed-by: mseledtsov, sspitsyn, erikj
Thu, 17 May 2018 14:52:47 -0700 8199370: [TESTBUG] Open source vm testbase GC tests
iignatyev [Thu, 17 May 2018 14:52:47 -0700] rev 50168
8199370: [TESTBUG] Open source vm testbase GC tests Reviewed-by: erikj, ihse, ehelin
Thu, 17 May 2018 12:59:53 -0700 8196201: Generate pages to list all classes and all packages in javadoc output
bpatel [Thu, 17 May 2018 12:59:53 -0700] rev 50167
8196201: Generate pages to list all classes and all packages in javadoc output Reviewed-by: jjg
Thu, 17 May 2018 08:41:01 -0700 8196619: [TESTBUG] restore current version check in runtime/appcds/MultiReleaseJars.java
ccheung [Thu, 17 May 2018 08:41:01 -0700] rev 50166
8196619: [TESTBUG] restore current version check in runtime/appcds/MultiReleaseJars.java Reviewed-by: dholmes
Thu, 17 May 2018 12:08:32 +0200 8203215: IdealLoopTree::split_outer_loop leaves phi-nodes with only one input
neliasso [Thu, 17 May 2018 12:08:32 +0200] rev 50165
8203215: IdealLoopTree::split_outer_loop leaves phi-nodes with only one input Summary: Make sure the phis are transformed Reviewed-by: roland, kvn, rbackman
Thu, 17 May 2018 11:56:21 +0200 8202479: Add missing try_resolve_jobject_in_native calls
eosterlund [Thu, 17 May 2018 11:56:21 +0200] rev 50164
8202479: Add missing try_resolve_jobject_in_native calls Reviewed-by: coleenp, pliden
Thu, 17 May 2018 14:31:31 +0200 8203346: JFR: Inconsistent signature of jfr_add_string_constant
mgronlun [Thu, 17 May 2018 14:31:31 +0200] rev 50163
8203346: JFR: Inconsistent signature of jfr_add_string_constant Reviewed-by: shade
Thu, 17 May 2018 14:19:54 +0200 8202713: Create a MacroAssembler::access_load/store_at wrapper for S390 and PPC
mdoerr [Thu, 17 May 2018 14:19:54 +0200] rev 50162
8202713: Create a MacroAssembler::access_load/store_at wrapper for S390 and PPC Reviewed-by: eosterlund, goetz
Wed, 16 May 2018 11:11:03 -0400 8203305: PPC64: Improve TM detection for enabling RTM on Linux / POWER9
gromero [Wed, 16 May 2018 11:11:03 -0400] rev 50161
8203305: PPC64: Improve TM detection for enabling RTM on Linux / POWER9 Reviewed-by: mdoerr
Thu, 17 May 2018 14:16:49 +0200 8203288: PPC64 and s390 fail to build after JDK-8199712 (Flight Recorder)
mdoerr [Thu, 17 May 2018 14:16:49 +0200] rev 50160
8203288: PPC64 and s390 fail to build after JDK-8199712 (Flight Recorder) Reviewed-by: shade
Thu, 17 May 2018 11:03:19 +0000 Added tag jdk-11+14 for changeset 3595bd343b65
asaha [Thu, 17 May 2018 11:03:19 +0000] rev 50159
Added tag jdk-11+14 for changeset 3595bd343b65
Thu, 17 May 2018 10:32:26 +0200 8195098: Low latency hashtable for read-mostly scenarios
rehn [Thu, 17 May 2018 10:32:26 +0200] rev 50158
8195098: Low latency hashtable for read-mostly scenarios Summary: This implement a concurrent hashtable using chaining and the GlobalCounter for ABA problems. Reviewed-by: acorn, coleenp, dcubed, eosterlund, gziemski, mlarsson
Thu, 17 May 2018 09:35:38 +0200 8202978: Incorrect tmp register passed to MacroAssembler::load_mirror()
pliden [Thu, 17 May 2018 09:35:38 +0200] rev 50157
8202978: Incorrect tmp register passed to MacroAssembler::load_mirror() Reviewed-by: kvn, coleenp
Thu, 17 May 2018 00:23:28 -0700 8199384: [TESTBUG] Open source VM testbase MLVM tests
iignatyev [Thu, 17 May 2018 00:23:28 -0700] rev 50156
8199384: [TESTBUG] Open source VM testbase MLVM tests Reviewed-by: erikj, mseledtsov, vlivanov
Wed, 16 May 2018 16:43:57 -0700 Merge jdk-11+14
mseledtsov [Wed, 16 May 2018 16:43:57 -0700] rev 50155
Merge
Wed, 16 May 2018 16:43:11 -0700 8199252: [TESTBUG] Open source VM testbase system dictionary tests
mseledtsov [Wed, 16 May 2018 16:43:11 -0700] rev 50154
8199252: [TESTBUG] Open source VM testbase system dictionary tests Summary: Opensourced the tests Reviewed-by: iignatyev, gziemski
Wed, 16 May 2018 15:19:28 -0700 8201447: C1 does backedge profiling incorrectly
iveresov [Wed, 16 May 2018 15:19:28 -0700] rev 50153
8201447: C1 does backedge profiling incorrectly Summary: Increment backedge counter only for backward arms of conditional branches. Reviewed-by: never, kvn
Tue, 15 May 2018 14:49:10 -0700 8189140: SystemDictionaryShared::initialize() should be renamed to be more meaningful
iklam [Tue, 15 May 2018 14:49:10 -0700] rev 50152
8189140: SystemDictionaryShared::initialize() should be renamed to be more meaningful Summary: Removed this function, added JavaCalls::construct_new_instance and moved SharedDictionary_lock Reviewed-by: jiangli, ccheung, dholmes, coleenp
Wed, 16 May 2018 10:27:25 -0700 Merge
prr [Wed, 16 May 2018 10:27:25 -0700] rev 50151
Merge
Wed, 16 May 2018 09:45:40 -0700 Merge
prr [Wed, 16 May 2018 09:45:40 -0700] rev 50150
Merge
Tue, 15 May 2018 10:13:52 -0700 Merge
prr [Tue, 15 May 2018 10:13:52 -0700] rev 50149
Merge
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip