joehw [Thu, 23 Aug 2018 12:57:40 -0700] rev 51510
8209873: Typo in javax.xml.validation.Validator.validate documentation
Reviewed-by: lancea
igerasim [Thu, 23 Aug 2018 12:09:46 -0700] rev 51509
8209171: Simplify Java implementation of Integer/Long.numberOfTrailingZeros()
Reviewed-by: martin
Contributed-by: ivan.gerasimov@oracle.com, martinrb@google.com
igerasim [Thu, 23 Aug 2018 09:36:13 -0700] rev 51508
8209851: Algorithm name is compared via reference identity
Reviewed-by: mullan
ccheung [Thu, 23 Aug 2018 09:35:09 -0700] rev 51507
8207211: [TESTBUG] Remove excessive output from CDS/AppCDS tests
Summary: changed the value of the property test.cds.copy.child.stdout to false so that stdout of child processes are logged in files. Each stdout and stderr file will have a unique name.
Reviewed-by: iklam
pchilanomate [Thu, 23 Aug 2018 11:33:51 -0400] rev 51506
8209854: ProblemList MemberNameLeak
Summary: MemberNameLeak.java moved to ProblemList due to intermittent failure after 8206423
Reviewed-by: coleenp
pliden [Thu, 23 Aug 2018 14:31:27 +0200] rev 51505
8209883: ZGC: Compile without C1 broken
Reviewed-by: eosterlund, shade
coffeys [Thu, 23 Aug 2018 11:37:14 +0100] rev 51504
8209129: Further improvements to cipher buffer management
Reviewed-by: weijun, igerasim
pliden [Thu, 23 Aug 2018 10:52:27 +0200] rev 51503
8209831: ZGC: Clean up ZRelocationSetSelectorGroup::semi_sort()
Reviewed-by: eosterlund, kbarrett
joehw [Wed, 22 Aug 2018 14:28:47 -0700] rev 51502
8209615: ParseError in XMLEventReader on a valid input
Reviewed-by: lancea
dlong [Wed, 22 Aug 2018 13:53:48 -0700] rev 51501
8209651: better TLS poll for x64 C2
Reviewed-by: kvn
jwilhelm [Wed, 22 Aug 2018 21:48:39 +0200] rev 51500
Added tag jdk-12+8 for changeset 492b366f8e57
mchung [Wed, 22 Aug 2018 13:47:47 -0500] rev 51499
8167314: Enable the check to detect duplicate provides in in GenModuleInfoSource
Reviewed-by: lancea
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51498
8209062: Clean up G1MonitoringSupport
Reviewed-by: phh, sangheki
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51497
8209061: Move G1 serviceability functionality to G1MonitoringSupport
Reviewed-by: phh, sangheki
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51496
8209700: Remove HeapRegionSetBase::RegionSetKind for a more flexible approach
Reviewed-by: kbarrett, phh
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51495
8209698: Remove "Pinned" from HeapRegionTraceType
Reviewed-by: iklam
tschatzl [Wed, 22 Aug 2018 20:37:07 +0200] rev 51494
8208498: Put archive regions into a first-class HeapRegionSet
Summary: Maintain archive regions in a HeapRegionSet like other region types.
Reviewed-by: phh, sangheki
amenkov [Wed, 22 Aug 2018 10:28:34 -0700] rev 51493
8209605: com/sun/jdi/BreakpointWithFullGC.java fails with ZGC
Reviewed-by: sspitsyn, dholmes
dtitov [Wed, 22 Aug 2018 08:31:15 -0700] rev 51492
8202342: [Graal] fromTonga/nsk/jvmti/unit/FollowReferences/followref003/TestDescription.java fails with "Location mismatch" errors
Reviewed-by: sspitsyn, amenkov
iklam [Tue, 14 Aug 2018 09:59:37 -0700] rev 51491
8208658: Make CDS archived heap regions usable even if compressed oop encoding has changed
Summary: Relocate and patch archive regions if necessary
Reviewed-by: jiangli, tschatzl
adinn [Wed, 22 Aug 2018 16:06:51 +0100] rev 51490
8209783: AArch64: Combine Multiply and Neg operations in C2
Summary: Generate mneg instructions for a*(-b) or (-a)*b to save one instruction
Reviewed-by: adinn
Contributed-by: pengfei.li@arm.com
roland [Wed, 22 Aug 2018 10:36:39 +0200] rev 51489
8209686: cleanup arguments to PhaseIdealLoop() constructor
Reviewed-by: thartmann, kvn, pliden
tschatzl [Wed, 22 Aug 2018 16:01:29 +0200] rev 51488
8209839: [Backout] Backout JDK-8206467 Refactor G1ParallelCleaningTask into shared
Reviewed-by: zgu
rkennke [Sun, 19 Aug 2018 20:00:57 +0200] rev 51487
8209667: Explicit barriers for C1/LIR
Reviewed-by: eosterlund, roland
coleenp [Wed, 22 Aug 2018 07:51:07 -0400] rev 51486
8208172: SIGSEGV when owner of invokedynamic bootstrap method throws an exception - Symbol::increment_refcount()+0x0
Summary: table for resolution errors always expect non-null message string.
Reviewed-by: dholmes, iklam
eosterlund [Wed, 22 Aug 2018 13:06:33 +0200] rev 51485
8208601: Introduce native oop barriers in C2 for OopHandle
Reviewed-by: neliasso, kvn
rkennke [Wed, 22 Aug 2018 13:01:26 +0200] rev 51484
8209801: Rename C1_WRITE_ACCESS and C1_READ_ACCESS decorators to ACCESS_READ and ACCESS_WRITE
Reviewed-by: kbarrett, pliden
roland [Wed, 22 Aug 2018 10:09:06 +0200] rev 51483
8209684: Intrinsics that assume some input non null should use GraphKit::must_be_not_null()
Reviewed-by: kvn, thartmann
roland [Tue, 14 Aug 2018 16:54:47 +0200] rev 51482
8209420: Track membars for volatile accesses so they can be properly optimized
Reviewed-by: adinn, aph, thartmann
weijun [Wed, 22 Aug 2018 15:10:40 +0800] rev 51481
8209829: SpnegoUnknownMech.java does not contain the SpnegoUnknownMech class
Reviewed-by: dholmes
iklam [Tue, 21 Aug 2018 20:23:34 -0700] rev 51480
8209826: Undefined reference to os::write after JDK-8209657 (filemap.hpp cleanup)
Summary: include os_inline.hpp instead
Reviewed-by: jiangli
igerasim [Tue, 21 Aug 2018 20:19:46 -0700] rev 51479
8186186: GSSContext.isEstablished() can return true on error state
Reviewed-by: weijun
Contributed-by: weijun.wang@oracle.com
weijun [Wed, 22 Aug 2018 11:10:45 +0800] rev 51478
8209771: jdk.test.lib.Utils::runAndCheckException error
Reviewed-by: dholmes
iklam [Fri, 17 Aug 2018 13:53:53 -0700] rev 51477
8209657: Refactor filemap.hpp to simplify integration with Serviceability Agent
Summary: Added src/hotspot/share/include/cds.h
Reviewed-by: ccheung, sspitsyn, jgeorge
zgu [Tue, 21 Aug 2018 20:29:57 -0400] rev 51476
8206467: Refactor G1ParallelCleaningTask into shared
Summary: Refactored and moved G1ParllelCleaningTask to be shared among GCs
Reviewed-by: rkennke, kbarrett
lmesnik [Tue, 21 Aug 2018 13:17:29 -0700] rev 51475
8209758: 2 classes with same name G1PrintCollectionSetClosure cause crash when logging is enabled
Reviewed-by: tschatzl, kbarrett
twisti [Tue, 21 Aug 2018 14:14:28 +0200] rev 51474
8209689: Compiler.isGraalEnabled should not check jvmci.Compiler property
Reviewed-by: kvn
never [Tue, 21 Aug 2018 08:38:02 -0700] rev 51473
8209624: [JVMCI] Invalidate nmethods instead of directly unloading them when the InstalledCode is dropped
Reviewed-by: kvn
pchilanomate [Tue, 21 Aug 2018 10:37:02 -0400] rev 51472
8206423: Use locking for cleaning ResolvedMethodTable
Summary: ServiceThread is now in charge of cleaning ResolvedMethodTable entries
Reviewed-by: gziemski, dholmes, coleenp
coleenp [Tue, 21 Aug 2018 10:03:22 -0400] rev 51471
8209792: Remove ClassLoaderDataGraph::keep_alive_cld_do
Summary: unnecessary
Reviewed-by: zgu, tschatzl
coleenp [Tue, 21 Aug 2018 09:33:41 -0400] rev 51470
8209738: Remove ClassLoaderDataGraph::*oops_do functions
Summary: Make walking CLDG more consistent.
Reviewed-by: dholmes, tschatzl
rkennke [Tue, 21 Aug 2018 13:12:15 +0200] rev 51469
8209668: Explicit barriers for C1/assembler
Reviewed-by: roland, eosterlund
pmuthuswamy [Tue, 21 Aug 2018 11:41:54 +0530] rev 51468
8203792: Remove "compatibility" features from Head.java
Reviewed-by: jjg, sundar
iklam [Mon, 20 Aug 2018 13:58:23 -0700] rev 51467
8209647: constantPoolHandle::constantPoolHandle(ConstantPool*) when precompiled header is disabled
Summary: Added fieldDescriptor.inline.hpp
Reviewed-by: coleenp, shade
tbell [Mon, 20 Aug 2018 16:18:56 -0700] rev 51466
8209760: merge error: restore ea in make/conf/jib-profiles.js
Reviewed-by: mikael
jnimeh [Mon, 20 Aug 2018 15:37:47 -0700] rev 51465
8208350: Disable all DES cipher suites
Reviewed-by: xuelei, mullan
mikael [Mon, 20 Aug 2018 14:19:30 -0700] rev 51464
Merge
mikael [Fri, 17 Aug 2018 09:51:28 -0700] rev 51463
Added tag jdk-11+27 for changeset 9d7d74c6f2cb
michaelm [Thu, 16 Aug 2018 10:22:48 +0100] rev 51462
8207966: HttpClient response without content-length does not return body
Reviewed-by: chegar
jjiang [Thu, 16 Aug 2018 02:00:31 +0800] rev 51461
8209537: Two security tests failed after JDK-8164639 due to dependency was missed
Summary: Skip sun/security/tools/keytool/autotest.sh on macosx and add /test/lib to sun/security/ec/TestEC.java
Reviewed-by: rhalade
jjiang [Wed, 15 Aug 2018 18:41:18 +0800] rev 51460
8164639: Configure PKCS11 tests to use user-supplied NSS libraries
Summary: Provide system property "test.nss.lib.paths" for specifying a set of absolute paths to the custom NSS lib directories
Reviewed-by: weijun, rhalade
vdeshpande [Wed, 15 Aug 2018 00:48:12 -0700] rev 51459
8207746: C2: Lucene crashes on AVX512 instruction
Summary: replace add/sub instructions which affect flags with lea instruction.
Reviewed-by: kvn, thartmann
rhalade [Tue, 14 Aug 2018 17:21:44 -0700] rev 51458
8206176: Remove the temporary tls13VN field
Reviewed-by: xuelei, wetmore
diazhou [Tue, 14 Aug 2018 16:36:17 -0700] rev 51457
8209451: Please change jdk 11 milestone to FCS
Reviewed-by: prr, tbell
xuelei [Tue, 14 Aug 2018 16:47:56 -0700] rev 51456
8207009: TLS 1.3 half-close and synchronization issues
Reviewed-by: jnimeh, mullan, wetmore
rhalade [Tue, 14 Aug 2018 14:46:13 -0700] rev 51455
8209506: Add Google Trust Services GlobalSign root certificates
Reviewed-by: mullan
kaddepalli [Tue, 14 Aug 2018 12:50:39 -0700] rev 51454
8208640: [a11y] [macos] Unable to navigate between Radiobuttons in Radio group using keyboard.
Reviewed-by: prr, serb, psadhukhan, ssadetsky
rhalade [Tue, 14 Aug 2018 09:38:29 -0700] rev 51453
8209452: VerifyCACerts.java failed with "At least one cacert test failed"
Summary: Allow test to pass even if cert in EXPIRY_EXC_ENTRIES expires
Reviewed-by: mullan
rgoel [Tue, 14 Aug 2018 11:55:21 +0530] rev 51452
8206965: java/util/TimeZone/Bug8149452.java failed on de_DE and ja_JP locale.
Summary: generated display names for missing timezones at run time.
Reviewed-by: naoto
iignatyev [Mon, 13 Aug 2018 13:44:45 -0700] rev 51451
8205687: TimeoutHandler generates huge core files
Summary: use kill instead of gcore to generate core file
Reviewed-by: dholmes