Fri, 25 Jan 2019 11:13:20 +0100 8217730: Split up MakeBase.gmk
ihse [Fri, 25 Jan 2019 11:13:20 +0100] rev 53484
8217730: Split up MakeBase.gmk Reviewed-by: erikj
Fri, 25 Jan 2019 09:49:17 +0100 8217459: [PPC64] Cleanup non-vector version of CRC32
mdoerr [Fri, 25 Jan 2019 09:49:17 +0100] rev 53483
8217459: [PPC64] Cleanup non-vector version of CRC32 Reviewed-by: gromero, goetz
Fri, 25 Jan 2019 00:27:51 -0500 8216258: Make FreeIdSet semaphore-based
kbarrett [Fri, 25 Jan 2019 00:27:51 -0500] rev 53482
8216258: Make FreeIdSet semaphore-based Summary: Use semaphore-based blocking and notifying, instead of Mutex. Reviewed-by: tschatzl, sangheki
Thu, 24 Jan 2019 14:22:50 -0800 8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent
mseledtsov [Thu, 24 Jan 2019 14:22:50 -0800] rev 53481
8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent Summary: Excluded TestSig cases from the test Reviewed-by: egahlin
Thu, 24 Jan 2019 14:19:25 -0800 8217746: Remove java/nio/file/WatchService/LotsOfCancels.java from JDK problem list
bpb [Thu, 24 Jan 2019 14:19:25 -0800] rev 53480
8217746: Remove java/nio/file/WatchService/LotsOfCancels.java from JDK problem list Reviewed-by: rriggs
Thu, 24 Jan 2019 21:24:29 +0100 8217580: Remove tests from problemList as bugs has been closed
jwilhelm [Thu, 24 Jan 2019 21:24:29 +0100] rev 53479
8217580: Remove tests from problemList as bugs has been closed Reviewed-by: iignatyev, mseledtsov
Thu, 24 Jan 2019 14:39:16 -0500 8217740: SocksIPv6Test compilation error
rriggs [Thu, 24 Jan 2019 14:39:16 -0500] rev 53478
8217740: SocksIPv6Test compilation error Reviewed-by: bpb
Thu, 24 Jan 2019 11:14:51 -0800 8217345: [TESTBUG] JFR TestShutdownEvent fails due to improper use of Unsafe
mseledtsov [Thu, 24 Jan 2019 11:14:51 -0800] rev 53477
8217345: [TESTBUG] JFR TestShutdownEvent fails due to improper use of Unsafe Summary: Added proper use of Unsafe Reviewed-by: egahlin
Thu, 24 Jan 2019 11:10:13 -0800 8216386: vmTestbase/nsk/jvmti/PopFrame/popframe005/TestDescription.java fails
amenkov [Thu, 24 Jan 2019 11:10:13 -0800] rev 53476
8216386: vmTestbase/nsk/jvmti/PopFrame/popframe005/TestDescription.java fails Reviewed-by: jcbeyler, dtitov, sspitsyn
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
Tue, 22 Jan 2019 08:47:01 +0100 8217447: Develop flag TraceICs is broken
thartmann [Tue, 22 Jan 2019 08:47:01 +0100] rev 53415
8217447: Develop flag TraceICs is broken Summary: Added NULL check and fixed output. Reviewed-by: kvn
Tue, 22 Jan 2019 10:42:41 +0300 8214235: arm32: assertion in collectedHeap.cpp: attempt to clean empty remainder
bulasevich [Tue, 22 Jan 2019 10:42:41 +0300] rev 53414
8214235: arm32: assertion in collectedHeap.cpp: attempt to clean empty remainder Reviewed-by: phh, pliden
Mon, 21 Jan 2019 16:56:13 -0500 8217466: [BACKOUT] Optimize CodeHeap Analytics
dholmes [Mon, 21 Jan 2019 16:56:13 -0500] rev 53413
8217466: [BACKOUT] Optimize CodeHeap Analytics Reviewed-by: redestad, shade, jwilhelm, iignatyev
Mon, 21 Jan 2019 18:00:23 +0100 8217250: Optimize CodeHeap Analytics
lucy [Mon, 21 Jan 2019 18:00:23 +0100] rev 53412
8217250: Optimize CodeHeap Analytics Reviewed-by: kvn, thartmann
Mon, 21 Jan 2019 12:19:00 +0100 8217374: Rename G1 EvacuationInfo class to G1EvacuationInfo
tschatzl [Mon, 21 Jan 2019 12:19:00 +0100] rev 53411
8217374: Rename G1 EvacuationInfo class to G1EvacuationInfo Reviewed-by: phh, kbarrett
Mon, 21 Jan 2019 10:05:24 +0100 8217423: Windows gtest build fails after JDK-8212826 (Make PtrQueue free list lock-free)
shade [Mon, 21 Jan 2019 10:05:24 +0100] rev 53410
8217423: Windows gtest build fails after JDK-8212826 (Make PtrQueue free list lock-free) Reviewed-by: clanger, zgu, kbarrett
Mon, 21 Jan 2019 09:41:35 +0100 8217388: Remove develop flag ProfilerPCTickThreshold
redestad [Mon, 21 Jan 2019 09:41:35 +0100] rev 53409
8217388: Remove develop flag ProfilerPCTickThreshold Reviewed-by: shade, thartmann
Mon, 21 Jan 2019 09:44:27 +0100 8216060: [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays
mdoerr [Mon, 21 Jan 2019 09:44:27 +0100] rev 53408
8216060: [PPC64] Vector CRC implementation should be used by interpreter and be faster for short arrays Reviewed-by: gromero, goetz
Sun, 20 Jan 2019 12:20:37 -0500 8217342: Build failed with excluding JFR
zgu [Sun, 20 Jan 2019 12:20:37 -0500] rev 53407
8217342: Build failed with excluding JFR Reviewed-by: shade, pliden
Sun, 20 Jan 2019 16:55:21 +0100 8217387: Remove dead develop flag CIFireOOMAt
redestad [Sun, 20 Jan 2019 16:55:21 +0100] rev 53406
8217387: Remove dead develop flag CIFireOOMAt Reviewed-by: shade, kbarrett
Sun, 20 Jan 2019 11:13:13 +0100 8217419: Shenandoah fails to build after JDK-8212826 (Make PtrQueue free list lock-free)
shade [Sun, 20 Jan 2019 11:13:13 +0100] rev 53405
8217419: Shenandoah fails to build after JDK-8212826 (Make PtrQueue free list lock-free) Reviewed-by: aph, simonis, rkennke
Sat, 19 Jan 2019 19:50:01 -0500 8212826: Make PtrQueue free list lock-free
kbarrett [Sat, 19 Jan 2019 19:50:01 -0500] rev 53404
8212826: Make PtrQueue free list lock-free Summary: Add lock-free stack and use in BufferNode::Allocator. Reviewed-by: tschatzl, sangheki
Sat, 19 Jan 2019 11:20:01 +0100 8217343: Shenandoah control thread should be able to run at critical priority
shade [Sat, 19 Jan 2019 11:20:01 +0100] rev 53403
8217343: Shenandoah control thread should be able to run at critical priority Reviewed-by: rkennke
Sat, 19 Jan 2019 11:19:55 +0100 8217378: UseCriticalCMSThreadPriority is broken
shade [Sat, 19 Jan 2019 11:19:55 +0100] rev 53402
8217378: UseCriticalCMSThreadPriority is broken Reviewed-by: rkennke, dcubed
Fri, 18 Jan 2019 17:34:43 -0800 8217407: StackValue::print_on() crashes on NULL handle
vlivanov [Fri, 18 Jan 2019 17:34:43 -0800] rev 53401
8217407: StackValue::print_on() crashes on NULL handle Reviewed-by: kvn
Fri, 18 Jan 2019 17:34:36 -0800 8217400: Optimized build is broken by Shenandoah changes
vlivanov [Fri, 18 Jan 2019 17:34:36 -0800] rev 53400
8217400: Optimized build is broken by Shenandoah changes Reviewed-by: shade
Fri, 18 Jan 2019 17:34:31 -0800 8217399: Backout 8217358
vlivanov [Fri, 18 Jan 2019 17:34:31 -0800] rev 53399
8217399: Backout 8217358 Reviewed-by: kvn
Sat, 19 Jan 2019 09:20:47 +0800 8215937: Check usages of security-related Resources files
weijun [Sat, 19 Jan 2019 09:20:47 +0800] rev 53398
8215937: Check usages of security-related Resources files Reviewed-by: mullan
Fri, 18 Jan 2019 15:44:17 -0800 8217344: Make comparison overflow-aware in ECDHKeyAgreement.engineGenerateSecret()
igerasim [Fri, 18 Jan 2019 15:44:17 -0800] rev 53397
8217344: Make comparison overflow-aware in ECDHKeyAgreement.engineGenerateSecret() Reviewed-by: apetcher
Fri, 18 Jan 2019 18:21:50 -0500 8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails with Unexpected thread info line
dholmes [Fri, 18 Jan 2019 18:21:50 -0500] rev 53396
8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails with Unexpected thread info line Summary: product build is missing two lines in the stacktrace Reviewed-by: clanger, iignatyev
Fri, 18 Jan 2019 23:07:48 +0100 Merge
jwilhelm [Fri, 18 Jan 2019 23:07:48 +0100] rev 53395
Merge
Fri, 18 Jan 2019 14:25:34 +0800 8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3
jjiang [Fri, 18 Jan 2019 14:25:34 +0800] rev 53394
8203687: javax/net/ssl/compatibility/Compatibility.java supports TLS 1.3 Reviewed-by: xuelei
Fri, 18 Jan 2019 13:22:10 -0800 8217358: Optimized build is broken by Shenandoah changes
vlivanov [Fri, 18 Jan 2019 13:22:10 -0800] rev 53393
8217358: Optimized build is broken by Shenandoah changes Reviewed-by: shade
Fri, 18 Jan 2019 12:41:11 -0800 8217395: Update langtools shell tests to use ${EXE_SUFFIX}
jjg [Fri, 18 Jan 2019 12:41:11 -0800] rev 53392
8217395: Update langtools shell tests to use ${EXE_SUFFIX} Reviewed-by: darcy
Fri, 18 Jan 2019 11:26:30 -0800 8217034: JavadocTester should check for missing files by default
jjg [Fri, 18 Jan 2019 11:26:30 -0800] rev 53391
8217034: JavadocTester should check for missing files by default Reviewed-by: hannesw
Fri, 18 Jan 2019 13:49:45 -0500 8214345: infinite recursion while checking super class
bsrbnd [Fri, 18 Jan 2019 13:49:45 -0500] rev 53390
8214345: infinite recursion while checking super class Reviewed-by: vromero
Fri, 18 Jan 2019 10:44:44 -0800 8217391: [TESTBUG] problem list JFR TestShutdownEvent
mseledtsov [Fri, 18 Jan 2019 10:44:44 -0800] rev 53389
8217391: [TESTBUG] problem list JFR TestShutdownEvent Summary: Placed the test on a problem list Reviewed-by: lfoltan
Fri, 18 Jan 2019 09:33:13 -0800 8215467: Files.isHidden should return true for hidden directories on Windows
bpb [Fri, 18 Jan 2019 09:33:13 -0800] rev 53388
8215467: Files.isHidden should return true for hidden directories on Windows Reviewed-by: alanb, bchristi, darcy
Fri, 18 Jan 2019 17:06:29 +0000 8216561: HttpClient: The logic of retry on connect exception is inverted
dfuchs [Fri, 18 Jan 2019 17:06:29 +0000] rev 53387
8216561: HttpClient: The logic of retry on connect exception is inverted Summary: Allows retry on connect exception by default, ensuring that the second attempt takes into account the time spent in the first attempt in order to honor the connect timeout value (if present). Reviewed-by: chegar
Fri, 18 Jan 2019 17:05:41 +0100 8217315: Proper units should print more significant digits
shade [Fri, 18 Jan 2019 17:05:41 +0100] rev 53386
8217315: Proper units should print more significant digits Reviewed-by: stuefe, tschatzl
Fri, 18 Jan 2019 16:40:24 +0100 8217014: Epsilon should not ignore Metadata GC causes
shade [Fri, 18 Jan 2019 16:40:24 +0100] rev 53385
8217014: Epsilon should not ignore Metadata GC causes Reviewed-by: stuefe, zgu
Fri, 18 Jan 2019 16:21:07 +0100 8217318: Unneeded handleization in InstanceKlass::restore_unshareable_info
redestad [Fri, 18 Jan 2019 16:21:07 +0100] rev 53384
8217318: Unneeded handleization in InstanceKlass::restore_unshareable_info Summary: No need for a methodHandle here since methods not yet added to SystemDictionary can't be redefined. Reviewed-by: coleenp
Fri, 18 Jan 2019 09:10:49 -0500 8217319: Cleanup Shenandoah includes
zgu [Fri, 18 Jan 2019 09:10:49 -0500] rev 53383
8217319: Cleanup Shenandoah includes Reviewed-by: shade
Fri, 18 Jan 2019 05:33:28 -0500 8158066: SourceDebugExtensionTest fails to rename file
gadams [Fri, 18 Jan 2019 05:33:28 -0500] rev 53382
8158066: SourceDebugExtensionTest fails to rename file Reviewed-by: dcubed, dholmes
Fri, 18 Jan 2019 09:04:09 +0100 8217311: Improve Exception thrown when MulticastSocket.setInterface fails on AIX(Unix)
clanger [Fri, 18 Jan 2019 09:04:09 +0100] rev 53381
8217311: Improve Exception thrown when MulticastSocket.setInterface fails on AIX(Unix) Reviewed-by: sgroeger, alanb, mbaesken, chegar
Fri, 18 Jan 2019 08:00:05 +0100 8217325: Enable inlining of java_lang_Class::oop_size_raw
redestad [Fri, 18 Jan 2019 08:00:05 +0100] rev 53380
8217325: Enable inlining of java_lang_Class::oop_size_raw Reviewed-by: shade, coleenp, rehn, stefank
Fri, 18 Jan 2019 14:43:25 +0900 8181313: SA: Remove libthread_db dependency on Linux
ysuenaga [Fri, 18 Jan 2019 14:43:25 +0900] rev 53379
8181313: SA: Remove libthread_db dependency on Linux Reviewed-by: jgeorge, sballal
Thu, 17 Jan 2019 14:56:18 -0800 8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java
mikael [Thu, 17 Jan 2019 14:56:18 -0800] rev 53378
8217349: Problem list java/lang/invoke/LFCaching/LFMultiThreadCachingTest.java Reviewed-by: iignatyev
Thu, 17 Jan 2019 13:46:12 -0800 8217266: Remove dead LIR_List::compare_to and LIR_Code::lir_compare_to
mikael [Thu, 17 Jan 2019 13:46:12 -0800] rev 53377
8217266: Remove dead LIR_List::compare_to and LIR_Code::lir_compare_to Reviewed-by: roland, kvn
Thu, 17 Jan 2019 15:24:26 -0500 8217340: Compilation failed: tools/launcher/Test7029048.java
rriggs [Thu, 17 Jan 2019 15:24:26 -0500] rev 53376
8217340: Compilation failed: tools/launcher/Test7029048.java Reviewed-by: lancea
Thu, 17 Jan 2019 17:28:47 +0100 8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64
shade [Thu, 17 Jan 2019 17:28:47 +0100] rev 53375
8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64 Reviewed-by: tschatzl, coleenp
Thu, 17 Jan 2019 15:24:20 +0000 8217237: HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers
michaelm [Thu, 17 Jan 2019 15:24:20 +0000] rev 53374
8217237: HttpClient does not deal well with multi-valued WWW-Authenticate challenge headers Reviewed-by: chegar, dfuchs
Thu, 17 Jan 2019 15:44:29 +0100 Merge
jwilhelm [Thu, 17 Jan 2019 15:44:29 +0100] rev 53373
Merge
Wed, 16 Jan 2019 16:27:21 -0800 8216532: tools/launcher/Test7029048.java fails (Solaris)
mr [Wed, 16 Jan 2019 16:27:21 -0800] rev 53372
8216532: tools/launcher/Test7029048.java fails (Solaris) Reviewed-by: rriggs
Thu, 17 Jan 2019 00:55:19 +0100 Added tag jdk-12+28 for changeset 659b004b6a1b
jwilhelm [Thu, 17 Jan 2019 00:55:19 +0100] rev 53371
Added tag jdk-12+28 for changeset 659b004b6a1b
Thu, 17 Jan 2019 08:48:56 -0500 8217213: shenandoahTaskQueue.hpp includes .inline.hpp file
zgu [Thu, 17 Jan 2019 08:48:56 -0500] rev 53370
8217213: shenandoahTaskQueue.hpp includes .inline.hpp file Reviewed-by: shade, tschatzl
Thu, 17 Jan 2019 08:48:11 -0500 8215699: -Xlog::file cannot be used with named pipe
hseigel [Thu, 17 Jan 2019 08:48:11 -0500] rev 53369
8215699: -Xlog::file cannot be used with named pipe Summary: If the log file is a named pipe then change the default file_count to zero so no log file rotation is attempted. Reviewed-by: lfoltan, coleenp
Thu, 10 Jan 2019 17:08:44 +0800 8216350: AArch64: monitor unlock fast path not called
ngasson [Thu, 10 Jan 2019 17:08:44 +0800] rev 53368
8216350: AArch64: monitor unlock fast path not called Reviewed-by: aph, drwhite, fyang
Wed, 16 Jan 2019 13:38:19 -0500 8216578: Remove unused/obsolete method in JFR code
stooke [Wed, 16 Jan 2019 13:38:19 -0500] rev 53367
8216578: Remove unused/obsolete method in JFR code Reviewed-by: mgronlun, mikael
Wed, 16 Jan 2019 10:13:49 +0100 8217233: Update build settings for AIX/xlc
mbaesken [Wed, 16 Jan 2019 10:13:49 +0100] rev 53366
8217233: Update build settings for AIX/xlc Reviewed-by: clanger, sgroeger
Wed, 16 Jan 2019 17:37:05 -0800 8213917: [TESTBUG] Shutdown JFR event is not covered by test
mseledtsov [Wed, 16 Jan 2019 17:37:05 -0800] rev 53365
8213917: [TESTBUG] Shutdown JFR event is not covered by test Summary: updated the test Reviewed-by: egahlin
Thu, 17 Jan 2019 00:52:01 +0100 Added tag jdk-13+4 for changeset a47b8125b7cc
jwilhelm [Thu, 17 Jan 2019 00:52:01 +0100] rev 53364
Added tag jdk-13+4 for changeset a47b8125b7cc
Wed, 16 Jan 2019 17:37:09 -0500 8211919: ZipDirectoryStream should provide a stream of paths that are relative to the directory
lancea [Wed, 16 Jan 2019 17:37:09 -0500] rev 53363
8211919: ZipDirectoryStream should provide a stream of paths that are relative to the directory Reviewed-by: alanb, clanger
Wed, 16 Jan 2019 22:32:04 +0100 8213827: NUMA heap allocation does not respect process membind/interleave settings
tschatzl [Wed, 16 Jan 2019 22:32:04 +0100] rev 53362
8213827: NUMA heap allocation does not respect process membind/interleave settings Summary: Optionally use libnuma v2 API to query for and support NUMA membind/interleave process configuration. Reviewed-by: tschatzl, sangheki Contributed-by: Amith Pawar <amith.pawar@gmail.com>
Wed, 16 Jan 2019 21:37:12 +0100 8217203: Some more includes to .inline.hpp files in gc header files
tschatzl [Wed, 16 Jan 2019 21:37:12 +0100] rev 53361
8217203: Some more includes to .inline.hpp files in gc header files Reviewed-by: zgu, kbarrett, sangheki
Wed, 16 Jan 2019 20:53:09 +0100 Merge
jwilhelm [Wed, 16 Jan 2019 20:53:09 +0100] rev 53360
Merge
Wed, 16 Jan 2019 11:19:43 -0800 8216045: The size of key_exchange may be wrong on FFDHE
xuelei [Wed, 16 Jan 2019 11:19:43 -0800] rev 53359
8216045: The size of key_exchange may be wrong on FFDHE Reviewed-by: jnimeh
Wed, 16 Jan 2019 23:56:32 +0530 8215280: Double click on titlebar not working for Frame with extended state set to MAXIMIZED_BOTH jdk-12+28
mhalder [Wed, 16 Jan 2019 23:56:32 +0530] rev 53358
8215280: Double click on titlebar not working for Frame with extended state set to MAXIMIZED_BOTH Reviewed-by: serb, kaddepalli
Tue, 15 Jan 2019 16:41:17 -0800 8215757: C2: PhaseIdealLoop::create_new_if_for_predicate() computes wrong IDOM
vlivanov [Tue, 15 Jan 2019 16:41:17 -0800] rev 53357
8215757: C2: PhaseIdealLoop::create_new_if_for_predicate() computes wrong IDOM Reviewed-by: kvn, roland
Fri, 11 Jan 2019 14:27:22 +0100 8217042: Shenandoah: write barrier on backedge of strip mined loop causes c2 crash at expansion time
roland [Fri, 11 Jan 2019 14:27:22 +0100] rev 53356
8217042: Shenandoah: write barrier on backedge of strip mined loop causes c2 crash at expansion time Reviewed-by: rkennke, thartmann
Mon, 14 Jan 2019 13:53:42 +0100 8217043: Shenandoah: SIGSEGV in Type::meet_helper() at barrier expansion time
roland [Mon, 14 Jan 2019 13:53:42 +0100] rev 53355
8217043: Shenandoah: SIGSEGV in Type::meet_helper() at barrier expansion time Reviewed-by: shade, rkennke, thartmann
Wed, 16 Jan 2019 11:43:51 +0100 8216490: Spammy periodic GC log message contains random time stamp with periodic gc disabled
tschatzl [Wed, 16 Jan 2019 11:43:51 +0100] rev 53354
8216490: Spammy periodic GC log message contains random time stamp with periodic gc disabled Summary: Print periodic gc status at startup and only print regular messages if enabled. Reviewed-by: sangheki, kbarrett
Wed, 16 Jan 2019 09:48:35 +0100 8216314: SIGILL in CodeHeapState::print_names()
lucy [Wed, 16 Jan 2019 09:48:35 +0100] rev 53353
8216314: SIGILL in CodeHeapState::print_names() Reviewed-by: thartmann, kvn
Tue, 15 Jan 2019 22:59:33 -0800 8215748: Application fails when executed with Graal
never [Tue, 15 Jan 2019 22:59:33 -0800] rev 53352
8215748: Application fails when executed with Graal Reviewed-by: iveresov, kvn, thartmann
Wed, 16 Jan 2019 11:25:55 +0800 8215694: keytool cannot generate RSASSA-PSS certificates
weijun [Wed, 16 Jan 2019 11:25:55 +0800] rev 53351
8215694: keytool cannot generate RSASSA-PSS certificates Reviewed-by: xuelei
Wed, 16 Jan 2019 19:09:16 +0000 8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available jdk-13+4
dfuchs [Wed, 16 Jan 2019 19:09:16 +0000] rev 53350
8217094: HttpClient SSL race if a socket IOException is raised before ALPN is available Summary: The patch makes suer that the SSLFlowDelegate's ALPN CF is always completed Reviewed-by: chegar
Wed, 16 Jan 2019 10:12:58 -0800 8007606: Handle realloc() failure in unix/native/libnet/net_util_md.c correctly
igerasim [Wed, 16 Jan 2019 10:12:58 -0800] rev 53349
8007606: Handle realloc() failure in unix/native/libnet/net_util_md.c correctly Reviewed-by: clanger, mbaesken
Wed, 09 Jan 2019 19:05:05 -0500 8215299: Remove G1CMTask::should_exit_termination()'s undesirable side-effect
zgu [Wed, 09 Jan 2019 19:05:05 -0500] rev 53348
8215299: Remove G1CMTask::should_exit_termination()'s undesirable side-effect Reviewed-by: kbarrett, rkennke, tschatzl
Wed, 16 Jan 2019 07:01:04 -0500 8216529: in case of a crash, javac should print out the parameters passed to it
vromero [Wed, 16 Jan 2019 07:01:04 -0500] rev 53347
8216529: in case of a crash, javac should print out the parameters passed to it Reviewed-by: jjg, cushon
Tue, 15 Jan 2019 12:02:40 +0100 8217044: [aix] Launcher still adds old path to jli library to LIBPATH
goetz [Tue, 15 Jan 2019 12:02:40 +0100] rev 53346
8217044: [aix] Launcher still adds old path to jli library to LIBPATH Reviewed-by: ihse, rriggs, dholmes
Wed, 16 Jan 2019 10:16:08 +0100 8216556: Unnecessary liveness computation with JVMTI
mdoerr [Wed, 16 Jan 2019 10:16:08 +0100] rev 53345
8216556: Unnecessary liveness computation with JVMTI Reviewed-by: redestad, dlong, kvn
Tue, 15 Jan 2019 10:23:23 +0100 8216426: Usage of array placement new may lead to memory corruption
mdoerr [Tue, 15 Jan 2019 10:23:23 +0100] rev 53344
8216426: Usage of array placement new may lead to memory corruption Reviewed-by: rehn, kbarrett, rkennke, eosterlund
Wed, 16 Jan 2019 11:15:25 +0530 8202626: javadoc generates broken links to <Unnamed>
pmuthuswamy [Wed, 16 Jan 2019 11:15:25 +0530] rev 53343
8202626: javadoc generates broken links to <Unnamed> Reviewed-by: jjg
Tue, 15 Jan 2019 19:10:40 -0800 8217000: Refactor Class::methodToString
darcy [Tue, 15 Jan 2019 19:10:40 -0800] rev 53342
8217000: Refactor Class::methodToString Reviewed-by: smarks
Tue, 15 Jan 2019 15:45:39 -0800 8217214: Recent new javadoc test needs to be updated
jjg [Tue, 15 Jan 2019 15:45:39 -0800] rev 53341
8217214: Recent new javadoc test needs to be updated Reviewed-by: mchung
Tue, 15 Jan 2019 19:24:07 -0300 8217088: Disable JDK-6913047 fix (SunPKCS11 memory leak) after JDK-8216597 (SIGBUS error in getNativeKeyInfo)
mbalao [Tue, 15 Jan 2019 19:24:07 -0300] rev 53340
8217088: Disable JDK-6913047 fix (SunPKCS11 memory leak) after JDK-8216597 (SIGBUS error in getNativeKeyInfo) Summary: Disable JDK-6913047 fix (SunPKCS11 memory leak) temporarily until JDK-8216597 (SIGBUS error in getNativeKeyInfo) is fixed. Reviewed-by: mullan
Tue, 15 Jan 2019 14:18:44 -0800 8216319: Refactor JavadocTester to allow more on-by-default checkers; add A11YChecker
jjg [Tue, 15 Jan 2019 14:18:44 -0800] rev 53339
8216319: Refactor JavadocTester to allow more on-by-default checkers; add A11YChecker Reviewed-by: hannesw
Tue, 15 Jan 2019 22:54:09 +0100 Merge
jwilhelm [Tue, 15 Jan 2019 22:54:09 +0100] rev 53338
Merge
Fri, 07 Dec 2018 16:56:53 -0800 8198526: getAnnotatedOwnerType does not handle static nested classes correctly
cushon [Fri, 07 Dec 2018 16:56:53 -0800] rev 53337
8198526: getAnnotatedOwnerType does not handle static nested classes correctly Reviewed-by: jfranck, vromero
Tue, 15 Jan 2019 11:19:14 -0800 8216050: Superword optimization fails with assert(0 <= i && i < _len) failed: illegal index
vdeshpande [Tue, 15 Jan 2019 11:19:14 -0800] rev 53336
8216050: Superword optimization fails with assert(0 <= i && i < _len) failed: illegal index Summary: Fix for the crash by matching the operands by swapping to right positions. Reviewed-by: thartmann, kvn
Tue, 15 Jan 2019 10:55:26 -0800 Merge
henryjen [Tue, 15 Jan 2019 10:55:26 -0800] rev 53335
Merge
Thu, 13 Dec 2018 11:51:06 -0800 Merge
henryjen [Thu, 13 Dec 2018 11:51:06 -0800] rev 53334
Merge
Thu, 13 Dec 2018 11:47:35 -0800 Merge
henryjen [Thu, 13 Dec 2018 11:47:35 -0800] rev 53333
Merge
Thu, 13 Sep 2018 01:49:48 +0200 8199552: Update to build scripts
jwilhelm [Thu, 13 Sep 2018 01:49:48 +0200] rev 53332
8199552: Update to build scripts Reviewed-by: jwilhelm, mschoene, rhalade Contributed-by: magnus.ihse.bursie@oracle.com
Mon, 08 Oct 2018 12:53:53 -0700 8210866: Improve JPEG processing
prr [Mon, 08 Oct 2018 12:53:53 -0700] rev 53331
8210866: Improve JPEG processing Reviewed-by: serb, psadhukhan, rhalade
Mon, 08 Oct 2018 12:55:04 +0800 8210870: Libsunmscapi improved interactions
weijun [Mon, 08 Oct 2018 12:55:04 +0800] rev 53330
8210870: Libsunmscapi improved interactions Reviewed-by: valeriep, mschoene, rhalade
Fri, 05 Oct 2018 11:36:30 -0700 8210606: Improved data set handling
prr [Fri, 05 Oct 2018 11:36:30 -0700] rev 53329
8210606: Improved data set handling Reviewed-by: serb, psadhukhan, mschoene, rhalade
Fri, 05 Oct 2018 08:54:10 +0100 8209094: Improve web server connections
michaelm [Fri, 05 Oct 2018 08:54:10 +0100] rev 53328
8209094: Improve web server connections Reviewed-by: chegar, dfuchs, mschoene, igerasim
Wed, 22 Aug 2018 15:55:04 -0700 8200659: Improve BigDecimal support
bpb [Wed, 22 Aug 2018 15:55:04 -0700] rev 53327
8200659: Improve BigDecimal support Reviewed-by: darcy, rhalade, mschoene
Sat, 29 Sep 2018 10:08:42 +0800 8210610: Improved LSA authentication
weijun [Sat, 29 Sep 2018 10:08:42 +0800] rev 53326
8210610: Improved LSA authentication Reviewed-by: valeriep, mschoene, rhalade
Thu, 27 Sep 2018 12:54:50 -0700 8210598: Strengthen Windows Access Bridge Support
serb [Thu, 27 Sep 2018 12:54:50 -0700] rev 53325
8210598: Strengthen Windows Access Bridge Support Reviewed-by: prr, psadhukhan, rhalade, mschoene
Tue, 25 Sep 2018 16:49:51 -0700 8206290: Better FileChannel transfer performance
bpb [Tue, 25 Sep 2018 16:49:51 -0700] rev 53324
8206290: Better FileChannel transfer performance Reviewed-by: alanb, rhalade, mschoene
Wed, 12 Sep 2018 08:26:31 -0400 8210624: Clean up better loading tests
coleenp [Wed, 12 Sep 2018 08:26:31 -0400] rev 53323
8210624: Clean up better loading tests Reviewed-by: hseigel, jwilhelm
Mon, 10 Sep 2018 16:49:01 -0400 8210094: Better loading of classloader classes
coleenp [Mon, 10 Sep 2018 16:49:01 -0400] rev 53322
8210094: Better loading of classloader classes Reviewed-by: acorn, hseigel, ahgross, rhalade
Tue, 28 Aug 2018 13:22:57 +0530 8203688: [testbug] Nashorn test test/nashorn/script/nosecurity/treeapi/diagnostic.js fails
sdama [Tue, 28 Aug 2018 13:22:57 +0530] rev 53321
8203688: [testbug] Nashorn test test/nashorn/script/nosecurity/treeapi/diagnostic.js fails Summary: Updating the expected output for diagnostic.js to its correct value Reviewed-by: jlaskey, sundar Contributed-by: thejasvi.v.voniadka@oracle.com
Tue, 21 Aug 2018 13:57:18 -0700 8203955: Improve robot support
serb [Tue, 21 Aug 2018 13:57:18 -0700] rev 53320
8203955: Improve robot support Reviewed-by: prr, psadhukhan, rhalade, skoivu
Thu, 16 Aug 2018 10:22:25 -0700 8204895: Better icon support
serb [Thu, 16 Aug 2018 10:22:25 -0700] rev 53319
8204895: Better icon support Reviewed-by: prr, mschoene, aghaisas, rhalade
Wed, 15 Aug 2018 09:36:32 -0700 8206295: More reliable p11 transactions
jnimeh [Wed, 15 Aug 2018 09:36:32 -0700] rev 53318
8206295: More reliable p11 transactions Reviewed-by: valeriep, mschoene, rhalade
Fri, 10 Aug 2018 15:02:30 +0100 8199156: Better route routing
chegar [Fri, 10 Aug 2018 15:02:30 +0100] rev 53317
8199156: Better route routing Reviewed-by: igerasim, mschoene, michaelm, rhalade
Fri, 10 Aug 2018 14:35:44 +0100 8199166: Better interface lists
chegar [Fri, 10 Aug 2018 14:35:44 +0100] rev 53316
8199166: Better interface lists Reviewed-by: igerasim, mschoene, michaelm, rhalade
Sun, 12 Aug 2018 18:05:16 -0400 8205714: Initial class initialization
dholmes [Sun, 12 Aug 2018 18:05:16 -0400] rev 53315
8205714: Initial class initialization Summary: ensure class is fully initialized before caching a resolved invokestatic, or patching the callsite Reviewed-by: acorn, coleenp, kvn, vlivanov
Tue, 31 Jul 2018 11:43:24 +0530 8205360: Choose printer defaults
psadhukhan [Tue, 31 Jul 2018 11:43:24 +0530] rev 53314
8205360: Choose printer defaults Reviewed-by: prr, mschoene, rhalade
Thu, 19 Jul 2018 15:23:06 -0700 8205709: Proper allocation handling
dtitov [Thu, 19 Jul 2018 15:23:06 -0700] rev 53313
8205709: Proper allocation handling Reviewed-by: sspitsyn, mschoene, rhalade
Thu, 19 Jul 2018 07:02:42 -0700 8206301: Improve NIO stability
bpb [Thu, 19 Jul 2018 07:02:42 -0700] rev 53312
8206301: Improve NIO stability Reviewed-by: alanb, mschoene, rhalade
Thu, 14 Jun 2018 23:47:05 +0000 8203654: Improve cypher state updates
valeriep [Thu, 14 Jun 2018 23:47:05 +0000] rev 53311
8203654: Improve cypher state updates Reviewed-by: ascarpino
Tue, 15 Jan 2019 11:05:25 -0800 8212233: javadoc fails on jdk12 with "The code being documented uses modules but the packages defined in $URL are in the unnamed module."
jjg [Tue, 15 Jan 2019 11:05:25 -0800] rev 53310
8212233: javadoc fails on jdk12 with "The code being documented uses modules but the packages defined in $URL are in the unnamed module." Reviewed-by: hannesw, pmuthuswamy
Tue, 15 Jan 2019 10:40:32 -0800 8196568: [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow"
iveresov [Tue, 15 Jan 2019 10:40:32 -0800] rev 53309
8196568: [Graal] LongMulOverflowTest.java fails with "runTestOverflow() did not overflow" Summary: Temporarily cripple j.l.Math.*Exact() instrinsics to pass TCK Reviewed-by: kvn, dlong, never
Tue, 18 Dec 2018 10:12:28 +0100 8210392: assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
phedlin [Tue, 18 Dec 2018 10:12:28 +0100] rev 53308
8210392: assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit Summary: Avoid excessive split-if. Reviewed-by: thartmann, neliasso
Tue, 15 Jan 2019 09:44:18 +0100 8216427: ciMethodData::load_extra_data() does not always unpack the last entry
eosterlund [Tue, 15 Jan 2019 09:44:18 +0100] rev 53307
8216427: ciMethodData::load_extra_data() does not always unpack the last entry Reviewed-by: thartmann, kvn
Mon, 14 Jan 2019 15:07:22 +0100 8216135: C2 assert(!had_error) failed: bad dominance
roland [Mon, 14 Jan 2019 15:07:22 +0100] rev 53306
8216135: C2 assert(!had_error) failed: bad dominance Reviewed-by: thartmann, kvn
Tue, 15 Jan 2019 16:40:31 -0500 8213397: Stack dump should show more clearly when a thread is blocked on a class initialization monitor
dholmes [Tue, 15 Jan 2019 16:40:31 -0500] rev 53305
8213397: Stack dump should show more clearly when a thread is blocked on a class initialization monitor Reviewed-by: rehn, coleenp
Tue, 15 Jan 2019 15:56:41 -0500 8202675: Replace process-wide terminology in serial filtering to be consistent
rriggs [Tue, 15 Jan 2019 15:56:41 -0500] rev 53304
8202675: Replace process-wide terminology in serial filtering to be consistent Reviewed-by: alanb, lancea
Tue, 15 Jan 2019 21:17:35 +0100 8216995: Clean up JFR command line processing
redestad [Tue, 15 Jan 2019 21:17:35 +0100] rev 53303
8216995: Clean up JFR command line processing Reviewed-by: gziemski, mgronlun
Tue, 15 Jan 2019 14:55:45 -0500 8216563: [TESTBUG] Change stressTime to default to 30 for nsk tests (part 2)
hseigel [Tue, 15 Jan 2019 14:55:45 -0500] rev 53302
8216563: [TESTBUG] Change stressTime to default to 30 for nsk tests (part 2) Summary: Change the default from 60 seconds to 30 seconds. Reviewed-by: coleenp, mseledtsov
Tue, 15 Jan 2019 09:22:00 -0500 8080569: java/lang/ProcessBuilder/DestroyTest.java fails with "Process terminated prematurely"
rriggs [Tue, 15 Jan 2019 09:22:00 -0500] rev 53301
8080569: java/lang/ProcessBuilder/DestroyTest.java fails with "Process terminated prematurely" Reviewed-by: lancea, bchristi
Tue, 15 Jan 2019 11:34:20 +0000 8216974: HttpConnection not returned to the pool after 204 response
dfuchs [Tue, 15 Jan 2019 11:34:20 +0000] rev 53300
8216974: HttpConnection not returned to the pool after 204 response Summary: MultiExchange now call nullBody() on Exchange after receiving 204 Reviewed-by: chegar
Tue, 15 Jan 2019 08:03:30 +0100 8216982: Assertion poison page established too early
stuefe [Tue, 15 Jan 2019 08:03:30 +0100] rev 53299
8216982: Assertion poison page established too early Reviewed-by: mdoerr, dholmes
Tue, 15 Jan 2019 11:21:00 +0800 8215922: jar spec is not precise when describing jar file re-signing
weijun [Tue, 15 Jan 2019 11:21:00 +0800] rev 53298
8215922: jar spec is not precise when describing jar file re-signing Reviewed-by: lancea, mullan
Mon, 14 Jan 2019 20:56:15 -0500 8217017: [TESTBUG] Tests fail to compile after JDK-8216265
dholmes [Mon, 14 Jan 2019 20:56:15 -0500] rev 53297
8217017: [TESTBUG] Tests fail to compile after JDK-8216265 Reviewed-by: kvn
Mon, 14 Jan 2019 08:23:50 -0800 Merge
shurailine [Mon, 14 Jan 2019 08:23:50 -0800] rev 53296
Merge
Mon, 14 Jan 2019 08:22:49 -0800 8215729: Enhance makefiles to allow collecting code coverage with JCov
shurailine [Mon, 14 Jan 2019 08:22:49 -0800] rev 53295
8215729: Enhance makefiles to allow collecting code coverage with JCov Reviewed-by: erikj
Mon, 10 Dec 2018 17:57:19 +0800 8215114: Fix indent and dead code in GCPolicyCounters
manc [Mon, 10 Dec 2018 17:57:19 +0800] rev 53294
8215114: Fix indent and dead code in GCPolicyCounters Summary: Clean up gcPolicyCounters.hpp Reviewed-by: tschatzl, sjohanss
Mon, 14 Jan 2019 23:05:26 +0100 Merge
jwilhelm [Mon, 14 Jan 2019 23:05:26 +0100] rev 53293
Merge
Mon, 14 Jan 2019 13:45:19 -0800 8216151: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.debug
kvn [Mon, 14 Jan 2019 13:45:19 -0800] rev 53292
8216151: [Graal] Module jdk.internal.vm.compiler.management has not been granted accessClassInPackage.org.graalvm.compiler.debug Summary: update default.policy based on latest changes in jdk.internal.vm.compiler.management Reviewed-by: thartmann, alanb, mchung
Mon, 14 Jan 2019 16:35:16 -0500 8216362: Better error message handling when there is an invalid Manifest
lancea [Mon, 14 Jan 2019 16:35:16 -0500] rev 53291
8216362: Better error message handling when there is an invalid Manifest Reviewed-by: lancea, rriggs, mullan Contributed-by: Philipp Kunz <philipp.kunz@paratix.ch>
Mon, 14 Jan 2019 21:34:39 +0100 8215313: [AOT] java/lang/String/Split.java fails with AOTed java.base
dnsimon [Mon, 14 Jan 2019 21:34:39 +0100] rev 53290
8215313: [AOT] java/lang/String/Split.java fails with AOTed java.base Reviewed-by: kvn, never, dlong Contributed-by: Josef Haider <josef.haider@jku.at>
Mon, 14 Jan 2019 10:00:45 -0800 8214418: half-closed SSLEngine status may cause application dead loop
xuelei [Mon, 14 Jan 2019 10:00:45 -0800] rev 53289
8214418: half-closed SSLEngine status may cause application dead loop Reviewed-by: jnimeh, dfuchs, chegar
Fri, 11 Jan 2019 10:03:00 +0100 8216549: Mismatched unsafe access to non escaping object fails
roland [Fri, 11 Jan 2019 10:03:00 +0100] rev 53288
8216549: Mismatched unsafe access to non escaping object fails Reviewed-by: vlivanov, kvn, thartmann
Fri, 11 Jan 2019 11:42:23 -0800 Merge
jjg [Fri, 11 Jan 2019 11:42:23 -0800] rev 53287
Merge
Fri, 11 Jan 2019 11:32:00 -0800 8210561: Command-line help wrong for javac --module
jjg [Fri, 11 Jan 2019 11:32:00 -0800] rev 53286
8210561: Command-line help wrong for javac --module Reviewed-by: darcy
Fri, 11 Jan 2019 08:32:44 -0800 8213299: runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java failed with java.lang.NoSuchMethodException
darcy [Fri, 11 Jan 2019 08:32:44 -0800] rev 53285
8213299: runtime/appcds/jigsaw/classpathtests/EmptyClassInBootClassPath.java failed with java.lang.NoSuchMethodException Reviewed-by: dholmes
Fri, 11 Jan 2019 09:02:44 -0500 8215648: remove equals and hashCode implementations from j.l.i.VarHandle
vromero [Fri, 11 Jan 2019 09:02:44 -0500] rev 53284
8215648: remove equals and hashCode implementations from j.l.i.VarHandle Reviewed-by: mchung
Thu, 10 Jan 2019 13:54:09 +0100 8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations
roland [Thu, 10 Jan 2019 13:54:09 +0100] rev 53283
8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations Reviewed-by: thartmann, shade, rkennke
Fri, 11 Jan 2019 13:15:37 +0100 8215754: ZGC: nmethod is not unlinked from Method before rendezvous handshake
eosterlund [Fri, 11 Jan 2019 13:15:37 +0100] rev 53282
8215754: ZGC: nmethod is not unlinked from Method before rendezvous handshake Reviewed-by: pliden, neliasso
Fri, 11 Jan 2019 11:02:00 +0100 8216376: [PPC64] Possibly unreliable stack frame resizing in template interpreter
mdoerr [Fri, 11 Jan 2019 11:02:00 +0100] rev 53281
8216376: [PPC64] Possibly unreliable stack frame resizing in template interpreter Reviewed-by: goetz, gromero
Fri, 11 Jan 2019 10:46:29 +0100 8215244: jdk/jshell/ToolBasicTest.java testHistoryReference failed
jlahoda [Fri, 11 Jan 2019 10:46:29 +0100] rev 53280
8215244: jdk/jshell/ToolBasicTest.java testHistoryReference failed Summary: Mark history entries from previous sessions with timestamp that is definitelly in the past. Reviewed-by: rfield
Fri, 11 Jan 2019 09:37:31 +0100 8211841: [testbug] sun/nio/cs/OLD/TestIBMDB.java does not compile (aix)
itakiguchi [Fri, 11 Jan 2019 09:37:31 +0100] rev 53279
8211841: [testbug] sun/nio/cs/OLD/TestIBMDB.java does not compile (aix) Reviewed-by: alanb, goetz
Thu, 10 Jan 2019 18:10:15 +0100 8215889: assert(!_unloading) failed: This oop is not available to unloading class loader data with ZGC
eosterlund [Thu, 10 Jan 2019 18:10:15 +0100] rev 53278
8215889: assert(!_unloading) failed: This oop is not available to unloading class loader data with ZGC Reviewed-by: coleenp, neliasso
Mon, 14 Jan 2019 11:22:32 -0800 8216401: Allow "file:" URLs in Class-Path of local JARs
bchristi [Mon, 14 Jan 2019 11:22:32 -0800] rev 53277
8216401: Allow "file:" URLs in Class-Path of local JARs Reviewed-by: alanb, mchung
Mon, 14 Jan 2019 12:51:45 -0500 8215549: Shenandoah deduplication cleans up table/queue twice
zgu [Mon, 14 Jan 2019 12:51:45 -0500] rev 53276
8215549: Shenandoah deduplication cleans up table/queue twice Reviewed-by: rkennke
Mon, 14 Jan 2019 12:24:25 -0500 8215482: check for cycles in type variables can provoke NPE
vromero [Mon, 14 Jan 2019 12:24:25 -0500] rev 53275
8215482: check for cycles in type variables can provoke NPE Reviewed-by: mcimadamore
Mon, 14 Jan 2019 17:20:20 +0100 8216308: StackTraceElement::fill_in can use injected Class source-file
shade [Mon, 14 Jan 2019 17:20:20 +0100] rev 53274
8216308: StackTraceElement::fill_in can use injected Class source-file Reviewed-by: coleenp, dholmes
Mon, 14 Jan 2019 00:00:00 +0100 8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests.
goetz [Mon, 14 Jan 2019 00:00:00 +0100] rev 53273
8216265: [testbug] Introduce Platform.sharedLibraryPathVariableName() and adapt all tests. Summary: Also cleanup some switches over OSes and use File.pathSeparator. Reviewed-by: dholmes, mdoerr
Mon, 14 Jan 2019 12:49:12 +0100 8216973: Kick up cleanup phases in the right places
rkennke [Mon, 14 Jan 2019 12:49:12 +0100] rev 53272
8216973: Kick up cleanup phases in the right places Reviewed-by: shade
Mon, 14 Jan 2019 10:46:08 +0000 8216478: Cleanup HttpResponseImpl back reference to HttpConnection
dfuchs [Mon, 14 Jan 2019 10:46:08 +0000] rev 53271
8216478: Cleanup HttpResponseImpl back reference to HttpConnection Summary: Retain a reference to Exchange and HttpConnection only when necessary, i.e. for WebSocket initial connection. Reviewed-by: chegar
Mon, 14 Jan 2019 15:09:15 +0530 8199892: Missing landmarks when generating docs using html sources
pmuthuswamy [Mon, 14 Jan 2019 15:09:15 +0530] rev 53270
8199892: Missing landmarks when generating docs using html sources Reviewed-by: jjg
Mon, 14 Jan 2019 09:48:30 +0100 8213249: compiler/graalunit/HotspotTest.java failed in ExplicitExceptionTest
thartmann [Mon, 14 Jan 2019 09:48:30 +0100] rev 53269
8213249: compiler/graalunit/HotspotTest.java failed in ExplicitExceptionTest Summary: Added -XX:-OmitStackTraceInFastThrow to test flags to avoid empty exception message. Reviewed-by: epavlova, iignatyev, dlong, kvn
Mon, 14 Jan 2019 09:26:34 +0100 8216560: gtest build broken on PPC64 and aarch64
mdoerr [Mon, 14 Jan 2019 09:26:34 +0100] rev 53268
8216560: gtest build broken on PPC64 and aarch64 Reviewed-by: shade
Mon, 14 Jan 2019 09:30:43 +0530 8215544: SA: Modify ClhsdbLauncher to add sudo privileges to enable MacOS tests on Mach5
jgeorge [Mon, 14 Jan 2019 09:30:43 +0530] rev 53267
8215544: SA: Modify ClhsdbLauncher to add sudo privileges to enable MacOS tests on Mach5 Summary: Check if 'sudo' privileges can be added for executing macOS tests, and if so, add these privileges before executing the tests Reviewed-by: jcbeyler, phh, sballal
Sun, 13 Jan 2019 16:54:01 -0500 8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris
dholmes [Sun, 13 Jan 2019 16:54:01 -0500] rev 53266
8214816: os::read() should not transition to _thread_blocked with safepoint check on Solaris Reviewed-by: jiangli, mgronlun
Sun, 13 Jan 2019 17:33:26 +0100 8216595: Fix broken builds after JDK-8216424
pliden [Sun, 13 Jan 2019 17:33:26 +0100] rev 53265
8216595: Fix broken builds after JDK-8216424 Reviewed-by: redestad, alanb
Sun, 13 Jan 2019 12:50:05 +0100 8216424: Remove TimeLivenessAnalysis
redestad [Sun, 13 Jan 2019 12:50:05 +0100] rev 53264
8216424: Remove TimeLivenessAnalysis Reviewed-by: kvn, thartmann
Sat, 12 Jan 2019 13:33:18 +0100 8216589: s390x build failures after JDK-8216167 (Update include guards to reflect correct directories)
shade [Sat, 12 Jan 2019 13:33:18 +0100] rev 53263
8216589: s390x build failures after JDK-8216167 (Update include guards to reflect correct directories) Reviewed-by: dholmes
Fri, 11 Jan 2019 14:24:23 -0800 8216140: Correct UnicodeDecoder U+FFFE handling
naoto [Fri, 11 Jan 2019 14:24:23 -0800] rev 53262
8216140: Correct UnicodeDecoder U+FFFE handling Reviewed-by: rriggs
Fri, 11 Jan 2019 14:05:57 -0800 8216184: CDS/appCDS tests failed on Windows due to long path to a classlist file
ccheung [Fri, 11 Jan 2019 14:05:57 -0800] rev 53261
8216184: CDS/appCDS tests failed on Windows due to long path to a classlist file Summary: use os::open() instead of fopen() Reviewed-by: iklam, dholmes
Fri, 11 Jan 2019 13:34:57 +0100 8216559: [JFR] Native libraries not correctly parsed from /proc/self/maps
sgehwolf [Fri, 11 Jan 2019 13:34:57 +0100] rev 53260
8216559: [JFR] Native libraries not correctly parsed from /proc/self/maps Summary: Use %7s for the dev scan format as major:minor may be up to that length Reviewed-by: mgronlun, jwilhelm
Fri, 11 Jan 2019 09:57:15 -0800 8208371: Provided supported mechanims to create a ModuleElement for an unnamed module
darcy [Fri, 11 Jan 2019 09:57:15 -0800] rev 53259
8208371: Provided supported mechanims to create a ModuleElement for an unnamed module Reviewed-by: jjg
Fri, 11 Jan 2019 08:20:25 -0800 8216172: File.renameTo(File dest) should check for NPE at the very beginning
bpb [Fri, 11 Jan 2019 08:20:25 -0800] rev 53258
8216172: File.renameTo(File dest) should check for NPE at the very beginning Reviewed-by: lancea
Thu, 29 Nov 2018 13:36:23 -0300 6913047: Long term memory leak when using PKCS11 and JCE exceeds 32 bit process address space
mbalao [Thu, 29 Nov 2018 13:36:23 -0300] rev 53257
6913047: Long term memory leak when using PKCS11 and JCE exceeds 32 bit process address space Summary: Extract cryptographic keys within NSS PKCS11 software tokens for memory management purposes. Reviewed-by: valeriep
Fri, 11 Jan 2019 14:48:19 +0000 8216498: Confusing and unneeded wrapping of SSLHandshakeException
dfuchs [Fri, 11 Jan 2019 14:48:19 +0000] rev 53256
8216498: Confusing and unneeded wrapping of SSLHandshakeException Summary: [httpclient] Avoid wrapping SSLHandshakeException in plain IOException Reviewed-by: chegar
Fri, 11 Jan 2019 23:32:52 +0900 8216486: Possibility of integer overflow in JfrThreadSampler::run()
ysuenaga [Fri, 11 Jan 2019 23:32:52 +0900] rev 53255
8216486: Possibility of integer overflow in JfrThreadSampler::run() Reviewed-by: rehn, sgehwolf
Fri, 11 Jan 2019 10:58:46 +0100 8214271: Fast primitive to wake many threads
rehn [Fri, 11 Jan 2019 10:58:46 +0100] rev 53254
8214271: Fast primitive to wake many threads Reviewed-by: dholmes, dcubed
Fri, 11 Jan 2019 09:59:28 +0100 8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md
thartmann [Fri, 11 Jan 2019 09:59:28 +0100] rev 53253
8216480: Typo in test/hotspot/jtreg/compiler/graalunit/README.md Summary: Removed -vmoptions: Reviewed-by: epavlova
Wed, 09 Jan 2019 14:46:40 +0100 8216355: missing NULL checks in libnet in interface iteration and potential resource leak in getMacAddress
mbaesken [Wed, 09 Jan 2019 14:46:40 +0100] rev 53252
8216355: missing NULL checks in libnet in interface iteration and potential resource leak in getMacAddress Reviewed-by: clanger, rwestberg
Thu, 10 Jan 2019 21:52:33 +0100 Merge
jwilhelm [Thu, 10 Jan 2019 21:52:33 +0100] rev 53251
Merge
Wed, 09 Jan 2019 15:53:56 +0100 8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
shade [Wed, 09 Jan 2019 15:53:56 +0100] rev 53250
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check Reviewed-by: eosterlund, lkorinth
Thu, 10 Jan 2019 13:03:34 -0500 8214827: Incorrect call ClassLoaders.toFileURL("jrt:/java.compiler")
jiangli [Thu, 10 Jan 2019 13:03:34 -0500] rev 53249
8214827: Incorrect call ClassLoaders.toFileURL("jrt:/java.compiler") Summary: Use URL constructor for jrt URL in SystemDictionaryShared::get_shared_protection_domain(). Reviewed-by: ccheung, iklam, dholmes, coleenp
Thu, 10 Jan 2019 07:54:16 -0800 8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
robm [Thu, 10 Jan 2019 07:54:16 -0800] rev 53248
8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate" Reviewed-by: vtewari, xuelei
Thu, 10 Jan 2019 12:14:12 +0100 8216316: Tests fail due to too low specified TLAB size
tschatzl [Thu, 10 Jan 2019 12:14:12 +0100] rev 53247
8216316: Tests fail due to too low specified TLAB size Reviewed-by: goetz, sangheki Contributed-by: goetz.lindenmaier@sap.com, thomas.schatzl@oracle.com
Thu, 10 Jan 2019 02:47:26 +0100 Added tag jdk-12+27 for changeset f15d443f9731
jwilhelm [Thu, 10 Jan 2019 02:47:26 +0100] rev 53246
Added tag jdk-12+27 for changeset f15d443f9731
Wed, 09 Jan 2019 18:17:36 -0400 8215493: String::indent inconsistency with blank lines
jlaskey [Wed, 09 Jan 2019 18:17:36 -0400] rev 53245
8215493: String::indent inconsistency with blank lines Reviewed-by: rriggs, smarks
Thu, 10 Jan 2019 15:13:51 -0500 8216167: Update include guards to reflect correct directories
coleenp [Thu, 10 Jan 2019 15:13:51 -0500] rev 53244
8216167: Update include guards to reflect correct directories Summary: Use script and some manual fixup to fix directores names in include guards. Reviewed-by: lfoltan, eosterlund, kbarrett
Thu, 10 Jan 2019 14:32:56 -0500 8216362: Better error message handling when there is an invalid Manifest
lancea [Thu, 10 Jan 2019 14:32:56 -0500] rev 53243
8216362: Better error message handling when there is an invalid Manifest Reviewed-by: lancea, rriggs, mullan Contributed-by: Philipp Kunz <philipp.kunz@paratix.ch>
Thu, 10 Jan 2019 10:34:30 -0800 8216404: Elements.getPackageOf should handle modules
darcy [Thu, 10 Jan 2019 10:34:30 -0800] rev 53242
8216404: Elements.getPackageOf should handle modules Reviewed-by: jlahoda
Thu, 10 Jan 2019 10:28:51 -0800 8216489: Issues with ModulePackages attribute generation on incremental build
erikj [Thu, 10 Jan 2019 10:28:51 -0800] rev 53241
8216489: Issues with ModulePackages attribute generation on incremental build Reviewed-by: redestad, alanb, tbell
Thu, 10 Jan 2019 09:11:56 -0800 8216278: Fix devkit and basic Jib support on WSL
erikj [Thu, 10 Jan 2019 09:11:56 -0800] rev 53240
8216278: Fix devkit and basic Jib support on WSL Reviewed-by: tbell
Thu, 10 Jan 2019 11:16:17 -0600 8215155: Remove get_insert() from concurrent hashtable and gtests
gziemski [Thu, 10 Jan 2019 11:16:17 -0600] rev 53239
8215155: Remove get_insert() from concurrent hashtable and gtests Summary: Replaced get_insert() with get()/insert() in gtest, removed get_insert() API from cht implementation. Reviewed-by: coleenp, rehn
Thu, 10 Jan 2019 16:50:26 +0100 8216428: Remove IgnoreLibthreadGPFault
redestad [Thu, 10 Jan 2019 16:50:26 +0100] rev 53238
8216428: Remove IgnoreLibthreadGPFault Reviewed-by: dholmes, eosterlund
Thu, 10 Jan 2019 07:54:16 -0800 8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate"
robm [Thu, 10 Jan 2019 07:54:16 -0800] rev 53237
8214440: ldap over a TLS connection negotiate failed with "javax.net.ssl.SSLPeerUnverifiedException: hostname of the server '' does not match the hostname in the server's certificate" Reviewed-by: vtewari, xuelei
Thu, 10 Jan 2019 10:15:02 -0500 8207964: [TESTBUG] Change stressTime to default to 30 for nsk tests
hseigel [Thu, 10 Jan 2019 10:15:02 -0500] rev 53236
8207964: [TESTBUG] Change stressTime to default to 30 for nsk tests Summary: Change the default from 60 seconds to 30 seconds. Reviewed-by: coleenp, dholmes
Thu, 10 Jan 2019 13:54:09 +0100 8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations
roland [Thu, 10 Jan 2019 13:54:09 +0100] rev 53235
8216482: Shenandoah: typo in ShenandoahBarrierSetC2::clone_barrier_at_expansion() causes failed compilations Reviewed-by: thartmann, shade, rkennke
Thu, 10 Jan 2019 04:52:01 +0100 Added tag jdk-13+3 for changeset 642346a11059
jwilhelm [Thu, 10 Jan 2019 04:52:01 +0100] rev 53234
Added tag jdk-13+3 for changeset 642346a11059
Wed, 09 Jan 2019 17:12:17 -0800 8216441: problem list org.graalvm.compiler.hotspot.test.ExplicitExceptionTest jdk-13+3
iignatyev [Wed, 09 Jan 2019 17:12:17 -0800] rev 53233
8216441: problem list org.graalvm.compiler.hotspot.test.ExplicitExceptionTest Reviewed-by: dholmes
Wed, 09 Jan 2019 22:59:49 +0100 Merge
jwilhelm [Wed, 09 Jan 2019 22:59:49 +0100] rev 53232
Merge
Wed, 09 Jan 2019 16:41:16 -0400 8215489: Remove String::align
jlaskey [Wed, 09 Jan 2019 16:41:16 -0400] rev 53231
8215489: Remove String::align Reviewed-by: vromero, sundar
Wed, 09 Jan 2019 15:23:11 -0400 8215112: String::transform spec clarification
jlaskey [Wed, 09 Jan 2019 15:23:11 -0400] rev 53230
8215112: String::transform spec clarification Reviewed-by: smarks
Wed, 09 Jan 2019 08:52:47 -0800 8210669: Some launcher tests assume a pre-JDK 9 run-time image layout
mr [Wed, 09 Jan 2019 08:52:47 -0800] rev 53229
8210669: Some launcher tests assume a pre-JDK 9 run-time image layout Reviewed-by: mchung
Wed, 09 Jan 2019 08:49:26 -0800 8215308: pandoc-html-manpage-filter.js does not work for [un]pack200
jjg [Wed, 09 Jan 2019 08:49:26 -0800] rev 53228
8215308: pandoc-html-manpage-filter.js does not work for [un]pack200 Reviewed-by: erikj
Wed, 09 Jan 2019 11:13:00 -0400 8215681: Remove compiler support for Raw String Literals from JDK 12 jdk-12+27
jlaskey [Wed, 09 Jan 2019 11:13:00 -0400] rev 53227
8215681: Remove compiler support for Raw String Literals from JDK 12 Reviewed-by: mcimadamore, jlahoda, sundar
Wed, 09 Jan 2019 15:36:20 +0100 8215755: ZGC: split_barrier_thru_phi: check number of inputs of phi
neliasso [Wed, 09 Jan 2019 15:36:20 +0100] rev 53226
8215755: ZGC: split_barrier_thru_phi: check number of inputs of phi Reviewed-by: pliden, thartmann
Wed, 09 Jan 2019 07:52:45 -0500 8215575: C2 crash: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded
coleenp [Wed, 09 Jan 2019 07:52:45 -0500] rev 53225
8215575: C2 crash: assert(get_instanceKlass()->is_loaded()) failed: must be at least loaded Summary: Set InstanceKlass::loaded before adding classes to the subklass list, which can be read concurrently by the compiler. Reviewed-by: dholmes, eosterlund
Wed, 09 Jan 2019 08:07:23 -0500 8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec
vromero [Wed, 09 Jan 2019 08:07:23 -0500] rev 53224
8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec Reviewed-by: goetz
Wed, 09 Jan 2019 13:31:34 +0100 8215708: ZGC: Add missing LoadBarrierNode::size_of()
pliden [Wed, 09 Jan 2019 13:31:34 +0100] rev 53223
8215708: ZGC: Add missing LoadBarrierNode::size_of() Reviewed-by: eosterlund, neliasso
Wed, 19 Dec 2018 11:45:54 +0000 8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
adinn [Wed, 19 Dec 2018 11:45:54 +0000] rev 53222
8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode Reviewed-by: adinn Contributed-by: nick.gasson@arm.com
Wed, 09 Jan 2019 10:18:37 +0100 8216385: ZGC: Fix building without C2
pliden [Wed, 09 Jan 2019 10:18:37 +0100] rev 53221
8216385: ZGC: Fix building without C2 Reviewed-by: shade, eosterlund
Fri, 07 Dec 2018 17:56:51 +0100 8214862: assert(proj != __null) at compile.cpp:3251
roland [Fri, 07 Dec 2018 17:56:51 +0100] rev 53220
8214862: assert(proj != __null) at compile.cpp:3251 Reviewed-by: kvn, thartmann
Wed, 09 Jan 2019 00:25:41 -0800 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang [Wed, 09 Jan 2019 00:25:41 -0800] rev 53219
8215994: JDK 12 l10n resource file update - msg drop 10 Reviewed-by: billyh, ssadetsky, naoto
Tue, 08 Jan 2019 16:26:46 -0800 8216322: Missing since information in deprecation of constructor visitors
darcy [Tue, 08 Jan 2019 16:26:46 -0800] rev 53218
8216322: Missing since information in deprecation of constructor visitors Reviewed-by: vromero
Sat, 05 Jan 2019 10:48:54 +0800 8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
fyang [Sat, 05 Jan 2019 10:48:54 +0800] rev 53217
8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults Reviewed-by: aph Contributed-by: nick.gasson@arm.com
Tue, 08 Jan 2019 10:05:42 -0800 8216176: Clarify the singleton description in j.t.c.JapaneseEra class
naoto [Tue, 08 Jan 2019 10:05:42 -0800] rev 53216
8216176: Clarify the singleton description in j.t.c.JapaneseEra class Reviewed-by: rriggs
Tue, 08 Jan 2019 16:31:27 +0100 8215438: jshell tool: Ctrl-D causes EOF
jlahoda [Tue, 08 Jan 2019 16:31:27 +0100] rev 53215
8215438: jshell tool: Ctrl-D causes EOF Summary: Properly handling EndOfFileException so that jshell can be closed with Ctrl-D. Reviewed-by: rfield
Tue, 08 Jan 2019 09:29:36 +0100 8216271: Make AllocateOldGenAt an unsupported option on AIX.
goetz [Tue, 08 Jan 2019 09:29:36 +0100] rev 53214
8216271: Make AllocateOldGenAt an unsupported option on AIX. Reviewed-by: shade, tschatzl
Tue, 08 Jan 2019 17:37:57 -0800 8216403: Allocate fewer EnumSets in JavacFileManager#list
cushon [Tue, 08 Jan 2019 17:37:57 -0800] rev 53213
8216403: Allocate fewer EnumSets in JavacFileManager#list Reviewed-by: vromero, redestad
Wed, 09 Jan 2019 20:28:16 +0100 8216302: StackTraceElement::fill_in can use cached Class.name
shade [Wed, 09 Jan 2019 20:28:16 +0100] rev 53212
8216302: StackTraceElement::fill_in can use cached Class.name Reviewed-by: coleenp, dholmes, mchung
Wed, 09 Jan 2019 10:59:37 -0800 8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero
igerasim [Wed, 09 Jan 2019 10:59:37 -0800] rev 53211
8210788: Javadoc for Thread.join(long, int) should specify that it waits forever when both arguments are zero Reviewed-by: martin, rriggs
Wed, 09 Jan 2019 17:40:12 +0100 8216423: Remove FillDelaySlots
redestad [Wed, 09 Jan 2019 17:40:12 +0100] rev 53210
8216423: Remove FillDelaySlots Reviewed-by: thartmann
Wed, 09 Jan 2019 12:09:20 -0500 8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out
gadams [Wed, 09 Jan 2019 12:09:20 -0500] rev 53209
8213001: vmTestbase/nsk/jvmti/ThreadStart/threadstart002/TestDescription.java debug agent times out Reviewed-by: dcubed, jcbeyler
Wed, 09 Jan 2019 12:02:38 -0500 8216375: Revert JDK-8145579 after JDK-8076988 is resolved
ecaspole [Wed, 09 Jan 2019 12:02:38 -0500] rev 53208
8216375: Revert JDK-8145579 after JDK-8076988 is resolved Summary: Remove obsolete code Reviewed-by: thartmann, dlong
Wed, 09 Jan 2019 15:53:56 +0100 8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check
shade [Wed, 09 Jan 2019 15:53:56 +0100] rev 53207
8215724: Epsilon: ArrayStoreExceptionTest.java fails; missing arraycopy check Reviewed-by: eosterlund, lkorinth
Wed, 09 Jan 2019 06:18:33 -0800 8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long}
igerasim [Wed, 09 Jan 2019 06:18:33 -0800] rev 53206
8216413: Long.parseLong() is specified to throw unless string contains parsable {@code int}; should be {@code long} Reviewed-by: clanger
Wed, 09 Jan 2019 09:01:27 -0500 8214442: Improve stack walk API by adding handle marks
hseigel [Wed, 09 Jan 2019 09:01:27 -0500] rev 53205
8214442: Improve stack walk API by adding handle marks Summary: Add the missing handle marks. Reviewed-by: zgu, mchung
Wed, 09 Jan 2019 08:07:33 -0500 8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently
hseigel [Wed, 09 Jan 2019 08:07:33 -0500] rev 53204
8215901: [TESTBUG] TestCheckedEnsureLocalCapacity.java fails intermittently Summary: Change pattern match to not require that the matching string start at the beginning of a line. Reviewed-by: dcubed, dholmes
Wed, 09 Jan 2019 10:19:54 +0100 8216372: ZGC: Put C2 load barrier stub routines in separate codeblobs
neliasso [Wed, 09 Jan 2019 10:19:54 +0100] rev 53203
8216372: ZGC: Put C2 load barrier stub routines in separate codeblobs Reviewed-by: pliden, eosterlund
Wed, 09 Jan 2019 01:06:19 +0100 8215995: Add specialized toArray methods to immutable collections
redestad [Wed, 09 Jan 2019 01:06:19 +0100] rev 53202
8215995: Add specialized toArray methods to immutable collections Reviewed-by: martin, smarks
Tue, 08 Jan 2019 13:04:04 -0800 8216335: Minor cleanups to javax.annotation.processing and javax.lang.model javadoc
darcy [Tue, 08 Jan 2019 13:04:04 -0800] rev 53201
8216335: Minor cleanups to javax.annotation.processing and javax.lang.model javadoc Reviewed-by: vromero
Tue, 08 Jan 2019 14:15:14 +0100 8216366: Add rationale to PER_CPU_SHARES define
sgehwolf [Tue, 08 Jan 2019 14:15:14 +0100] rev 53200
8216366: Add rationale to PER_CPU_SHARES define Reviewed-by: bobv, adinn
Mon, 07 Jan 2019 10:41:29 -0500 8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is incorrect
zgu [Mon, 07 Jan 2019 10:41:29 -0500] rev 53199
8216200: BCEscapeAnalyzer::ArgumentMap::set_intersect() is incorrect Summary: Removed incorrect/unused method Reviewed-by: thartmann
Mon, 07 Jan 2019 09:17:08 -0500 8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic()
zgu [Mon, 07 Jan 2019 09:17:08 -0500] rev 53198
8216199: Local variable arg defined but never used in BCEscapeAnalyzer::compute_escape_for_intrinsic() Summary: Removed unused local variable Reviewed-by: thartmann
Tue, 08 Jan 2019 09:55:55 -0800 8215495: Set isCopy to JNI_FALSE if len == 0
jcbeyler [Tue, 08 Jan 2019 09:55:55 -0800] rev 53197
8215495: Set isCopy to JNI_FALSE if len == 0 Summary: Set isCopy in a corner case Reviewed-by: dholmes, phh, minqi
Tue, 08 Jan 2019 10:29:02 -0500 Merge
ecaspole [Tue, 08 Jan 2019 10:29:02 -0500] rev 53196
Merge
Tue, 08 Jan 2019 10:28:28 -0500 8076988: reevaluate trivial method policy
ecaspole [Tue, 08 Jan 2019 10:28:28 -0500] rev 53195
8076988: reevaluate trivial method policy Summary: Removed some checks to qualify as trivial Reviewed-by: shade, thartmann, dlong
Tue, 08 Jan 2019 16:09:54 +0100 8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
redestad [Tue, 08 Jan 2019 16:09:54 +0100] rev 53194
8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy Reviewed-by: neliasso, thartmann
Tue, 08 Jan 2019 11:23:19 +0100 8216262: Remove develop flag DelayCompilationDuringStartup
redestad [Tue, 08 Jan 2019 11:23:19 +0100] rev 53193
8216262: Remove develop flag DelayCompilationDuringStartup Reviewed-by: kvn, thartmann
Tue, 08 Jan 2019 11:02:26 +0100 8216269: [s390] Debug build broken because CodeBlob has not been declared
mdoerr [Tue, 08 Jan 2019 11:02:26 +0100] rev 53192
8216269: [s390] Debug build broken because CodeBlob has not been declared Reviewed-by: shade, coleenp
Tue, 08 Jan 2019 10:54:00 +0100 8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate
redestad [Tue, 08 Jan 2019 10:54:00 +0100] rev 53191
8216285: Enable inlining of CollectedHeap::obj-/array-/class_allocate Reviewed-by: ehelin
Tue, 08 Jan 2019 13:40:57 +0530 Merge
psadhukhan [Tue, 08 Jan 2019 13:40:57 +0530] rev 53190
Merge
Mon, 07 Jan 2019 11:02:11 +0530 Merge
psadhukhan [Mon, 07 Jan 2019 11:02:11 +0530] rev 53189
Merge
Sun, 06 Jan 2019 19:28:21 -0800 8211267: StackOverflowError happened by TextField.setFont(...)
itakiguchi [Sun, 06 Jan 2019 19:28:21 -0800] rev 53188
8211267: StackOverflowError happened by TextField.setFont(...) Reviewed-by: serb, prr
Sat, 05 Jan 2019 10:13:58 -0800 8215756: Memory leaks in the AWT on macOS
serb [Sat, 05 Jan 2019 10:13:58 -0800] rev 53187
8215756: Memory leaks in the AWT on macOS Reviewed-by: dmarkov
Fri, 04 Jan 2019 11:40:53 +0530 8215909: Typo in Swing ProcessMouseEvent method documentation
psadhukhan [Fri, 04 Jan 2019 11:40:53 +0530] rev 53186
8215909: Typo in Swing ProcessMouseEvent method documentation Reviewed-by: serb, aivanov
Fri, 04 Jan 2019 07:56:39 +0530 8215910: Typo in AWT InvocationEvent Method Documentation.
kaddepalli [Fri, 04 Jan 2019 07:56:39 +0530] rev 53185
8215910: Typo in AWT InvocationEvent Method Documentation. Reviewed-by: serb, aivanov
Thu, 20 Dec 2018 12:44:41 +0000 8214122: JDWP is broken on 32 bit Windows: transport library missing onLoad entry
aivanov [Thu, 20 Dec 2018 12:44:41 +0000] rev 53184
8214122: JDWP is broken on 32 bit Windows: transport library missing onLoad entry Reviewed-by: ihse, dcubed
Wed, 19 Dec 2018 14:11:35 -0800 8215200: IllegalArgumentException in sun.lwawt.macosx.CPlatformWindow
serb [Wed, 19 Dec 2018 14:11:35 -0800] rev 53183
8215200: IllegalArgumentException in sun.lwawt.macosx.CPlatformWindow Reviewed-by: dmarkov, kaddepalli
Mon, 17 Dec 2018 14:19:06 +0530 6714324: Removing a component from a JTabbedPane does not clear its accessibleParent
kaddepalli [Mon, 17 Dec 2018 14:19:06 +0530] rev 53182
6714324: Removing a component from a JTabbedPane does not clear its accessibleParent Reviewed-by: serb, sveerabhadra
Sat, 15 Dec 2018 10:35:45 -0800 8214461: Some unused classes may be removed
serb [Sat, 15 Dec 2018 10:35:45 -0800] rev 53181
8214461: Some unused classes may be removed Reviewed-by: kaddepalli, prr
Fri, 14 Dec 2018 11:00:07 +0530 8196681: Java Access Bridge logging and debug flags dynamically controlled
kaddepalli [Fri, 14 Dec 2018 11:00:07 +0530] rev 53180
8196681: Java Access Bridge logging and debug flags dynamically controlled Reviewed-by: serb, sveerabhadra
Wed, 12 Dec 2018 15:07:56 +0530 Merge
psadhukhan [Wed, 12 Dec 2018 15:07:56 +0530] rev 53179
Merge
Tue, 11 Dec 2018 14:11:57 +0000 8215123: Crash in runtime image built with jlink --compress=2
aivanov [Tue, 11 Dec 2018 14:11:57 +0000] rev 53178
8215123: Crash in runtime image built with jlink --compress=2 Reviewed-by: ihse, alanb
Tue, 08 Jan 2019 07:29:13 +0100 Merge
jwilhelm [Tue, 08 Jan 2019 07:29:13 +0100] rev 53177
Merge
Mon, 07 Jan 2019 12:22:31 +0100 8215773: applications/kitchensink/Kitchensink.java crash with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
eosterlund [Mon, 07 Jan 2019 12:22:31 +0100] rev 53176
8215773: applications/kitchensink/Kitchensink.java crash with "assert(ZAddress::is_marked(addr)) failed: Should be marked" Reviewed-by: coleenp, pliden
Mon, 07 Jan 2019 13:04:32 +0100 8216266: ProblemList PeelingZeroTripCount.java
jwilhelm [Mon, 07 Jan 2019 13:04:32 +0100] rev 53175
8216266: ProblemList PeelingZeroTripCount.java Reviewed-by: thartmann, roland
Mon, 07 Jan 2019 10:00:41 +0100 8215400: Warn on usage of trampolines with gcc
erikj [Mon, 07 Jan 2019 10:00:41 +0100] rev 53174
8215400: Warn on usage of trampolines with gcc Reviewed-by: tbell, kbarrett
Fri, 04 Jan 2019 15:17:40 -0800 8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java
mseledtsov [Fri, 04 Jan 2019 15:17:40 -0800] rev 53173
8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java Summary: Added test to problem list Reviewed-by: iignatyev
Fri, 04 Jan 2019 11:00:29 +0100 8216021: RunTest.gmk might set concurrency level to 1 on Windows
erikj [Fri, 04 Jan 2019 11:00:29 +0100] rev 53172
8216021: RunTest.gmk might set concurrency level to 1 on Windows Reviewed-by: ctornqvi, tbell
Thu, 03 Jan 2019 14:55:13 -0800 8215888: Register to register spill may use AVX 512 move instruction on unsupported platform.
sviswanathan [Thu, 03 Jan 2019 14:55:13 -0800] rev 53171
8215888: Register to register spill may use AVX 512 move instruction on unsupported platform. Reviewed-by: vlivanov, thartmann
Thu, 03 Jan 2019 14:33:58 -0800 8215947: JVM crash with -XX:+DumpSharedSpaces
ccheung [Thu, 03 Jan 2019 14:33:58 -0800] rev 53170
8215947: JVM crash with -XX:+DumpSharedSpaces Summary: disable JIT compilation if -XX:+DumpSharedSpaces is specified by the user Reviewed-by: lfoltan, jiangli
Fri, 14 Dec 2018 11:22:26 +0100 8215265: C2: range check elimination may allow illegal out of bound access
roland [Fri, 14 Dec 2018 11:22:26 +0100] rev 53169
8215265: C2: range check elimination may allow illegal out of bound access Reviewed-by: thartmann, kvn
Mon, 31 Dec 2018 14:38:16 +0100 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.
goetz [Mon, 31 Dec 2018 14:38:16 +0100] rev 53168
8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms. Summary: Use LIBPATH on AIX, no shared memory connector on any Unix. Reviewed-by: gadams, simonis, sspitsyn
Thu, 13 Dec 2018 17:57:11 +0100 8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
roland [Thu, 13 Dec 2018 17:57:11 +0100] rev 53167
8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop Reviewed-by: thartmann, kvn
Thu, 03 Jan 2019 11:21:11 +0530 8208184: IllegalArgumentException while invoking code completion on netbeans IDE
sdama [Thu, 03 Jan 2019 11:21:11 +0530] rev 53166
8208184: IllegalArgumentException while invoking code completion on netbeans IDE Summary: Set Log.useSource and fix the issue in Modules.java when broken module is encountered Reviewed-by: jjg Contributed-by: srinivas.dama@oracle.com, jan.lahoda@oracle.com
Thu, 03 Jan 2019 02:22:30 +0100 Added tag jdk-12+26 for changeset de9fd809bb47
jwilhelm [Thu, 03 Jan 2019 02:22:30 +0100] rev 53165
Added tag jdk-12+26 for changeset de9fd809bb47
Tue, 08 Jan 2019 11:16:32 +0530 8214738: javadoc should honor styles in doc-files
pmuthuswamy [Tue, 08 Jan 2019 11:16:32 +0530] rev 53164
8214738: javadoc should honor styles in doc-files Reviewed-by: jjg
Mon, 07 Jan 2019 18:48:39 -0800 8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java failed on de_DE and ja_JP locale.
dzhou [Mon, 07 Jan 2019 18:48:39 -0800] rev 53163
8215913: [Test_bug]java/util/Locale/LocaleProvidersRun.java failed on de_DE and ja_JP locale. Reviewed-by: naoto, rgoel, rriggs
Tue, 08 Jan 2019 10:35:06 +0900 8216154: C4819 warnings at HotSpot sources on Windows
ysuenaga [Tue, 08 Jan 2019 10:35:06 +0900] rev 53162
8216154: C4819 warnings at HotSpot sources on Windows Reviewed-by: kbarrett, tschatzl
Mon, 07 Jan 2019 15:20:23 -0500 8215985: ZGC: Simplify reference processing in light of JDK-8175797
kbarrett [Mon, 07 Jan 2019 15:20:23 -0500] rev 53161
8215985: ZGC: Simplify reference processing in light of JDK-8175797 Summary: Only self-loop 'next' field for FinalReference deactivation. Reviewed-by: eosterlund, pliden
Mon, 07 Jan 2019 14:15:00 -0500 8216205: Java API documentation formatting error in System.getEnv
rriggs [Mon, 07 Jan 2019 14:15:00 -0500] rev 53160
8216205: Java API documentation formatting error in System.getEnv Reviewed-by: lancea, bchristi, alanb
Mon, 07 Jan 2019 17:09:17 +0100 8216275: Disable annotation processing lint warnings when building microbenchmarks
redestad [Mon, 07 Jan 2019 17:09:17 +0100] rev 53159
8216275: Disable annotation processing lint warnings when building microbenchmarks Reviewed-by: erikj, ecaspole
Mon, 07 Jan 2019 09:29:31 -0500 8216134: (process) ProcessBuilder startPipeline does not hide piped streams
rriggs [Mon, 07 Jan 2019 09:29:31 -0500] rev 53158
8216134: (process) ProcessBuilder startPipeline does not hide piped streams Reviewed-by: lancea, bchristi, sgroeger
Mon, 07 Jan 2019 04:56:59 -0800 8216267: Fix hotspot-ide-project target on WSL
erikj [Mon, 07 Jan 2019 04:56:59 -0800] rev 53157
8216267: Fix hotspot-ide-project target on WSL Reviewed-by: erikj Contributed-by: andrewluotechnologies@outlook.com
Mon, 07 Jan 2019 10:21:43 +0100 8216197: Remove unused new_hash methods
redestad [Mon, 07 Jan 2019 10:21:43 +0100] rev 53156
8216197: Remove unused new_hash methods Reviewed-by: kbarrett, dholmes
Fri, 04 Jan 2019 17:46:56 +0100 8215962: Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd
mbaesken [Fri, 04 Jan 2019 17:46:56 +0100] rev 53155
8215962: Support ThreadPriorityPolicy mode 1 for non-root users on linux/bsd Reviewed-by: dcubed, dholmes
Sun, 06 Jan 2019 19:49:58 -0500 8216188: Remove expired flags in JDK 13
dholmes [Sun, 06 Jan 2019 19:49:58 -0500] rev 53154
8216188: Remove expired flags in JDK 13 Reviewed-by: kbarrett, ccheung
Sat, 05 Jan 2019 20:11:15 +0100 8216191: Remove FastSuperclassLimit
redestad [Sat, 05 Jan 2019 20:11:15 +0100] rev 53153
8216191: Remove FastSuperclassLimit Reviewed-by: coleenp
Sat, 05 Jan 2019 20:08:24 +0100 8216189: Remove Klass::compute_is_subtype_of
redestad [Sat, 05 Jan 2019 20:08:24 +0100] rev 53152
8216189: Remove Klass::compute_is_subtype_of Reviewed-by: hseigel, jiangli
Sat, 05 Jan 2019 10:48:54 +0800 8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults
fyang [Sat, 05 Jan 2019 10:48:54 +0800] rev 53151
8215951: AArch64: jtreg test vmTestbase/nsk/jvmti/PopFrame/popframe005 segfaults Reviewed-by: aph Contributed-by: nick.gasson@arm.com
Sat, 05 Jan 2019 10:07:55 +0900 8216155: C4819 warning at libfreetype sources on Windows
ysuenaga [Sat, 05 Jan 2019 10:07:55 +0900] rev 53150
8216155: C4819 warning at libfreetype sources on Windows Reviewed-by: erikj
Fri, 04 Jan 2019 15:06:01 -0500 8215731: Move forward class definitions out of globalDefinitions.hpp
coleenp [Fri, 04 Jan 2019 15:06:01 -0500] rev 53149
8215731: Move forward class definitions out of globalDefinitions.hpp Summary: redistribute the forward declarations to the header files that need them. Reviewed-by: dholmes, lfoltan
Fri, 04 Jan 2019 20:58:35 +0100 8215412: Optimize PrintStream.println methods
redestad [Fri, 04 Jan 2019 20:58:35 +0100] rev 53148
8215412: Optimize PrintStream.println methods Reviewed-by: rriggs, dfuchs, forax
Fri, 04 Jan 2019 14:28:27 -0500 8216010: Change callers of build_u2_from() to call Bytes::get_Java_u2() instead
hseigel [Fri, 04 Jan 2019 14:28:27 -0500] rev 53147
8216010: Change callers of build_u2_from() to call Bytes::get_Java_u2() instead Summary: Change the callers and delete function build_u2_from() Reviewed-by: kbarrett, jiangli, coleenp
Fri, 04 Jan 2019 10:42:12 -0800 8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match
joehw [Fri, 04 Jan 2019 10:42:12 -0800] rev 53146
8215330: javax.xml.catalog.CatalogResolverImpl: GroupEntry.matchURI fails to match Reviewed-by: lancea
Fri, 04 Jan 2019 12:30:20 -0500 8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property
rriggs [Fri, 04 Jan 2019 12:30:20 -0500] rev 53145
8215798: Use {@systemProperty} for definition of org.openjdk.java.util.stream.tripwire property Reviewed-by: lancea
Fri, 04 Jan 2019 11:03:53 -0500 8216067: Unused local vars in windows/native/libjava/io_util_md.c
rriggs [Fri, 04 Jan 2019 11:03:53 -0500] rev 53144
8216067: Unused local vars in windows/native/libjava/io_util_md.c Reviewed-by: rriggs Contributed-by: andrewluotechnologies@outlook.com
Fri, 04 Jan 2019 16:23:56 +0100 8216157: Enable inlining of java_lang_Class::is_primitive
redestad [Fri, 04 Jan 2019 16:23:56 +0100] rev 53143
8216157: Enable inlining of java_lang_Class::is_primitive Reviewed-by: coleenp, eosterlund, jiangli
Fri, 04 Jan 2019 14:05:16 +0100 8215771: The jfr tool should pretty print reference chains
egahlin [Fri, 04 Jan 2019 14:05:16 +0100] rev 53142
8215771: The jfr tool should pretty print reference chains Reviewed-by: mgronlun
Fri, 04 Jan 2019 01:59:54 -0800 8216048: Fix devkit creation in WSL
erikj [Fri, 04 Jan 2019 01:59:54 -0800] rev 53141
8216048: Fix devkit creation in WSL Reviewed-by: erikj Contributed-by: andrewluotechnologies@outlook.com
Fri, 04 Jan 2019 13:41:45 +0530 8213457: serviceability/sa/ClhsdbInspect.java time out
jgeorge [Fri, 04 Jan 2019 13:41:45 +0530] rev 53140
8213457: serviceability/sa/ClhsdbInspect.java time out Summary: Increase the timeout needed for ClhsdbInspect.java to 480 Reviewed-by: sspitsyn, cjplummer, lmesnik
Thu, 03 Jan 2019 16:14:40 +0100 8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64
mbaesken [Thu, 03 Jan 2019 16:14:40 +0100] rev 53139
8215961: jdk/jfr/event/os/TestCPUInformation.java fails on AArch64 Reviewed-by: aph, goetz, lucy
Thu, 03 Jan 2019 15:54:01 -0500 8216059: nsk_jvmti_parseoptions still has dependency on tilde separator
gadams [Thu, 03 Jan 2019 15:54:01 -0500] rev 53138
8216059: nsk_jvmti_parseoptions still has dependency on tilde separator Reviewed-by: sspitsyn, cjplummer
Thu, 03 Jan 2019 13:22:45 -0500 Merge
ecaspole [Thu, 03 Jan 2019 13:22:45 -0500] rev 53137
Merge
Thu, 03 Jan 2019 13:22:02 -0500 8196347: LogCompilation: generate log file on the fly for input to junits
ecaspole [Thu, 03 Jan 2019 13:22:02 -0500] rev 53136
8196347: LogCompilation: generate log file on the fly for input to junits Summary: Dynamically generate simple log files Reviewed-by: kvn, thartmann
Thu, 03 Jan 2019 18:19:54 +0000 Merge
coffeys [Thu, 03 Jan 2019 18:19:54 +0000] rev 53135
Merge
Thu, 03 Jan 2019 17:49:34 +0000 8215911: Various Typos in SQL Method Documentation
coffeys [Thu, 03 Jan 2019 17:49:34 +0000] rev 53134
8215911: Various Typos in SQL Method Documentation Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 17:46:09 +0000 8215912: Various Typos in java.net Method Documentation
coffeys [Thu, 03 Jan 2019 17:46:09 +0000] rev 53133
8215912: Various Typos in java.net Method Documentation Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 17:29:53 +0000 8182992: Typo in DatagramPacket constructor API doc
coffeys [Thu, 03 Jan 2019 17:29:53 +0000] rev 53132
8182992: Typo in DatagramPacket constructor API doc Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 17:27:29 +0000 8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation
coffeys [Thu, 03 Jan 2019 17:27:29 +0000] rev 53131
8179943: Typo in javax.net.ssl.SSLSession.removeValue(String) method documentation Reviewed-by: coffeys Contributed-by: roger.calnan@oracle.com
Thu, 03 Jan 2019 13:11:35 -0500 8215644: Clean up globalDefinitions_<compiler>.hpp
hseigel [Thu, 03 Jan 2019 13:11:35 -0500] rev 53130
8215644: Clean up globalDefinitions_<compiler>.hpp Summary: Remove non-existent classes from forward declarations, delete unused functions, etc. Reviewed-by: coleenp, kbarrett
Thu, 03 Jan 2019 11:21:40 +0100 8215991: Stop hiding exception from ArtifactResolver failures in tests
erikj [Thu, 03 Jan 2019 11:21:40 +0100] rev 53129
8215991: Stop hiding exception from ArtifactResolver failures in tests Reviewed-by: tbell, ctornqvi
Thu, 03 Jan 2019 02:26:42 +0100 Added tag jdk-13+2 for changeset 50677f43ac3d
jwilhelm [Thu, 03 Jan 2019 02:26:42 +0100] rev 53128
Added tag jdk-13+2 for changeset 50677f43ac3d
Wed, 02 Jan 2019 15:33:32 -0800 6996807: FieldReflectorKey hash code computation can be improved
igerasim [Wed, 02 Jan 2019 15:33:32 -0800] rev 53127
6996807: FieldReflectorKey hash code computation can be improved Reviewed-by: rriggs
Wed, 02 Jan 2019 13:37:55 -0500 8215572: Add new Arrays micros
ecaspole [Wed, 02 Jan 2019 13:37:55 -0500] rev 53126
8215572: Add new Arrays micros Summary: New micros for mismatch and fill Reviewed-by: kvn, vlivanov
Wed, 02 Jan 2019 19:06:16 +0100 8215990: Avoid using reflection to create common default URLStreamHandlers
redestad [Wed, 02 Jan 2019 19:06:16 +0100] rev 53125
8215990: Avoid using reflection to create common default URLStreamHandlers Reviewed-by: alanb
Wed, 02 Jan 2019 13:06:04 -0500 8215643: Microbenchmarks for KeyAgreement and Cipher
apetcher [Wed, 02 Jan 2019 13:06:04 -0500] rev 53124
8215643: Microbenchmarks for KeyAgreement and Cipher Summary: adding some missing microbenchmarks for crypto algorithms Reviewed-by: jnimeh
Fri, 21 Dec 2018 10:19:15 +0100 8215791: Tiny bug in VM monitoring/management
ghaug [Fri, 21 Dec 2018 10:19:15 +0100] rev 53123
8215791: Tiny bug in VM monitoring/management Reviewed-by: dholmes, simonis
Wed, 02 Jan 2019 10:35:33 -0500 8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'.
hseigel [Wed, 02 Jan 2019 10:35:33 -0500] rev 53122
8215398: -Xlog option usage => Invalid decorator '\temp\app_cds.log'. Summary: On Windows, do not treat ':' as a delimeter when it's in a string such as "C:..." Reviewed-by: dholmes, sspitsyn
Wed, 02 Jan 2019 16:05:13 +0100 Merge
jwilhelm [Wed, 02 Jan 2019 16:05:13 +0100] rev 53121
Merge
Wed, 26 Dec 2018 17:09:19 +0530 8214567: Use {@systemProperty} for definitions of system properties jdk-12+26
rpatil [Wed, 26 Dec 2018 17:09:19 +0530] rev 53120
8214567: Use {@systemProperty} for definitions of system properties 8214569: Use {@systemProperty} for definitions of system properties Reviewed-by: lancea, mchung, alanb, naoto Contributed-by: Deepak kejriwal <deepak.kejriwal@oracle.com>
Sat, 22 Dec 2018 15:47:10 +0100 8215898: Build broken on 32-bit after JDK-8211425
sjohanss [Sat, 22 Dec 2018 15:47:10 +0100] rev 53119
8215898: Build broken on 32-bit after JDK-8211425 Reviewed-by: tschatzl
Sat, 22 Dec 2018 15:46:54 +0100 8215897: Build broken on zero after JDK-8211424
sjohanss [Sat, 22 Dec 2018 15:46:54 +0100] rev 53118
8215897: Build broken on zero after JDK-8211424 Reviewed-by: tschatzl
Fri, 21 Dec 2018 08:23:55 -0800 8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC
sangheki [Fri, 21 Dec 2018 08:23:55 -0800] rev 53117
8211424: Allocation of old generation of java heap on alternate memory devices - Parallel GC 8202286: Allocation of old generation of Java heap on alternate memory devices Summary: Enable an experimental feature in HotSpot JVM to allocate old generation of Parallel GC on an alternative memory device, such as NV-DIMMs. Reviewed-by: sangheki, sjohanss Contributed-by: kishor.kharbas@intel.com
Fri, 21 Dec 2018 08:18:59 -0800 8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC
sangheki [Fri, 21 Dec 2018 08:18:59 -0800] rev 53116
8211425: Allocation of old generation of java heap on alternate memory devices - G1 GC 8202286: Allocation of old generation of Java heap on alternate memory devices Summary: Enable an experimental feature in HotSpot JVM to allocate old generation of G1 GC on an alternative memory device, such as NV-DIMMs. Reviewed-by: sangheki, sjohanss Contributed-by: kishor.kharbas@intel.com
Fri, 21 Dec 2018 18:26:55 +0000 8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state
aph [Fri, 21 Dec 2018 18:26:55 +0000] rev 53115
8215879: AArch64: ReservedStackAccess may leave stack guard in inconsistent state Reviewed-by: aph, dholmes Contributed-by: Andrey Petushkov <andrey.petushkov@gmail.com>
Fri, 21 Dec 2018 17:14:46 +0000 8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails
aph [Fri, 21 Dec 2018 17:14:46 +0000] rev 53114
8215202: AArch64: jtreg test test/jdk/sun/nio/cs/FindEncoderBugs.java fails Reviewed-by: aph Contributed-by: nick.gasson@arm.com
Fri, 21 Dec 2018 11:02:36 +0100 8215291: Broken links when generating from project without modules
hannesw [Fri, 21 Dec 2018 11:02:36 +0100] rev 53113
8215291: Broken links when generating from project without modules Reviewed-by: jjg
Fri, 21 Dec 2018 11:43:04 +0530 8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop
pbansal [Fri, 21 Dec 2018 11:43:04 +0530] rev 53112
8215364: JavaFX crashes on Ubuntu 18.04 with Wayland while using Swing-FX interop Reviewed-by: prr, kcr
Wed, 02 Jan 2019 07:19:33 -0500 8211343: nsk_jvmti_parseoptions should handle multiple suboptions
gadams [Wed, 02 Jan 2019 07:19:33 -0500] rev 53111
8211343: nsk_jvmti_parseoptions should handle multiple suboptions Reviewed-by: sspitsyn, cjplummer
Wed, 02 Jan 2019 12:59:26 +0100 8215445: Enable building for Windows in WSL jdk-13+2
erikj [Wed, 02 Jan 2019 12:59:26 +0100] rev 53110
8215445: Enable building for Windows in WSL Reviewed-by: ihse Contributed-by: andrewluotechnologies@outlook.com, erik.joelsson@oracle.com
Tue, 01 Jan 2019 20:09:02 -0500 8215977: hsdis installation documentation update
dholmes [Tue, 01 Jan 2019 20:09:02 -0500] rev 53109
8215977: hsdis installation documentation update Reviewed-by: dholmes Contributed-by: Sergei Ustimenko <merkel05@gmail.com>
Mon, 31 Dec 2018 15:40:50 -0500 8213481: [REDO] Fix incorrect copy constructors in hotspot
kbarrett [Mon, 31 Dec 2018 15:40:50 -0500] rev 53108
8213481: [REDO] Fix incorrect copy constructors in hotspot Summary: Fix and use ResourceObj copy constructor. Reviewed-by: coleenp, dholmes, kvn
Sun, 30 Dec 2018 08:57:24 +0700 8214687: Optimize Collections.nCopies().hashCode() and equals()
tvaleev [Sun, 30 Dec 2018 08:57:24 +0700] rev 53107
8214687: Optimize Collections.nCopies().hashCode() and equals() Reviewed-by: igerasim, smarks
Fri, 28 Dec 2018 15:19:14 -0800 8215966: GeneratePropertyPassword.sh uses bash syntax
phh [Fri, 28 Dec 2018 15:19:14 -0800] rev 53106
8215966: GeneratePropertyPassword.sh uses bash syntax Summary: Use "case" instead of "if" for the NT check to make sh happy. Reviewed-by: dholmes Contributed-by: merkel05@gmail.com
Fri, 28 Dec 2018 16:31:11 -0500 8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
dholmes [Fri, 28 Dec 2018 16:31:11 -0500] rev 53105
8215954: [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp Reviewed-by: dcubed
Fri, 21 Dec 2018 14:42:08 +0100 8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls
mbaesken [Fri, 21 Dec 2018 14:42:08 +0100] rev 53104
8215707: [macosx] fix pthread_getschedparam and pthread_setschedparam calls Reviewed-by: clanger, dholmes
Thu, 27 Dec 2018 21:17:11 -0500 8214097: Rework thread initialization and teardown logic
dholmes [Thu, 27 Dec 2018 21:17:11 -0500] rev 53103
8214097: Rework thread initialization and teardown logic Reviewed-by: rehn, mgronlun, dcubed, kbarrett
Wed, 26 Dec 2018 19:24:00 -0500 8214201: Make PtrQueueSet completed buffer list private
kbarrett [Wed, 26 Dec 2018 19:24:00 -0500] rev 53102
8214201: Make PtrQueueSet completed buffer list private Summary: Merge and make private in PtrQueueSet all completed buffer list handling Reviewed-by: tschatzl, sjohanss
Tue, 25 Dec 2018 18:35:42 +0300 8206107: [x86_32] jck tests for ldc2_w bytecode fail
bulasevich [Tue, 25 Dec 2018 18:35:42 +0300] rev 53101
8206107: [x86_32] jck tests for ldc2_w bytecode fail Reviewed-by: dsamersoff
Mon, 24 Dec 2018 12:18:40 +0530 8208184: IllegalArgumentException while invoking code completion on netbeans IDE
sdama [Mon, 24 Dec 2018 12:18:40 +0530] rev 53100
8208184: IllegalArgumentException while invoking code completion on netbeans IDE Summary: Set Log.useSource and fix the issue in Modules.java when broken module is encountered Reviewed-by: jjg Contributed-by: srinivas.dama@oracle.com, jan.lahoda@oracle.com
Sat, 22 Dec 2018 10:38:45 +0800 8215769: Java cannot probe pkcs12 files exported by Firefox
weijun [Sat, 22 Dec 2018 10:38:45 +0800] rev 53099
8215769: Java cannot probe pkcs12 files exported by Firefox Reviewed-by: mullan
Fri, 21 Dec 2018 13:03:03 -0800 8215759: [test] java/math/BigInteger/ModPow.java can throw an ArithmeticException
bpb [Fri, 21 Dec 2018 13:03:03 -0800] rev 53098
8215759: [test] java/math/BigInteger/ModPow.java can throw an ArithmeticException Reviewed-by: rriggs, plevart, smarks
Fri, 21 Dec 2018 10:38:33 -0800 8215516: Move JavadocTester to a named package
jjg [Fri, 21 Dec 2018 10:38:33 -0800] rev 53097
8215516: Move JavadocTester to a named package Reviewed-by: hannesw
Fri, 21 Dec 2018 16:56:40 +0100 8215727: Restore JFR thread sampler loop to old / previous behavior
mgronlun [Fri, 21 Dec 2018 16:56:40 +0100] rev 53096
8215727: Restore JFR thread sampler loop to old / previous behavior Reviewed-by: egahlin, mgronlun Contributed-by: milan.mimica@gmail.com
Fri, 21 Dec 2018 09:54:32 -0500 8066619: Fix deprecation warnings in java.util.jar
rriggs [Fri, 21 Dec 2018 09:54:32 -0500] rev 53095
8066619: Fix deprecation warnings in java.util.jar Reviewed-by: rriggs, lancea Contributed-by: philipp.kunz@paratix.ch
Fri, 21 Dec 2018 07:42:12 -0500 8215571: jdb does not include jdk.* in the default class filter
gadams [Fri, 21 Dec 2018 07:42:12 -0500] rev 53094
8215571: jdb does not include jdk.* in the default class filter Reviewed-by: alanb, cjplummer
Thu, 20 Dec 2018 17:51:16 -0800 8215716: PopFrame() was unexpectedly done
amenkov [Thu, 20 Dec 2018 17:51:16 -0800] rev 53093
8215716: PopFrame() was unexpectedly done Reviewed-by: dholmes, sspitsyn
Fri, 21 Dec 2018 01:25:46 +0100 Merge
jwilhelm [Fri, 21 Dec 2018 01:25:46 +0100] rev 53092
Merge
Thu, 20 Dec 2018 19:44:08 +0100 8215555: TieredCompilation C2 threads can excessively block handshakes
redestad [Thu, 20 Dec 2018 19:44:08 +0100] rev 53091
8215555: TieredCompilation C2 threads can excessively block handshakes Reviewed-by: kvn, neliasso, rehn
Thu, 20 Dec 2018 19:44:33 +0100 8215548: G1PeriodicGCSystemLoadThreshold needs to be a double
tschatzl [Thu, 20 Dec 2018 19:44:33 +0100] rev 53090
8215548: G1PeriodicGCSystemLoadThreshold needs to be a double Summary: Change G1PeriodicGCSystemLoadThreshold to be a double to allow better granularity in determining idleness Reviewed-by: sjohanss, sangheki
Thu, 20 Dec 2018 17:07:07 +0000 8215100: AArch64: fix compareTo intrinsic with four-character Latin/Unicode
aph [Thu, 20 Dec 2018 17:07:07 +0000] rev 53089
8215100: AArch64: fix compareTo intrinsic with four-character Latin/Unicode Reviewed-by: aph, dpochepk Contributed-by: nick.gasson@arm.com
Thu, 20 Dec 2018 17:29:59 +0100 8215551: Missing case label in nmethod::reloc_string_for()
lucy [Thu, 20 Dec 2018 17:29:59 +0100] rev 53088
8215551: Missing case label in nmethod::reloc_string_for() Reviewed-by: kvn, mbaesken
Thu, 20 Dec 2018 05:27:42 -0800 8215635: Pandoc check in Docs.gmk does not work on Windows
erikj [Thu, 20 Dec 2018 05:27:42 -0800] rev 53087
8215635: Pandoc check in Docs.gmk does not work on Windows Reviewed-by: tbell, ihse
Thu, 20 Dec 2018 11:43:04 +0100 8215547: ZGC: Fix incorrect match rule for loadBarrierWeakSlowRegNoVec
pliden [Thu, 20 Dec 2018 11:43:04 +0100] rev 53086
8215547: ZGC: Fix incorrect match rule for loadBarrierWeakSlowRegNoVec Reviewed-by: eosterlund, neliasso
Thu, 20 Dec 2018 10:41:45 +0100 8215491: ICStubInterface::finalize finds zombie nmethod with ZGC concurrent class unloading
eosterlund [Thu, 20 Dec 2018 10:41:45 +0100] rev 53085
8215491: ICStubInterface::finalize finds zombie nmethod with ZGC concurrent class unloading Reviewed-by: dlong, coleenp
Thu, 20 Dec 2018 10:41:45 +0100 8215500: ICRefillVerifierMark does not set the provided verfier as current
eosterlund [Thu, 20 Dec 2018 10:41:45 +0100] rev 53084
8215500: ICRefillVerifierMark does not set the provided verfier as current Reviewed-by: pliden, thartmann
Thu, 20 Dec 2018 02:54:16 +0100 Added tag jdk-12+25 for changeset 7496df94b3b7
jwilhelm [Thu, 20 Dec 2018 02:54:16 +0100] rev 53083
Added tag jdk-12+25 for changeset 7496df94b3b7
Wed, 19 Dec 2018 18:21:38 +0000 8214532: Update RFC 2459 references in javadoc to RFC 5280
coffeys [Wed, 19 Dec 2018 18:21:38 +0000] rev 53082
8214532: Update RFC 2459 references in javadoc to RFC 5280 Reviewed-by: mullan
Thu, 20 Dec 2018 14:03:56 -0800 8215687: [Graal] unit test CheckGraalIntrinsics failed after 8212043
kvn [Thu, 20 Dec 2018 14:03:56 -0800] rev 53081
8215687: [Graal] unit test CheckGraalIntrinsics failed after 8212043 Summary: add check for new intrinsics Reviewed-by: iveresov, iignatyev
Fri, 07 Dec 2018 16:56:53 -0800 8198526: getAnnotatedOwnerType does not handle static nested classes correctly
cushon [Fri, 07 Dec 2018 16:56:53 -0800] rev 53080
8198526: getAnnotatedOwnerType does not handle static nested classes correctly Reviewed-by: jfranck
Thu, 20 Dec 2018 08:43:23 -0500 8205505: Expire and remove remaining support for commercial features
hseigel [Thu, 20 Dec 2018 08:43:23 -0500] rev 53079
8205505: Expire and remove remaining support for commercial features Summary: Remove the unneeded options and their tests and update the JCMD documentation. Reviewed-by: dholmes, coleenp, erikj
Mon, 17 Dec 2018 13:47:22 +0100 8215296: do not disable c99 on Solaris
mbaesken [Mon, 17 Dec 2018 13:47:22 +0100] rev 53078
8215296: do not disable c99 on Solaris Reviewed-by: dholmes, ihse
Thu, 20 Dec 2018 10:05:19 +0100 8214180: Need better granularity for sleeping
rehn [Thu, 20 Dec 2018 10:05:19 +0100] rev 53077
8214180: Need better granularity for sleeping Reviewed-by: eosterlund, dcubed, dholmes
Thu, 20 Dec 2018 02:51:01 +0100 Added tag jdk-13+1 for changeset 11033c4ada54
jwilhelm [Thu, 20 Dec 2018 02:51:01 +0100] rev 53076
Added tag jdk-13+1 for changeset 11033c4ada54
Wed, 19 Dec 2018 23:40:05 +0100 8215492: Rename INTERNAL_EMPTY to something less "internal"
pliden [Wed, 19 Dec 2018 23:40:05 +0100] rev 53075
8215492: Rename INTERNAL_EMPTY to something less "internal" Reviewed-by: kbarrett, coleenp
Wed, 19 Dec 2018 14:08:08 -0800 8215425: vmTestbase/nsk/jvmti/PopFrame should provide more detailed output
amenkov [Wed, 19 Dec 2018 14:08:08 -0800] rev 53074
8215425: vmTestbase/nsk/jvmti/PopFrame should provide more detailed output Reviewed-by: sspitsyn, jcbeyler
Wed, 19 Dec 2018 20:53:30 +0100 Merge jdk-13+1
jwilhelm [Wed, 19 Dec 2018 20:53:30 +0100] rev 53073
Merge
Wed, 19 Dec 2018 08:32:48 +0100 8215487: ZGC: ZRuntimeWorkers incorrectly identify themselves as ZWorkers
pliden [Wed, 19 Dec 2018 08:32:48 +0100] rev 53072
8215487: ZGC: ZRuntimeWorkers incorrectly identify themselves as ZWorkers Reviewed-by: eosterlund
Tue, 18 Dec 2018 13:37:06 -0800 8215322: add @file support to jaotc
iignatyev [Tue, 18 Dec 2018 13:37:06 -0800] rev 53071
8215322: add @file support to jaotc Reviewed-by: kvn
Wed, 19 Dec 2018 11:08:08 +0530 8214570: Use {@systemProperty} for definitions of system properties
pmuthuswamy [Wed, 19 Dec 2018 11:08:08 +0530] rev 53070
8214570: Use {@systemProperty} for definitions of system properties Reviewed-by: alanb, mullan
Wed, 19 Dec 2018 02:27:44 +0000 8214096: sun.security.util.SignatureUtil passes null parameter, so JCE validation fails
valeriep [Wed, 19 Dec 2018 02:27:44 +0000] rev 53069
8214096: sun.security.util.SignatureUtil passes null parameter, so JCE validation fails Summary: Changed SignatureUtil.specialSetParameter to ignore null signature parameters Reviewed-by: mullan, weijun
Tue, 18 Dec 2018 16:36:26 -0800 8214583: AccessController.getContext may return wrong value after JDK-8212605 jdk-12+25
dlong [Tue, 18 Dec 2018 16:36:26 -0800] rev 53068
8214583: AccessController.getContext may return wrong value after JDK-8212605 Reviewed-by: mchung, redestad
Tue, 18 Dec 2018 15:18:44 -0800 8209333: Socket reset issue for TLS 1.3 socket close
xuelei [Tue, 18 Dec 2018 15:18:44 -0800] rev 53067
8209333: Socket reset issue for TLS 1.3 socket close Reviewed-by: jnimeh
Tue, 18 Dec 2018 12:45:07 -0800 8214329: SwingMark SubMenus 9% regression in 12-b19 on Linux client
dlong [Tue, 18 Dec 2018 12:45:07 -0800] rev 53066
8214329: SwingMark SubMenus 9% regression in 12-b19 on Linux client Reviewed-by: thartmann, mullan
Tue, 18 Dec 2018 12:36:27 -0800 8215205: javaVFrame much slower than vframeStream
dlong [Tue, 18 Dec 2018 12:36:27 -0800] rev 53065
8215205: javaVFrame much slower than vframeStream Reviewed-by: mchung, thartmann
Tue, 18 Dec 2018 12:08:51 -0800 8215443: The use of TransportContext.fatal() leads to bad coding style
xuelei [Tue, 18 Dec 2018 12:08:51 -0800] rev 53064
8215443: The use of TransportContext.fatal() leads to bad coding style Reviewed-by: ascarpino
Tue, 18 Dec 2018 19:13:54 +0530 8211698: Crash in C2 compiled code during execution of double array heavy processing code
rraghavan [Tue, 18 Dec 2018 19:13:54 +0530] rev 53063
8211698: Crash in C2 compiled code during execution of double array heavy processing code Summary: Correctly registered new Opaque4Node in add_range_check_predicate Reviewed-by: roland, thartmann
Tue, 18 Dec 2018 12:59:39 +0530 8215397: jsig.c missing classpath exception
mchinnathamb [Tue, 18 Dec 2018 12:59:39 +0530] rev 53062
8215397: jsig.c missing classpath exception Reviewed-by: dholmes
Mon, 17 Dec 2018 10:36:07 -0800 8214512: ARM32: Jtreg test compiler/c2/Test8062950.java fails on ARM
dlong [Mon, 17 Dec 2018 10:36:07 -0800] rev 53061
8214512: ARM32: Jtreg test compiler/c2/Test8062950.java fails on ARM Reviewed-by: dlong, enevill, bulasevich Contributed-by: nick.gasson@arm.com
Mon, 17 Dec 2018 16:55:17 +0100 8215451: JNI IsSameObject should not keep objects alive
pliden [Mon, 17 Dec 2018 16:55:17 +0100] rev 53060
8215451: JNI IsSameObject should not keep objects alive Reviewed-by: eosterlund, kbarrett
Mon, 17 Dec 2018 08:25:57 +0100 8215410: Regression test for JDK-8214994
thartmann [Mon, 17 Dec 2018 08:25:57 +0100] rev 53059
8215410: Regression test for JDK-8214994 Summary: Added a regression test for 8214994 which was fixed by accident with 8211451. Reviewed-by: kvn
Sat, 15 Dec 2018 17:13:39 -0800 8215099: jshell tool: /help representation of ctrl/meta characters inconsistent
rfield [Sat, 15 Dec 2018 17:13:39 -0800] rev 53058
8215099: jshell tool: /help representation of ctrl/meta characters inconsistent Reviewed-by: jlahoda
Sat, 15 Dec 2018 20:03:06 +0100 8215395: Allow null oops in Dictionary and JNIHandle verification
pliden [Sat, 15 Dec 2018 20:03:06 +0100] rev 53057
8215395: Allow null oops in Dictionary and JNIHandle verification Reviewed-by: eosterlund, kbarrett, coleenp
Fri, 14 Dec 2018 19:39:39 -0800 8214339: SSLSocketImpl erroneously wraps SocketException
xuelei [Fri, 14 Dec 2018 19:39:39 -0800] rev 53056
8214339: SSLSocketImpl erroneously wraps SocketException Reviewed-by: ascarpino, jnimeh
Fri, 14 Dec 2018 17:51:02 -0800 8213782: NullPointerException in sun.security.ssl.OutputRecord.changeWriteCiphers
xuelei [Fri, 14 Dec 2018 17:51:02 -0800] rev 53055
8213782: NullPointerException in sun.security.ssl.OutputRecord.changeWriteCiphers Reviewed-by: ascarpino
Fri, 14 Dec 2018 17:32:16 -0800 8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
dnsimon [Fri, 14 Dec 2018 17:32:16 -0800] rev 53054
8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal Reviewed-by: iveresov, never, dlong
Fri, 14 Dec 2018 19:49:03 +0000 8215292: Back out changes for node- and link- local ipv6 multicast address
prappo [Fri, 14 Dec 2018 19:49:03 +0000] rev 53053
8215292: Back out changes for node- and link- local ipv6 multicast address Reviewed-by: chegar, alanb
Wed, 28 Nov 2018 16:22:03 +0800 8213134: AArch64: vector shift failed with MaxVectorSize=8
yzhang [Wed, 28 Nov 2018 16:22:03 +0800] rev 53052
8213134: AArch64: vector shift failed with MaxVectorSize=8 Summary: add vshiftcnt instructions for vector64 and add vsra/vsrl instructions to AArch64 backend. To detect shift failures, MaxVectorSize options are added to jtreg test cases. Reviewed-by: aph, kvn
Fri, 14 Dec 2018 12:56:59 +0100 8215374: 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations)
shade [Fri, 14 Dec 2018 12:56:59 +0100] rev 53051
8215374: 32-bit build failures after JDK-8181143 (Introduce diagnostic flag to abort VM on too long VM operations) Reviewed-by: roland
Fri, 14 Dec 2018 12:56:57 +0100 8215353: x86_32 build failures after JDK-8214751 (X86: Support for VNNI Instructions)
shade [Fri, 14 Dec 2018 12:56:57 +0100] rev 53050
8215353: x86_32 build failures after JDK-8214751 (X86: Support for VNNI Instructions) Reviewed-by: thartmann, kvn
Fri, 14 Dec 2018 12:02:39 +0100 8215380: Backout accidental change to String::length
redestad [Fri, 14 Dec 2018 12:02:39 +0100] rev 53049
8215380: Backout accidental change to String::length Reviewed-by: darcy, smarks
Fri, 14 Dec 2018 06:39:14 +0100 Added tag jdk-12+24 for changeset 7d4397b43fa3
jwilhelm [Fri, 14 Dec 2018 06:39:14 +0100] rev 53048
Added tag jdk-12+24 for changeset 7d4397b43fa3
Wed, 19 Dec 2018 11:44:57 -0800 8183912: java.math.BigDecimal.movePointLeft() should return this if called with zero argument
bpb [Wed, 19 Dec 2018 11:44:57 -0800] rev 53047
8183912: java.math.BigDecimal.movePointLeft() should return this if called with zero argument Reviewed-by: rriggs
Wed, 19 Dec 2018 14:02:19 -0500 8215625: javax/sql/testng/util/xxxxx.java tests compilation failed after JDK-8207224
vromero [Wed, 19 Dec 2018 14:02:19 -0500] rev 53046
8215625: javax/sql/testng/util/xxxxx.java tests compilation failed after JDK-8207224 Reviewed-by: mcimadamore
Wed, 19 Dec 2018 11:45:54 +0000 8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode
adinn [Wed, 19 Dec 2018 11:45:54 +0000] rev 53045
8209414: AArch64: method handle invocation does not respect JVMTI interp_only mode Reviewed-by: adinn Contributed-by: nick.gasson@arm.com
Wed, 19 Dec 2018 11:48:34 +0100 8213402: [Testbug] java/lang/System/LoggerFinder/internal/PlatformLoggerBridgeTest creates an invalid nest relationship
dfuchs [Wed, 19 Dec 2018 11:48:34 +0100] rev 53044
8213402: [Testbug] java/lang/System/LoggerFinder/internal/PlatformLoggerBridgeTest creates an invalid nest relationship Summary: The failing tests are refactored to make the custom logger finder class a top-level class. Reviewed-by: dholmes, mchung
Wed, 19 Dec 2018 10:36:16 +0000 8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and tests
clanger [Wed, 19 Dec 2018 10:36:16 +0000] rev 53043
8215472: (zipfs) Cleanups in implementation classes of jdk.zipfs and tests Reviewed-by: redestad, lancea
Wed, 19 Dec 2018 10:30:43 +0100 8215411: some GetByteArrayElements calls miss corresponding Release
mbaesken [Wed, 19 Dec 2018 10:30:43 +0100] rev 53042
8215411: some GetByteArrayElements calls miss corresponding Release Reviewed-by: dholmes, jcbeyler
Tue, 18 Dec 2018 16:50:35 +0000 8212043: Add floating-point Math.min/max intrinsics
pli [Tue, 18 Dec 2018 16:50:35 +0000] rev 53041
8212043: Add floating-point Math.min/max intrinsics Summary: Floating-point Math.min() and Math.max() intrinsics are enabled on AArch64 platform Reviewed-by: adinn, aph
Tue, 18 Dec 2018 16:22:46 -0500 8207224: Javac compiles source code despite illegal use of unchecked conversions
vromero [Tue, 18 Dec 2018 16:22:46 -0500] rev 53040
8207224: Javac compiles source code despite illegal use of unchecked conversions Reviewed-by: mcimadamore, darcy
Tue, 18 Dec 2018 07:33:07 -0500 8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
gadams [Tue, 18 Dec 2018 07:33:07 -0500] rev 53039
8051349: nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly Reviewed-by: dholmes, sspitsyn, cjplummer, jcbeyler
Tue, 18 Dec 2018 10:26:15 +0000 8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny
alanb [Tue, 18 Dec 2018 10:26:15 +0000] rev 53038
8215449: Several tests failing when jtreg run with -vmoption:--illegal-access=deny Reviewed-by: redestad, mchung, jjg
Thu, 13 Dec 2018 11:05:40 -0800 8215368: Make Check.checkOverride call diagnosticPositionFor lazily
cushon [Thu, 13 Dec 2018 11:05:40 -0800] rev 53037
8215368: Make Check.checkOverride call diagnosticPositionFor lazily Reviewed-by: mcimadamore, vromero
Thu, 13 Dec 2018 10:08:22 -0800 8215366: Code quality improvements in com.sun.tools.javac.code.TypeAnnotations
cushon [Thu, 13 Dec 2018 10:08:22 -0800] rev 53036
8215366: Code quality improvements in com.sun.tools.javac.code.TypeAnnotations Reviewed-by: mcimadamore, wmdietl, bsrbnd
Tue, 11 Dec 2018 10:23:15 -0800 8215228: Use a constant hash table size in order to enable compiler optimization
jcbeyler [Tue, 11 Dec 2018 10:23:15 -0800] rev 53035
8215228: Use a constant hash table size in order to enable compiler optimization Summary: Remove a field from KlassInfoTable to allow compiler optimizations Reviewed-by: phh, aph Contributed-by: zanglin5@jd.com
Mon, 17 Dec 2018 11:37:40 +0100 8214946: G1: Initialize all class members on construction
lkorinth [Mon, 17 Dec 2018 11:37:40 +0100] rev 53034
8214946: G1: Initialize all class members on construction Reviewed-by: kbarrett, tschatzl
Fri, 14 Dec 2018 16:52:17 -0800 8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal
dnsimon [Fri, 14 Dec 2018 16:52:17 -0800] rev 53033
8215319: jck lang/INTF/intf049/intf04901 fails in Graal as JIT mode with -Xcomp and AOTed Graal Reviewed-by: iveresov, never, dlong
Fri, 14 Dec 2018 13:13:06 -0800 8201655: Add thread-enabled support for the Heap Sampling
jcbeyler [Fri, 14 Dec 2018 13:13:06 -0800] rev 53032
8201655: Add thread-enabled support for the Heap Sampling Summary: Added thread-enabled support Reviewed-by: amenkov, sspitsyn
Fri, 14 Dec 2018 14:17:22 -0500 8215372: Incorrect nio/file/DirectoryStream/Basic.java tests for validating the use of a glob
lancea [Fri, 14 Dec 2018 14:17:22 -0500] rev 53031
8215372: Incorrect nio/file/DirectoryStream/Basic.java tests for validating the use of a glob Reviewed-by: alanb
Fri, 14 Dec 2018 10:51:09 -0800 8215329: Modify ZGC requirement for HeapMonitorThreadTest.java
jcbeyler [Fri, 14 Dec 2018 10:51:09 -0800] rev 53030
8215329: Modify ZGC requirement for HeapMonitorThreadTest.java Summary: Modify the requirement to be tested Reviewed-by: amenkov, pliden, sspitsyn
Fri, 14 Dec 2018 13:30:21 +0000 8214077: test java/io/File/SetLastModified.java fails on ARM32
alanb [Fri, 14 Dec 2018 13:30:21 +0000] rev 53029
8214077: test java/io/File/SetLastModified.java fails on ARM32 Summary: replace uses of stat with stat64 in java.base Reviewed-by: alanb Contributed-by: nick.gasson@arm.com
Fri, 14 Dec 2018 09:59:08 +0100 8214352: C1: Unnecessary "compilation bailout: block join failed" with JVMTI
mdoerr [Fri, 14 Dec 2018 09:59:08 +0100] rev 53028
8214352: C1: Unnecessary "compilation bailout: block join failed" with JVMTI Summary: Invalidate Phi functions for conflicting types and avoid bailout. Reviewed-by: kvn, iveresov
Fri, 14 Dec 2018 01:34:13 +0100 Merge
jwilhelm [Fri, 14 Dec 2018 01:34:13 +0100] rev 53027
Merge
Thu, 13 Dec 2018 23:25:00 +0100 8215362: JFR GTest JfrTestNetworkUtilization fails jdk-12+24
egahlin [Thu, 13 Dec 2018 23:25:00 +0100] rev 53026
8215362: JFR GTest JfrTestNetworkUtilization fails Reviewed-by: mgronlun
Thu, 13 Dec 2018 14:16:21 -0800 8215369: Jcstress pollute /var/tmp with temporary files.
lmesnik [Thu, 13 Dec 2018 14:16:21 -0800] rev 53025
8215369: Jcstress pollute /var/tmp with temporary files. Reviewed-by: iignatyev, mseledtsov
Thu, 13 Dec 2018 11:05:22 -0800 8215217: OpenJDK source has too many swear words
afarley [Thu, 13 Dec 2018 11:05:22 -0800] rev 53024
8215217: OpenJDK source has too many swear words Reviewed-by: smarks, shade, rriggs, lancea, prr, joehw
Thu, 13 Dec 2018 19:06:11 +0100 8205626: Start of release updates for JDK 13
darcy [Thu, 13 Dec 2018 19:06:11 +0100] rev 53023
8205626: Start of release updates for JDK 13 8205393: Add SourceVersion.RELEASE_13 8205394: Add source 13 and target 13 to javac 8205645: Bump maximum recognized class file version to 57 for JDK 13 8214825: Update preview language features for start of JDK 13 Reviewed-by: erikj, alanb, mchung, mcimadamore, dholmes, smarks, jjg
Thu, 13 Dec 2018 17:01:15 +0100 Added tag jdk-13+0 for changeset cc4098b3bc10
jwilhelm [Thu, 13 Dec 2018 17:01:15 +0100] rev 53022
Added tag jdk-13+0 for changeset cc4098b3bc10
Thu, 13 Dec 2018 16:45:26 +0100 8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures jdk-13+0
shade [Thu, 13 Dec 2018 16:45:26 +0100] rev 53021
8215356: Disable x86_32 Shenandoah build to avoid hotspot/tier1 failures Reviewed-by: rkennke
Thu, 13 Dec 2018 16:45:24 +0100 8181143: Introduce diagnostic flag to abort VM on too long VM operations
shade [Thu, 13 Dec 2018 16:45:24 +0100] rev 53020
8181143: Introduce diagnostic flag to abort VM on too long VM operations Reviewed-by: rkennke, zgu, dholmes, stuefe, rehn
Thu, 13 Dec 2018 10:35:09 -0500 8215300: additional changes to constants API
vromero [Thu, 13 Dec 2018 10:35:09 -0500] rev 53019
8215300: additional changes to constants API Reviewed-by: goetz
Thu, 13 Dec 2018 15:31:05 +0100 8215281: Use String.isEmpty() when applicable in java.base
redestad [Thu, 13 Dec 2018 15:31:05 +0100] rev 53018
8215281: Use String.isEmpty() when applicable in java.base Reviewed-by: dfuchs, alanb
Thu, 13 Dec 2018 16:14:07 +0100 8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions)
shade [Thu, 13 Dec 2018 16:14:07 +0100] rev 53017
8215354: x86_32 build failures after JDK-8214074 (Ghash optimization using AVX instructions) Reviewed-by: thartmann
Thu, 13 Dec 2018 15:40:11 +0100 8215237: jdk.jfr.Recording javadoc does not compile
egahlin [Thu, 13 Dec 2018 15:40:11 +0100] rev 53016
8215237: jdk.jfr.Recording javadoc does not compile Reviewed-by: mgronlun
Wed, 12 Dec 2018 13:50:57 -0500 8215220: Simplify Shenandoah task termination in aborted paths
zgu [Wed, 12 Dec 2018 13:50:57 -0500] rev 53015
8215220: Simplify Shenandoah task termination in aborted paths Reviewed-by: shade
Thu, 13 Dec 2018 14:36:54 +0100 8215284: Reduce noise induced by periodic task getFileSize()
mgronlun [Thu, 13 Dec 2018 14:36:54 +0100] rev 53014
8215284: Reduce noise induced by periodic task getFileSize() Reviewed-by: redestad, egahlin
Thu, 13 Dec 2018 14:21:04 +0100 8215175: Inconsistencies in JFR event metadata
egahlin [Thu, 13 Dec 2018 14:21:04 +0100] rev 53013
8215175: Inconsistencies in JFR event metadata Reviewed-by: mgronlun
Thu, 13 Dec 2018 10:25:50 +0100 8215342: [Zero] Build fails after JDK-8200613
sgehwolf [Thu, 13 Dec 2018 10:25:50 +0100] rev 53012
8215342: [Zero] Build fails after JDK-8200613 Reviewed-by: shade, jgeorge Contributed-by: Christophe Phillips <chphilli@redhat.com>
Wed, 12 Dec 2018 12:36:53 -0500 8215262: PPC64: FMA Vectorization on PPC64
mhorie [Wed, 12 Dec 2018 12:36:53 -0500] rev 53011
8215262: PPC64: FMA Vectorization on PPC64 Reviewed-by: mdoerr, gromero
Thu, 13 Dec 2018 08:36:10 +0100 8215534: [testbug] some jfr test don't check @requires vm.hasJFR
goetz [Thu, 13 Dec 2018 08:36:10 +0100] rev 53010
8215534: [testbug] some jfr test don't check @requires vm.hasJFR Reviewed-by: sundar, egahlin
Thu, 13 Dec 2018 11:27:37 +0000 8211093: Default logging.properties sets log level for com.xyz.foo
dfuchs [Thu, 13 Dec 2018 11:27:37 +0000] rev 53009
8211093: Default logging.properties sets log level for com.xyz.foo Reviewed-by: bpb, rriggs
Thu, 13 Dec 2018 15:11:25 +0530 8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter
jgeorge [Thu, 13 Dec 2018 15:11:25 +0530] rev 53008
8214226: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter Summary: Read in the bcp from r13 for the top level interpreter frames Reviewed-by: jcbeyler, jgeorge Contributed-by: david.griffiths@gmail.com
Thu, 13 Dec 2018 17:28:30 +0800 8213010: Supporting keys created with certmgr.exe
weijun [Thu, 13 Dec 2018 17:28:30 +0800] rev 53007
8213010: Supporting keys created with certmgr.exe Reviewed-by: valeriep
Thu, 13 Dec 2018 17:28:19 +0800 8213009: Refactoring existing SunMSCAPI classes
weijun [Thu, 13 Dec 2018 17:28:19 +0800] rev 53006
8213009: Refactoring existing SunMSCAPI classes Reviewed-by: valeriep
Thu, 13 Dec 2018 09:02:52 +0000 8214696: Module class should be filtered by core reflection
alanb [Thu, 13 Dec 2018 09:02:52 +0000] rev 53005
8214696: Module class should be filtered by core reflection Reviewed-by: lancea, mchung, sundar
Thu, 13 Dec 2018 13:03:26 +0530 8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching
jgeorge [Thu, 13 Dec 2018 13:03:26 +0530] rev 53004
8202884: SA: Attach/detach might fail on Linux if debugee application create/destroy threads during attaching Summary: While doing a ptrace attach, do not attach to threads which are in the process of exiting or are zombies -- skip these threads. Reviewed-by: jcbeyler, ysuenaga
Thu, 13 Dec 2018 08:26:07 +0100 8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\"
jlahoda [Thu, 13 Dec 2018 08:26:07 +0100] rev 53003
8215243: JShell tests failing intermitently with \"Problem cleaning up the following threads:\" Summary: Do not reset closed state in the StopDetectingInputStream.write Reviewed-by: rfield
Wed, 12 Dec 2018 23:08:01 -0800 8211034: OnStackReplacePercentage option checking has bugs
jcm [Wed, 12 Dec 2018 23:08:01 -0800] rev 53002
8211034: OnStackReplacePercentage option checking has bugs Summary: Fixed the constraint checks Reviewed-by: kvn
Wed, 12 Dec 2018 22:23:48 -0800 8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest
epavlova [Wed, 12 Dec 2018 22:23:48 -0800] rev 53001
8215314: [Graal] Enable org.graalvm.compiler.core.test.CountedLoopTest Reviewed-by: dlong
Wed, 12 Dec 2018 21:02:46 -0800 8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754
kvn [Wed, 12 Dec 2018 21:02:46 -0800] rev 53000
8215317: [GRAAL] unit test CheckGraalIntrinsics failed after 8213754 Summary: Fix CheckGraalIntrinsics test for new intrinsics. Reviewed-by: iveresov, never
Thu, 13 Dec 2018 12:34:35 +0800 8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date
jjiang [Thu, 13 Dec 2018 12:34:35 +0800] rev 52999
8214937: sun/security/tools/jarsigner/warnings/NoTimestampTest.java failed due to unexpected expiration date Reviewed-by: xuelei
Wed, 12 Dec 2018 20:13:39 -0800 8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates
dl [Wed, 12 Dec 2018 20:13:39 -0800] rev 52998
8215326: Test java/util/concurrent/ConcurrentHashMap/ToArray.java hangs after j.u.c updates Reviewed-by: martin, dholmes
Thu, 13 Dec 2018 12:03:03 +0800 8214568: Use {@systemProperty} for definitions of system properties
weijun [Thu, 13 Dec 2018 12:03:03 +0800] rev 52997
8214568: Use {@systemProperty} for definitions of system properties Reviewed-by: xuelei
Thu, 13 Dec 2018 11:16:33 +0800 8076190: Customizing the generation of a PKCS12 keystore
weijun [Thu, 13 Dec 2018 11:16:33 +0800] rev 52996
8076190: Customizing the generation of a PKCS12 keystore Reviewed-by: mullan
Thu, 13 Dec 2018 01:15:21 +0000 7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck
valeriep [Thu, 13 Dec 2018 01:15:21 +0000] rev 52995
7092821: java.security.Provider.getService() is synchronized and became scalability bottleneck Summary: Changed Provider class to use ConcurrentHashMap and default providers to use putService() Reviewed-by: weijun, mullan
Thu, 13 Dec 2018 08:23:56 +0800 8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java failed with incorrect jtreg tags order
jjiang [Thu, 13 Dec 2018 08:23:56 +0800] rev 52994
8214520: [TEST_BUG] sun/security/mscapi/nonUniqueAliases/NonUniqueAliases.java failed with incorrect jtreg tags order Reviewed-by: xuelei
Wed, 12 Dec 2018 15:01:29 -0800 8215301: Module-summary page is unreadably wide
mr [Wed, 12 Dec 2018 15:01:29 -0800] rev 52993
8215301: Module-summary page is unreadably wide Reviewed-by: mchung
Wed, 12 Dec 2018 14:48:34 -0800 8214751: X86: Support for VNNI Instructions
vdeshpande [Wed, 12 Dec 2018 14:48:34 -0800] rev 52992
8214751: X86: Support for VNNI Instructions Reviewed-by: kvn Contributed-by: razvan.a.lupusoru@intel.com, vivek.r.deshpande@intel.com
Wed, 12 Dec 2018 15:35:20 -0500 8215309: Convert package.html files to package-info.java files
rriggs [Wed, 12 Dec 2018 15:35:20 -0500] rev 52991
8215309: Convert package.html files to package-info.java files Reviewed-by: darcy, lancea
Wed, 12 Dec 2018 12:17:33 -0800 8214074: Ghash optimization using AVX instructions
ascarpino [Wed, 12 Dec 2018 12:17:33 -0800] rev 52990
8214074: Ghash optimization using AVX instructions Reviewed-by: kvn, ascarpino Contributed-by: smita.kamath@intel.com
Wed, 12 Dec 2018 11:45:10 -0800 8215000: tools/launcher/JliLaunchTest.java fails on Windows
henryjen [Wed, 12 Dec 2018 11:45:10 -0800] rev 52989
8215000: tools/launcher/JliLaunchTest.java fails on Windows Reviewed-by: bchristi, mchung
Wed, 12 Dec 2018 11:17:21 -0800 8215238: (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules
mchung [Wed, 12 Dec 2018 11:17:21 -0800] rev 52988
8215238: (jdeps) update jdk8_internals.txt per the removal of javafx, corba, EE modules Reviewed-by: lancea, alanb
Thu, 13 Dec 2018 00:46:39 +0900 8213183: InputMethod cannot be used after its restarting
tnakamura [Thu, 13 Dec 2018 00:46:39 +0900] rev 52987
8213183: InputMethod cannot be used after its restarting Summary: Retains masks at XSelectInput and deletes all IM data at DestroyXIMCallback Reviewed-by: naoto
Wed, 12 Dec 2018 19:04:05 +0100 8215304: Make target "docs-jdk-index" has unnecessary dependencies
ihse [Wed, 12 Dec 2018 19:04:05 +0100] rev 52986
8215304: Make target "docs-jdk-index" has unnecessary dependencies Reviewed-by: lancea
Wed, 12 Dec 2018 18:59:23 +0100 8214741: docs/index.html has no title or copyright
ihse [Wed, 12 Dec 2018 18:59:23 +0100] rev 52985
8214741: docs/index.html has no title or copyright Reviewed-by: erikj
Tue, 11 Dec 2018 15:47:31 +0100 8214910: If pandoc is present, markdown spec files should be processed
ihse [Tue, 11 Dec 2018 15:47:31 +0100] rev 52984
8214910: If pandoc is present, markdown spec files should be processed Reviewed-by: erikj, lancea
Wed, 12 Dec 2018 09:50:39 -0800 8215239: Make deletes images/jdk/bin/java if something goes wrong
erikj [Wed, 12 Dec 2018 09:50:39 -0800] rev 52983
8215239: Make deletes images/jdk/bin/java if something goes wrong Reviewed-by: redestad, dholmes, tbell, ihse
Wed, 12 Dec 2018 18:43:16 +0100 8214750: Unnecessary <p> tags in jfr classes
egahlin [Wed, 12 Dec 2018 18:43:16 +0100] rev 52982
8214750: Unnecessary <p> tags in jfr classes Reviewed-by: mgronlun
Wed, 12 Dec 2018 18:35:26 +0100 8165675: Trace event for thread park has incorrect unit for timeout
egahlin [Wed, 12 Dec 2018 18:35:26 +0100] rev 52981
8165675: Trace event for thread park has incorrect unit for timeout Reviewed-by: mgronlun
Wed, 12 Dec 2018 14:18:16 +0100 8215206: VtableStubs::find_stub is not appropriately protected by VtableStubs_lock
eosterlund [Wed, 12 Dec 2018 14:18:16 +0100] rev 52980
8215206: VtableStubs::find_stub is not appropriately protected by VtableStubs_lock Reviewed-by: thartmann, pliden
Tue, 11 Dec 2018 20:31:18 -0500 8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace
mhorie [Tue, 11 Dec 2018 20:31:18 -0500] rev 52979
8213754: PPC64: Add Intrinsics for isDigit/isLowerCase/isUpperCase/isWhitespace Reviewed-by: kvn, rriggs, mdoerr, gromero
Wed, 12 Dec 2018 13:28:50 +0100 8215159: Improve initial setup of system Properties
redestad [Wed, 12 Dec 2018 13:28:50 +0100] rev 52978
8215159: Improve initial setup of system Properties Reviewed-by: mchung, rriggs, plevart, briangoetz, robilad
Wed, 12 Dec 2018 15:26:49 +0300 8205421: AARCH64: StubCodeMark should be placed after alignment
dpochepk [Wed, 12 Dec 2018 15:26:49 +0300] rev 52977
8205421: AARCH64: StubCodeMark should be placed after alignment Reviewed-by: aph
Wed, 12 Dec 2018 11:34:08 +0000 8214892: Delayed starting of debugging via jcmd
clanger [Wed, 12 Dec 2018 11:34:08 +0000] rev 52976
8214892: Delayed starting of debugging via jcmd Reviewed-by: cjplummer, clanger Contributed-by: ralf.schmelter@sap.com
Wed, 12 Dec 2018 12:00:02 +0100 8152724: Sum of eden before GC and current survivor capacity may be larger than heap size
tschatzl [Wed, 12 Dec 2018 12:00:02 +0100] rev 52975
8152724: Sum of eden before GC and current survivor capacity may be larger than heap size Summary: Limit the maximum survivor size for a given GC to the remaining number of free regions. Reviewed-by: sjohanss, sangheki
Wed, 12 Dec 2018 15:04:47 +0530 Merge
psadhukhan [Wed, 12 Dec 2018 15:04:47 +0530] rev 52974
Merge
Tue, 11 Dec 2018 11:45:43 +0530 8214876: Add "intermittent" key for imageio/stream/StreamCloserLeak/run_test.sh
jdv [Tue, 11 Dec 2018 11:45:43 +0530] rev 52973
8214876: Add "intermittent" key for imageio/stream/StreamCloserLeak/run_test.sh Reviewed-by: psadhukhan
(0) -30000 -10000 -3000 -1000 -512 +512 +1000 +3000 tip