thartmann [Fri, 28 Jun 2019 09:12:49 +0200] rev 55519
8226879: Memory leak in Type::hashcons
Summary: Call delete on xdual type.
Reviewed-by: kvn
jwilhelm [Thu, 27 Jun 2019 22:03:19 +0200] rev 55518
Merge
prr [Thu, 27 Jun 2019 12:55:55 -0700] rev 55517
8226783: GTK is not being returned as the System L&F on Gnome
Reviewed-by: serb, psadhukhan
rschmelter [Thu, 27 Jun 2019 00:51:04 -0700] rev 55516
8226608: Hide the onjcmd option from the help output
Reviewed-by: sspitsyn, clanger
jwilhelm [Thu, 27 Jun 2019 03:13:54 +0200] rev 55515
Added tag jdk-13+27 for changeset b7f68ddec66f
rehn [Wed, 26 Jun 2019 18:22:28 +0200] rev 55514
8225702: Safepoint counter can't be used for safepoint detection
Reviewed-by: dcubed, dholmes
coleenp [Thu, 27 Jun 2019 11:40:18 -0400] rev 55513
8225437: JvmtiExport::gc_epilogue is unnecessary
Summary: Remove jvmtiExport::gc_epilogue after full GCs
Reviewed-by: dholmes, sspitsyn, dlong
dfuchs [Thu, 27 Jun 2019 16:12:39 +0100] rev 55512
8226825: Replace wildcard address with loopback or local host in tests - part 19
Summary: Replace use of wildcard by the loopback address, or possibly the local host address, wherever possible, to improve test stability.
Reviewed-by: chegar, bpb
Contributed-by: julia.boes@oracle.com
aoqi [Thu, 27 Jun 2019 18:00:54 +0800] rev 55511
8226871: invalid use of incomplete type class MacroAssembler when building minimal after JDK-8191278
Reviewed-by: shade
tschatzl [Thu, 27 Jun 2019 11:48:32 +0200] rev 55510
8213108: Improve work distribution during remembered set scan
Summary: Before scanning the heap for roots into the collection set, merge them into a single remembered set (card table) and do work distribution based on location like other collectors do.
Reviewed-by: kbarrett, lkorinth
jwilhelm [Thu, 27 Jun 2019 03:33:44 +0200] rev 55509
8225497: Update Graal
Reviewed-by: kvn
jwilhelm [Thu, 27 Jun 2019 03:10:52 +0200] rev 55508
Added tag jdk-14+3 for changeset e64383344f14
igerasim [Wed, 26 Jun 2019 17:06:43 -0700] rev 55507
8224716: Javadoc of Int/Long/DoubleSummaryStatistics should mention possible overflow of count
Reviewed-by: bpb
jwilhelm [Wed, 26 Jun 2019 22:16:00 +0200] rev 55506
Merge
bobv [Wed, 26 Jun 2019 11:25:51 -0400] rev 55505
8224764: Create jtreg test for JDK-8222252
Reviewed-by: tschatzl
smonteith [Tue, 25 Jun 2019 10:50:59 +0100] rev 55504
8226515: AArch64: float point register corruption in ZBarrierSetAssembler::load_at
Reviewed-by: aph
valeriep [Wed, 26 Jun 2019 01:15:51 +0000] rev 55503
8226607: Inconsistent info between pcsclite.md and MUSCLE headers
Summary: Updated the info based on MUSCLE v1.8.24
Reviewed-by: ascarpino
vromero [Tue, 25 Jun 2019 18:21:21 -0400] rev 55502
8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification
Reviewed-by: mchung, mcimadamore
ccheung [Tue, 25 Jun 2019 09:41:03 -0700] rev 55501
8226462: [TESTBUG] runtime/appcds/sharedStrings/SysDictCrash.java failed with Cannot dump shared archive
Summary: Add a CDS log statement in arguments.cpp. The test catches RuntimeException duing dumping and checks if the log statement is in the stdout.
Reviewed-by: iklam, dholmes
aefimov [Tue, 25 Jun 2019 16:34:08 +0100] rev 55500
8226730: Missing `@` in code tags
Reviewed-by: bpb
Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
dcubed [Mon, 24 Jun 2019 22:38:17 -0400] rev 55499
8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
Reviewed-by: dholmes, rehn, dlong
kbarrett [Wed, 26 Jun 2019 13:18:38 -0400] rev 55498
8225255: Make SATB qset lock-free
Summary: Refactor PtrQueueSet, use lock-free stack for SATB completed buffers
Reviewed-by: tschatzl, shade
hseigel [Wed, 26 Jun 2019 09:06:32 -0400] rev 55497
8224137: Analyze and port invocation tests to jtreg and co-locate to jdk repo
Summary: Add JTReg compatible main programs to run tests for various invoke* instructions
Reviewed-by: lfoltan, coleenp
joehw [Wed, 26 Jun 2019 05:49:59 +0000] rev 55496
8224157: BCEL: update to version 6.3.1
Reviewed-by: dfuchs, lancea
darcy [Tue, 25 Jun 2019 18:46:51 -0700] rev 55495
8226785: MandatoryWarningHandler.java contains implementation of Objects.equals functionality
Reviewed-by: jjg
igerasim [Tue, 25 Jun 2019 18:20:21 -0700] rev 55494
8224849: Flag (?U:...) is allowed for non-capturing groups
Reviewed-by: bchristi
igerasim [Tue, 25 Jun 2019 17:27:31 -0700] rev 55493
8226543: Reduce GC pressure during message digest calculations in password-based encryption
Reviewed-by: mullan
valeriep [Tue, 25 Jun 2019 21:33:24 +0000] rev 55492
8226607: Inconsistent info between pcsclite.md and MUSCLE headers
Summary: Updated the info based on MUSCLE v1.8.24
Reviewed-by: ascarpino
bsrbnd [Tue, 25 Jun 2019 21:24:37 +0200] rev 55491
8225644: C1 dumps incorrect class name in ClassCastException message
Reviewed-by: vlivanov, bsrbnd
Contributed-by: fujie@loongson.cn, bsrbnd@gmail.com
jcm [Mon, 24 Jun 2019 11:37:56 -0700] rev 55490
8191278: MappedByteBuffer bulk access memory failures are not handled gracefully
Summary: Unsafe.copy*Memory access failures are handled gracefully.
Reviewed-by: kvn, dcubed, thartmann, coleenp, aph
Contributed-by: harold.seigel@oracle.com, jamsheed.c.m@oracle.com
sgroeger [Thu, 20 Jun 2019 14:09:22 +0100] rev 55489
8226468: [aix] loadquery failed error message displayed
Reviewed-by: stuefe, mbaesken
jwilhelm [Tue, 25 Jun 2019 14:36:31 +0200] rev 55488
Merge
dlong [Mon, 24 Jun 2019 18:51:54 -0400] rev 55487
8225369: [AOT] vm/classfmt/cpl/cplres001/cplres00101m004/cplres00101m004.html fails
Reviewed-by: kvn, never
jjg [Mon, 24 Jun 2019 13:40:23 -0700] rev 55486
8226628: The copyright footer should be enclosed in <footer>
Reviewed-by: iris, lancea
bobv [Mon, 24 Jun 2019 11:52:01 -0400] rev 55485
8224506: [TESTBUG] TestDockerMemoryMetrics.java fails with exitValue = 137
Reviewed-by: sgehwolf, mseledtsov
bobv [Mon, 24 Jun 2019 11:49:59 -0400] rev 55484
8224502: [TESTBUG] JDK docker test TestSystemMetrics.java fails with access issues and OOM
Reviewed-by: sgehwolf, mseledtsov
mullan [Mon, 24 Jun 2019 10:11:17 -0400] rev 55483
8180005: Provide specific links in KeyManagerFactory and TrustManagerFactory to the Standard Algorithm Names Specification
Reviewed-by: ascarpino
sspitsyn [Sat, 22 Jun 2019 14:35:57 -0700] rev 55482
8226595: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java still fails due to wrong number of MonitorContendedEntered events
Summary: Fix one more sync issue in the test
Reviewed-by: dcubed, amenkov
sspitsyn [Fri, 21 Jun 2019 18:20:49 -0700] rev 55481
8224555: vmTestbase/nsk/jvmti/scenarios/contention/TC02/tc02t001/TestDescription.java failed
Summary: Improve synchronization in the test
Reviewed-by: dcubed, amenkov
serb [Fri, 21 Jun 2019 16:20:01 -0700] rev 55480
8225146: Accessibility issues in javax/swing/plaf/nimbus/doc-files/properties.html
Reviewed-by: aivanov
dcubed [Mon, 24 Jun 2019 22:38:17 -0400] rev 55479
8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
Reviewed-by: dholmes, rehn, dlong
coleenp [Mon, 24 Jun 2019 16:51:23 -0400] rev 55478
8214822: Move ConcurrentHashTable VALUE parameter to CONFIG
Summary: make VALUE parameter be included in CONFIG configuration, also remove BaseConfig
Reviewed-by: dholmes, kbarrett
zgu [Mon, 24 Jun 2019 14:13:49 -0400] rev 55477
8226310: Shenandoah: Concurrent evacuation of CLDG
Reviewed-by: rkennke
zgu [Mon, 24 Jun 2019 11:46:46 -0400] rev 55476
8226311: Shenandoah: Concurrent evacuation of OopStorage backed weak roots
Reviewed-by: rkennke
michaelm [Mon, 24 Jun 2019 15:19:11 +0100] rev 55475
8226683: Remove review suggestion from fix to 8219804
Reviewed-by: chegar
michaelm [Mon, 24 Jun 2019 15:10:44 +0100] rev 55474
8219804: java/net/MulticastSocket/Promiscuous.java fails intermittently due to NumberFormatException
Reviewed-by: chegar, dfuchs
zgu [Mon, 24 Jun 2019 09:51:45 -0400] rev 55473
8226586: Shenandoah: No need to pre-evacuate roots for degenerated GC
Reviewed-by: rkennke
jwilhelm [Sat, 22 Jun 2019 02:03:41 +0200] rev 55472
Merge
jjg [Fri, 21 Jun 2019 12:09:07 -0700] rev 55471
8226593: Fix HTML in com/sun/jdi/doc-files/signature.html
Reviewed-by: sspitsyn, lancea
jjg [Fri, 21 Jun 2019 11:41:29 -0700] rev 55470
8226592: Fix HTML in table for jdk.zipfs module-info
Reviewed-by: bpb, lancea
erikj [Fri, 21 Jun 2019 10:38:53 -0700] rev 55469
8226269: Race in SetupProcessMarkdown
Reviewed-by: tbell
weijun [Fri, 21 Jun 2019 23:44:58 +0800] rev 55468
8225257: sun/security/tools/keytool/PSS.java timed out
Reviewed-by: valeriep
coleenp [Fri, 21 Jun 2019 09:53:12 -0400] rev 55467
8226394: [TESTBUG] vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java fails with java.lang.NoClassDefFoundError
Summary: don't use printStackTrace to verify OOM type.
Reviewed-by: lfoltan, dholmes
adinn [Fri, 21 Jun 2019 15:16:03 +0100] rev 55466
8226203: MappedByteBuffer.force method may have no effect on implementation specific map modes
Summary: Fix comment for MappedByteBuffer force methods
Reviewed-by: alanb
erikj [Fri, 21 Jun 2019 06:33:55 -0700] rev 55465
8226538: find-files.gmk gets corrupted if tab completion is used before running make first
Reviewed-by: tbell
sspitsyn [Thu, 20 Jun 2019 23:12:12 -0700] rev 55464
8223736: jvmti/scenarios/contention/TC04/tc04t001/TestDescription.java fails due to wrong number of MonitorContendedEntered events
Summary: Fix the synchronization issue in the test
Reviewed-by: cjplummer, dcubed, amenkov
kvn [Fri, 21 Jun 2019 16:21:13 -0700] rev 55463
8225810: Update JVMCI
Reviewed-by: never, dnsimon
kvn [Fri, 21 Jun 2019 13:04:14 -0700] rev 55462
8185139: [Graal] Tests which set too restrictive security manager fail with Graal
Summary: tests should also check default policy
Reviewed-by: mchung, dfuchs, alanb, mullan
mullan [Fri, 21 Jun 2019 08:38:26 -0400] rev 55461
8226307: Curve names should be case-insensitive
Reviewed-by: igerasim, jnimeh, wetmore
hannesw [Fri, 21 Jun 2019 12:23:46 +0200] rev 55460
8225802: Remove unused CSS classes from HTML doclet
Reviewed-by: jjg