Thu, 24 Jan 2019 10:57:31 -0800 8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
phh [Thu, 24 Jan 2019 10:57:31 -0800] rev 53475
8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java Summary: Remove the corresponding @requires line Reviewed-by: tschatzl
Thu, 24 Jan 2019 12:52:37 -0500 8214533: IBM-29626C is required for AIX default charset
itakiguchi [Thu, 24 Jan 2019 12:52:37 -0500] rev 53474
8214533: IBM-29626C is required for AIX default charset Reviewed-by: alanb, rriggs
Thu, 24 Jan 2019 15:48:05 +0000 8216986: Remove unused code from SocksSocketImpl
michaelm [Thu, 24 Jan 2019 15:48:05 +0000] rev 53473
8216986: Remove unused code from SocksSocketImpl Reviewed-by: alanb
Tue, 22 Jan 2019 15:33:34 +0800 8217368: AArch64: C2 recursive stack locking optimisation not triggered
ngasson [Tue, 22 Jan 2019 15:33:34 +0800] rev 53472
8217368: AArch64: C2 recursive stack locking optimisation not triggered Reviewed-by: aph, drwhite
Thu, 24 Jan 2019 09:38:50 -0500 8217660: Refactor module related locked_create_entry_or_null() functions
hseigel [Thu, 24 Jan 2019 09:38:50 -0500] rev 53471
8217660: Refactor module related locked_create_entry_or_null() functions Summary: Remove function return values and add functions that create entries without doing unneeded lookups. Reviewed-by: redestad, lfoltan
Thu, 24 Jan 2019 09:25:06 -0500 8217518: Crypto benchmarks not warming up in time
apetcher [Thu, 24 Jan 2019 09:25:06 -0500] rev 53470
8217518: Crypto benchmarks not warming up in time Summary: Adding +AlwaysPreTouch to crypto benchmarks to allow GC to warm up Reviewed-by: redestad
Thu, 24 Jan 2019 08:44:26 -0500 8216136: Take Compile_lock for SystemDictionary::_modification_counter with safepoint check
coleenp [Thu, 24 Jan 2019 08:44:26 -0500] rev 53469
8216136: Take Compile_lock for SystemDictionary::_modification_counter with safepoint check Summary: Transition compiler thread from native to VM state to check the Compile_lock with safepoint always. Reviewed-by: dlong, eosterlund, dholmes
Thu, 24 Jan 2019 14:43:56 +0100 8217716: Remove dead code in PhaseChaitin
redestad [Thu, 24 Jan 2019 14:43:56 +0100] rev 53468
8217716: Remove dead code in PhaseChaitin Reviewed-by: thartmann
Thu, 24 Jan 2019 12:32:42 +0000 8217264: HttpClient: Blocking operations in mapper function do not work as documented
dfuchs [Thu, 24 Jan 2019 12:32:42 +0000] rev 53467
8217264: HttpClient: Blocking operations in mapper function do not work as documented Summary: ensures that a new task is spawned when calling getBody() on a mapping BodySubscriber. Reviewed-by: chegar
Thu, 24 Jan 2019 11:29:16 +0100 8217638: Remove old way of running tests (test/Makefile)
ihse [Thu, 24 Jan 2019 11:29:16 +0100] rev 53466
8217638: Remove old way of running tests (test/Makefile) Reviewed-by: erikj, jjg
Thu, 24 Jan 2019 11:19:40 +0100 8217626: Add setup/teardown functionality to RunTest
ihse [Thu, 24 Jan 2019 11:19:40 +0100] rev 53465
8217626: Add setup/teardown functionality to RunTest Reviewed-by: erikj, shurailine
Thu, 24 Jan 2019 11:15:31 +0100 8217634: RunTest documentation and usability update
ihse [Thu, 24 Jan 2019 11:15:31 +0100] rev 53464
8217634: RunTest documentation and usability update Reviewed-by: erikj
Wed, 23 Jan 2019 13:40:09 +0100 8213231: ThreadSnapshot::_threadObj can become stale
ehelin [Wed, 23 Jan 2019 13:40:09 +0100] rev 53463
8213231: ThreadSnapshot::_threadObj can become stale Reviewed-by: dcubed, dholmes, rehn
Thu, 24 Jan 2019 12:45:19 +0530 8210583: Base64.Encoder incorrectly throws NegativeArraySizeException
nishjain [Thu, 24 Jan 2019 12:45:19 +0530] rev 53462
8210583: Base64.Encoder incorrectly throws NegativeArraySizeException Reviewed-by: rriggs, naoto, darcy, alanb
Wed, 23 Jan 2019 21:17:51 -0500 8194860: Cleanup Semaphore timed-wait time calculations
dholmes [Wed, 23 Jan 2019 21:17:51 -0500] rev 53461
8194860: Cleanup Semaphore timed-wait time calculations Reviewed-by: coleenp, kbarrett
Wed, 23 Jan 2019 14:10:31 -0800 8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac
erikj [Wed, 23 Jan 2019 14:10:31 -0800] rev 53460
8217613: [AOT] TEST_OPTS_AOT_MODULES doesn't work on mac Reviewed-by: tbell, kvn, iignatyev
Thu, 24 Jan 2019 01:01:11 +0100 Added tag jdk-13+5 for changeset e3ed96060992
jwilhelm [Thu, 24 Jan 2019 01:01:11 +0100] rev 53459
Added tag jdk-13+5 for changeset e3ed96060992
Wed, 23 Jan 2019 15:43:01 -0800 8217366: ZoneStrings are not populated for all the Locales
naoto [Wed, 23 Jan 2019 15:43:01 -0800] rev 53458
8217366: ZoneStrings are not populated for all the Locales Reviewed-by: rriggs
Wed, 23 Jan 2019 19:56:28 +0100 Merge jdk-13+5
jwilhelm [Wed, 23 Jan 2019 19:56:28 +0100] rev 53457
Merge
Mon, 21 Jan 2019 13:31:42 +0800 8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal jdk-12+29
fyang [Mon, 21 Jan 2019 13:31:42 +0800] rev 53456
8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal Reviewed-by: thartmann Contributed-by: jitao8@huawei.com
Mon, 21 Jan 2019 10:17:28 +0100 8217438: Adapt tools/launcher/Test7029048.java for Aix.
goetz [Mon, 21 Jan 2019 10:17:28 +0100] rev 53455
8217438: Adapt tools/launcher/Test7029048.java for Aix. Reviewed-by: clanger, azeller
Tue, 22 Jan 2019 17:31:19 -0800 8216965: crash in freetypeScaler.c CopyBW2Grey8
prr [Tue, 22 Jan 2019 17:31:19 -0800] rev 53454
8216965: crash in freetypeScaler.c CopyBW2Grey8 Reviewed-by: serb, mbaesken
Tue, 22 Jan 2019 16:35:57 -0800 8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
mikael [Tue, 22 Jan 2019 16:35:57 -0800] rev 53453
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java Reviewed-by: iignatyev, mchung
Tue, 22 Jan 2019 21:18:25 +0100 8217467: Access barriers are missing in C2 intrinsic for Base64
shade [Tue, 22 Jan 2019 21:18:25 +0100] rev 53452
8217467: Access barriers are missing in C2 intrinsic for Base64 Reviewed-by: thartmann, roland, rkennke, kvn
Tue, 22 Jan 2019 11:42:13 -0800 8213695: gc/TestAllocateHeapAtMultiple.java is slow in some configs
sangheki [Tue, 22 Jan 2019 11:42:13 -0800] rev 53451
8213695: gc/TestAllocateHeapAtMultiple.java is slow in some configs Reviewed-by: sangheki, kbarrett Contributed-by: kishor.kharbas@intel.com
Wed, 23 Jan 2019 19:31:00 +0100 8217639: Minimal and Zero builds fail after JDK-8217519 (Improve RegMask population count calculation)
shade [Wed, 23 Jan 2019 19:31:00 +0100] rev 53450
8217639: Minimal and Zero builds fail after JDK-8217519 (Improve RegMask population count calculation) Reviewed-by: kvn
Mon, 21 Jan 2019 13:31:42 +0800 8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
fyang [Mon, 21 Jan 2019 13:31:42 +0800] rev 53449
8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal Reviewed-by: thartmann Contributed-by: jitao8@huawei.com
Wed, 23 Jan 2019 17:25:25 +0100 8217629: RegMask::find_lowest_bit can reuse count_trailing_zeros utility
redestad [Wed, 23 Jan 2019 17:25:25 +0100] rev 53448
8217629: RegMask::find_lowest_bit can reuse count_trailing_zeros utility Reviewed-by: thartmann, neliasso
Wed, 23 Jan 2019 10:50:27 -0500 8217522: Missing barriers in some java_lang_String assertion code after JDK-8217442
zgu [Wed, 23 Jan 2019 10:50:27 -0500] rev 53447
8217522: Missing barriers in some java_lang_String assertion code after JDK-8217442 Reviewed-by: shade, redestad
Wed, 23 Jan 2019 09:57:31 -0500 8217339: ClassCircularityError loading NumberFormatProvider
rriggs [Wed, 23 Jan 2019 09:57:31 -0500] rev 53446
8217339: ClassCircularityError loading NumberFormatProvider Reviewed-by: naoto, mchung
Wed, 23 Jan 2019 13:16:16 +0000 8217500: (sc) Move SocketChannelImpl's remaining native methods to Net
alanb [Wed, 23 Jan 2019 13:16:16 +0000] rev 53445
8217500: (sc) Move SocketChannelImpl's remaining native methods to Net Reviewed-by: bpb
Wed, 23 Jan 2019 13:37:12 +0100 8215952: Update NetBeans project file
ihse [Wed, 23 Jan 2019 13:37:12 +0100] rev 53444
8215952: Update NetBeans project file Reviewed-by: ihse Contributed-by: Fu Jie <fujie@loongson.cn>
Wed, 23 Jan 2019 10:01:21 +0100 8217519: Improve RegMask population count calculation
redestad [Wed, 23 Jan 2019 10:01:21 +0100] rev 53443
8217519: Improve RegMask population count calculation Reviewed-by: thartmann, neliasso, kvn
Wed, 23 Jan 2019 10:23:05 +0100 8217448: Check for pandoc availability using ENABLE_PANDOC and not PANDOC
ihse [Wed, 23 Jan 2019 10:23:05 +0100] rev 53442
8217448: Check for pandoc availability using ENABLE_PANDOC and not PANDOC Reviewed-by: tbell
Wed, 23 Jan 2019 09:52:59 +0100 8217450: Add PackageEntry::locked_lookup_only
redestad [Wed, 23 Jan 2019 09:52:59 +0100] rev 53441
8217450: Add PackageEntry::locked_lookup_only Reviewed-by: dholmes, shade, lfoltan
Wed, 23 Jan 2019 08:55:09 +0100 8217258: ZGC: Minor cleanup of ZBarrierSetAssembler
pliden [Wed, 23 Jan 2019 08:55:09 +0100] rev 53440
8217258: ZGC: Minor cleanup of ZBarrierSetAssembler Reviewed-by: eosterlund, stefank
Wed, 23 Jan 2019 08:55:09 +0100 8217257: ZGC: Minor cleanup of ZBarrierSetC2
pliden [Wed, 23 Jan 2019 08:55:09 +0100] rev 53439
8217257: ZGC: Minor cleanup of ZBarrierSetC2 Reviewed-by: stefank, tschatzl
Wed, 23 Jan 2019 08:55:09 +0100 8217503: ZGC: Fix fall through bug in ZBarrierSetC2::escape_add_final_edges()
pliden [Wed, 23 Jan 2019 08:55:09 +0100] rev 53438
8217503: ZGC: Fix fall through bug in ZBarrierSetC2::escape_add_final_edges() Reviewed-by: stefank
Wed, 23 Jan 2019 08:25:22 +0100 8217512: Message of LinkageError: use 'class' etc. instead of 'type'
goetz [Wed, 23 Jan 2019 08:25:22 +0100] rev 53437
8217512: Message of LinkageError: use 'class' etc. instead of 'type' Reviewed-by: dholmes, lfoltan
Tue, 22 Jan 2019 18:14:14 -0800 8202952: C2: Unexpected dead nodes after matching
vlivanov [Tue, 22 Jan 2019 18:14:14 -0800] rev 53436
8202952: C2: Unexpected dead nodes after matching Reviewed-by: kvn
Tue, 22 Jan 2019 18:13:49 -0800 8213234: Move LambdaForm.Hidden to jdk.internal.vm.annotation
vlivanov [Tue, 22 Jan 2019 18:13:49 -0800] rev 53435
8213234: Move LambdaForm.Hidden to jdk.internal.vm.annotation Reviewed-by: mchung, dlong
Tue, 22 Jan 2019 18:13:30 -0800 8217404: --with-jvm-features doesn't work when multiple features are explicitly disabled
ihse [Tue, 22 Jan 2019 18:13:30 -0800] rev 53434
8217404: --with-jvm-features doesn't work when multiple features are explicitly disabled Reviewed-by: vlivanov, kbarrett
Tue, 22 Jan 2019 15:31:47 -0800 8213932: [TESTBUG] assertEquals is invoked with the arguments in the wrong order
mchung [Tue, 22 Jan 2019 15:31:47 -0800] rev 53433
8213932: [TESTBUG] assertEquals is invoked with the arguments in the wrong order Reviewed-by: lancea
Tue, 22 Jan 2019 12:37:35 -0800 8217424: Remove the idempotent parameter to Method::sort_methods
iklam [Tue, 22 Jan 2019 12:37:35 -0800] rev 53432
8217424: Remove the idempotent parameter to Method::sort_methods Reviewed-by: coleenp, shade
Tue, 22 Jan 2019 15:22:13 -0800 8216969: ParseException thrown for certain months with russian locale
naoto [Tue, 22 Jan 2019 15:22:13 -0800] rev 53431
8216969: ParseException thrown for certain months with russian locale Reviewed-by: rriggs
Tue, 22 Jan 2019 19:56:19 +0100 Merge
jwilhelm [Tue, 22 Jan 2019 19:56:19 +0100] rev 53430
Merge
Tue, 22 Jan 2019 18:25:56 +0100 8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types()
thartmann [Tue, 22 Jan 2019 18:25:56 +0100] rev 53429
8217230: assert(t == t_no_spec) failure in NodeHash::check_no_speculative_types() Summary: Remove dead node from C2 IR. Reviewed-by: roland, neliasso
Tue, 22 Jan 2019 09:27:19 -0500 8216280: Allow later Symantec Policy distrust date for two Apple SubCAs
mullan [Tue, 22 Jan 2019 09:27:19 -0500] rev 53428
8216280: Allow later Symantec Policy distrust date for two Apple SubCAs Reviewed-by: coffeys
Tue, 22 Jan 2019 10:25:22 +0800 8217427: (dc) nio/channels/DatagramChannel/UseDGWithIPv6.java fails without IPv6
ngasson [Tue, 22 Jan 2019 10:25:22 +0800] rev 53427
8217427: (dc) nio/channels/DatagramChannel/UseDGWithIPv6.java fails without IPv6 Reviewed-by: alanb, clanger
Mon, 21 Jan 2019 06:55:59 +0000 8207404: MulticastSocket tests failing on AIX
clanger [Mon, 21 Jan 2019 06:55:59 +0000] rev 53426
8207404: MulticastSocket tests failing on AIX Reviewed-by: chegar, sgroeger
Sun, 20 Jan 2019 14:57:22 +0100 8215375: [Graal] jck:vm/jvmti/Exception/excp001/excp00101 fails in Graal as JIT mode and -Xcomp mode
dnsimon [Sun, 20 Jan 2019 14:57:22 +0100] rev 53425
8215375: [Graal] jck:vm/jvmti/Exception/excp001/excp00101 fails in Graal as JIT mode and -Xcomp mode Reviewed-by: kvn, dlong
Fri, 18 Jan 2019 16:11:36 -0800 8217394: Remove org.graalvm.compiler.debug.test.TimerKeyTest from problem list
dlong [Fri, 18 Jan 2019 16:11:36 -0800] rev 53424
8217394: Remove org.graalvm.compiler.debug.test.TimerKeyTest from problem list Reviewed-by: kvn
Tue, 22 Jan 2019 03:32:47 -0800 8217357: Implement JCov jib profiles
shurailine [Tue, 22 Jan 2019 03:32:47 -0800] rev 53423
8217357: Implement JCov jib profiles Reviewed-by: erikj
Tue, 22 Jan 2019 16:39:52 +0000 8217461: (ch) Add Net.available to return the number of bytes in the socket input buffer
alanb [Tue, 22 Jan 2019 16:39:52 +0000] rev 53422
8217461: (ch) Add Net.available to return the number of bytes in the socket input buffer Reviewed-by: clanger, michaelm
Thu, 03 Jan 2019 17:39:39 +0800 8215976: Fix gmtime_r declaration conflicts in zip.cpp with linux header files
rriggs [Thu, 03 Jan 2019 17:39:39 +0800] rev 53421
8215976: Fix gmtime_r declaration conflicts in zip.cpp with linux header files Reviewed-by: dholmes, rriggs Contributed-by: patrick@os.amperecomputing.com
Tue, 22 Jan 2019 21:18:45 +0800 8215776: Keytool importkeystore may mix up certificate chain entries when DNs conflict
weijun [Tue, 22 Jan 2019 21:18:45 +0800] rev 53420
8215776: Keytool importkeystore may mix up certificate chain entries when DNs conflict Reviewed-by: xuelei
Tue, 22 Jan 2019 12:32:19 +0000 8217451: ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA
alanb [Tue, 22 Jan 2019 12:32:19 +0000] rev 53419
8217451: ExtendedSocketOptions should encapsulate support for SO_FLOW_SLA Reviewed-by: michaelm, chegar
Tue, 22 Jan 2019 11:22:44 +0100 8217442: Optimize native accesses to String.value
redestad [Tue, 22 Jan 2019 11:22:44 +0100] rev 53418
8217442: Optimize native accesses to String.value Reviewed-by: shade, dholmes
Tue, 22 Jan 2019 10:12:05 +0100 8217445: [JVMCI] incorrect management of JVMCI compilation failure reason string
dnsimon [Tue, 22 Jan 2019 10:12:05 +0100] rev 53417
8217445: [JVMCI] incorrect management of JVMCI compilation failure reason string Reviewed-by: kvn, thartmann
Tue, 22 Jan 2019 08:50:49 +0100 8217291: Failure of ::realloc() should be handled correctly in adlc/forms.cpp
thartmann [Tue, 22 Jan 2019 08:50:49 +0100] rev 53416
8217291: Failure of ::realloc() should be handled correctly in adlc/forms.cpp Summary: Handle reallocation failures in adlc. Reviewed-by: kvn, neliasso
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip