Thu, 21 Feb 2019 01:06:53 +0100 Added tag jdk-13+9 for changeset c081f3ea6b93
jwilhelm [Thu, 21 Feb 2019 01:06:53 +0100] rev 53862
Added tag jdk-13+9 for changeset c081f3ea6b93
Wed, 20 Feb 2019 16:20:53 -0500 8218995: Deprecate the -XX:FailOverToOldVerifier option
hseigel [Wed, 20 Feb 2019 16:20:53 -0500] rev 53861
8218995: Deprecate the -XX:FailOverToOldVerifier option Summary: Deprecate the option and change affected tests so that they no longer need the option. Reviewed-by: dholmes, lfoltan
Wed, 20 Feb 2019 11:51:23 -0800 8219476: cleanup hotspot ProblemList jdk-13+9
iignatyev [Wed, 20 Feb 2019 11:51:23 -0800] rev 53860
8219476: cleanup hotspot ProblemList Reviewed-by: jwilhelm
Wed, 20 Feb 2019 11:43:59 -0800 Merge
phh [Wed, 20 Feb 2019 11:43:59 -0800] rev 53859
Merge
Wed, 20 Feb 2019 11:36:02 -0800 8215622: Add dump to file support for jmap –histo
phh [Wed, 20 Feb 2019 11:36:02 -0800] rev 53858
8215622: Add dump to file support for jmap –histo Summary: Add "file=" to jmap "histo" jmap, Hotspot support in attachListener.cpp:heap_inspection. Reviewed-by: phh, sspitsyn Contributed-by: Lin Zang <zanglin5@jd.com>
Wed, 20 Feb 2019 11:32:53 -0800 8219395: integrate gcov w/ run-test
iignatyev [Wed, 20 Feb 2019 11:32:53 -0800] rev 53857
8219395: integrate gcov w/ run-test Reviewed-by: erikj
Wed, 20 Feb 2019 19:16:45 +0000 8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047
valeriep [Wed, 20 Feb 2019 19:16:45 +0000] rev 53856
8216597: SIGBUS in Java_sun_security_pkcs11_wrapper_PKCS11_getNativeKeyInfo after JDK-6913047 Summary: changed variable declaration type to byte* from long* to fix SIGBUS error Reviewed-by: ascarpino
Wed, 20 Feb 2019 10:57:22 -0800 5029431: (bf) Add absolute bulk put and get methods
bpb [Wed, 20 Feb 2019 10:57:22 -0800] rev 53855
5029431: (bf) Add absolute bulk put and get methods Reviewed-by: alanb, darcy, chegar, rriggs
Wed, 20 Feb 2019 13:24:57 -0500 Merge
hseigel [Wed, 20 Feb 2019 13:24:57 -0500] rev 53854
Merge
Wed, 20 Feb 2019 13:21:36 -0500 8214719: Deprecate -Xverify:none option
hseigel [Wed, 20 Feb 2019 13:21:36 -0500] rev 53853
8214719: Deprecate -Xverify:none option Summary: Deprecate -Xverify:none and -noverify and remove them from tests Reviewed-by: dholmes, mikael
Wed, 20 Feb 2019 10:20:48 -0800 8219389: Delegated task created by SSLEngine throws BufferUnderflowException
xuelei [Wed, 20 Feb 2019 10:20:48 -0800] rev 53852
8219389: Delegated task created by SSLEngine throws BufferUnderflowException Reviewed-by: ascarpino
Wed, 20 Feb 2019 09:43:01 -0800 8219142: Remove unused JIMAGE_ResourcePath
mikael [Wed, 20 Feb 2019 09:43:01 -0800] rev 53851
8219142: Remove unused JIMAGE_ResourcePath Reviewed-by: dholmes, alanb
Wed, 20 Feb 2019 16:29:29 +0100 8203232: Shenandoah: Resolve oops in SATB filter
rkennke [Wed, 20 Feb 2019 16:29:29 +0100] rev 53850
8203232: Shenandoah: Resolve oops in SATB filter Reviewed-by: shade
Wed, 20 Feb 2019 10:22:46 -0500 8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer
zgu [Wed, 20 Feb 2019 10:22:46 -0500] rev 53849
8219370: NMT: Move synchronization primitives from mtInternal to mtSynchronizer Reviewed-by: dholmes, rehn
Wed, 20 Feb 2019 14:44:58 +0100 8219441: test_logMessageTest missing static storage
rehn [Wed, 20 Feb 2019 14:44:58 +0100] rev 53848
8219441: test_logMessageTest missing static storage Reviewed-by: shade
Wed, 20 Feb 2019 08:31:40 -0500 8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread
zgu [Wed, 20 Feb 2019 08:31:40 -0500] rev 53847
8219244: NMT: Change ThreadSafepointState's allocation type from mtInternal to mtThread Reviewed-by: coleenp, minqi
Wed, 20 Feb 2019 14:30:33 +0100 8219096: Merge print_termination_stats code with current logging
tschatzl [Wed, 20 Feb 2019 14:30:33 +0100] rev 53846
8219096: Merge print_termination_stats code with current logging Reviewed-by: lkorinth, kbarrett
Wed, 20 Feb 2019 08:10:40 -0500 8167548: [TESTBUG] Logging tests put log files in source tree
hseigel [Wed, 20 Feb 2019 08:10:40 -0500] rev 53845
8167548: [TESTBUG] Logging tests put log files in source tree Summary: Create log files in temp directory, instead of cwd. Reviewed-by: coleenp, dholmes
Wed, 20 Feb 2019 13:43:28 +0100 8218767: ZGC: Do not assume that r12 is a special register in C2
pliden [Wed, 20 Feb 2019 13:43:28 +0100] rev 53844
8218767: ZGC: Do not assume that r12 is a special register in C2 Reviewed-by: eosterlund, rkennke
Wed, 20 Feb 2019 13:43:02 +0100 8219332: ZGC: Improve ZRootsIteratorClosure abstraction
pliden [Wed, 20 Feb 2019 13:43:02 +0100] rev 53843
8219332: ZGC: Improve ZRootsIteratorClosure abstraction Reviewed-by: stefank
Wed, 20 Feb 2019 13:43:01 +0100 8219331: ZGC: Unify TLAB retire/remap handling
pliden [Wed, 20 Feb 2019 13:43:01 +0100] rev 53842
8219331: ZGC: Unify TLAB retire/remap handling Reviewed-by: stefank
Wed, 20 Feb 2019 13:01:57 +0100 8217909: Make unused r12 register (without compressed oops) available to regalloc in C2
rkennke [Wed, 20 Feb 2019 13:01:57 +0100] rev 53841
8217909: Make unused r12 register (without compressed oops) available to regalloc in C2 Reviewed-by: adinn, dlong, neliasso
Wed, 20 Feb 2019 11:11:38 +0100 8218287: jshell tool: input behavior unstable after 12-ea+24 on Windows
jlahoda [Wed, 20 Feb 2019 11:11:38 +0100] rev 53840
8218287: jshell tool: input behavior unstable after 12-ea+24 on Windows Summary: Ensure correct wrapping of input on Windows. Reviewed-by: rfield
Wed, 20 Feb 2019 10:48:36 +0100 8219098: Make output of region strings more regular in error messages
tschatzl [Wed, 20 Feb 2019 10:48:36 +0100] rev 53839
8219098: Make output of region strings more regular in error messages Summary: Error messages should use the HR_PARAMS/HR_FORMAT_PARAMS macros to print information about HeapRegions. Reviewed-by: kbarrett, lkorinth
Wed, 20 Feb 2019 09:53:28 +0100 8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable
redestad [Wed, 20 Feb 2019 09:53:28 +0100] rev 53838
8219229: Make ConstantPool::tag_at and release_tag_at_put inlineable Reviewed-by: dholmes, coleenp
Tue, 19 Feb 2019 09:02:28 +0100 8218965: aix: support xlclang++ in the compiler detection
mbaesken [Tue, 19 Feb 2019 09:02:28 +0100] rev 53837
8218965: aix: support xlclang++ in the compiler detection Reviewed-by: ihse, mdoerr
Tue, 19 Feb 2019 19:27:08 -0800 8219132: switch to jtreg4.2-b14
iignatyev [Tue, 19 Feb 2019 19:27:08 -0800] rev 53836
8219132: switch to jtreg4.2-b14 Reviewed-by: erikj
Tue, 19 Feb 2019 14:25:52 -0800 8219394: Missing FIXPATH in microbenchmark test runner
erikj [Tue, 19 Feb 2019 14:25:52 -0800] rev 53835
8219394: Missing FIXPATH in microbenchmark test runner Reviewed-by: redestad
Tue, 19 Feb 2019 23:02:41 +0100 8219393: Add native library support for microbenchmarks
redestad [Tue, 19 Feb 2019 23:02:41 +0100] rev 53834
8219393: Add native library support for microbenchmarks Reviewed-by: erikj Contributed-by: jbvernee@xs4all.nl
Tue, 19 Feb 2019 13:51:11 -0800 8219391: extend gcov support to llvm/clang
iignatyev [Tue, 19 Feb 2019 13:51:11 -0800] rev 53833
8219391: extend gcov support to llvm/clang Reviewed-by: erikj
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip