jcbeyler [Tue, 30 Apr 2019 15:39:42 -0700] rev 54659
8215113: Sampling interval not always correct
Summary: Fix the sampling interval
Reviewed-by: phh, sspitsyn
rhalade [Tue, 30 Apr 2019 12:53:32 -0700] rev 54658
8222137: Remove T-Systems root CA certificate
Reviewed-by: mullan
rhalade [Tue, 30 Apr 2019 11:04:26 -0700] rev 54657
8216577: Add GlobalSign's R6 Root certificate
Reviewed-by: mullan, clanger
erikj [Tue, 30 Apr 2019 10:24:14 -0700] rev 54656
8222913: Add Jib support for VERSION_EXTRA*
Reviewed-by: tbell, mikael
dtitov [Tue, 30 Apr 2019 08:45:19 -0700] rev 54655
8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2"
Reviewed-by: sspitsyn, jcbeyler
sgehwolf [Thu, 18 Apr 2019 13:58:31 +0200] rev 54654
8221639: [i386] expand_exec_shield_cs_limit workaround is undefined code after JDK-8199717
Summary: Only perform this optimization for x86_64
Reviewed-by: dholmes, andrew
thartmann [Tue, 30 Apr 2019 14:49:19 +0200] rev 54653
8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
Summary: Guard against regions degraded to copies.
Reviewed-by: kvn
redestad [Tue, 30 Apr 2019 12:54:07 +0200] rev 54652
8222852: Reduce String concat combinator tree shapes by folding constants into prependers
Reviewed-by: shade, plevart, forax
Contributed-by: claes.redestad@oracle.com, peter.levart@gmail.com
sspitsyn [Tue, 30 Apr 2019 01:56:28 -0700] rev 54651
8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated
Summary: Mark new option depricated
Reviewed-by: dcubed, coleenp, dholmes
jlahoda [Tue, 30 Apr 2019 10:39:22 +0200] rev 54650
8218152: [javac] fails and exits with no error if a bad annotation processor provided
Summary: Handle exceptions thrown while loading annotation processors.
Reviewed-by: jlahoda
Contributed-by: groeges@uk.ibm.com
rschmelter [Wed, 17 Apr 2019 01:21:56 -0700] rev 54649
8222529: sun.jdwp.listenerAddress agent property uses wrong encoding
Reviewed-by: sspitsyn, amenkov, clanger, erikj
pmuthuswamy [Tue, 30 Apr 2019 11:58:30 +0530] rev 54648
8221991: Improve the HTML for the inheritance tree for a type
Reviewed-by: hannesw
dlong [Wed, 24 Apr 2019 09:10:45 -0700] rev 54647
8219403: JVMCIRuntime::adjust_comp_level should be replaced
Reviewed-by: kvn, dnsimon, never
manc [Fri, 08 Mar 2019 18:21:52 -0800] rev 54646
8220388: Increase -inlinehint-threshold for Clang to avoid G1 pause time regression
Summary: Make Clang inline more aggressively for functions with inline keyword
Reviewed-by: erikj, jiangli, shade
coleenp [Mon, 29 Apr 2019 16:01:52 -0400] rev 54645
8222988: Use MonitorLocker rather than MutexLocker when wait/notify used
Summary: fixed use cases in code except CMS.
Reviewed-by: rehn, dcubed
mullan [Mon, 29 Apr 2019 14:34:10 -0400] rev 54644
8036608: Key.getAlgorithm link to standard algorithm names needs to be updated
Reviewed-by: xuelei
bpb [Mon, 29 Apr 2019 07:39:16 -0700] rev 54643
8218280: LineNumberReader throws "Mark invalid" exception if CRLF straddles buffer.
Reviewed-by: dfuchs, prappo
fyang [Fri, 26 Apr 2019 16:38:39 +0800] rev 54642
8223020: aarch64: expand minI_rReg and maxI_rReg patterns into separate instructions
Reviewed-by: aph
clanger [Mon, 29 Apr 2019 10:27:44 +0100] rev 54641
8223015: Cleanups for zipfs tests
Reviewed-by: redestad, lancea
thartmann [Mon, 29 Apr 2019 09:04:25 +0200] rev 54640
8221592: C2 compilation failed with assert(!q->is_MergeMem())
Summary: Transform the original MergeMem after transforming the slices to get rid of MergeMem inputs.
Reviewed-by: kvn, neliasso
weijun [Sat, 27 Apr 2019 18:21:57 +0800] rev 54639
8223003: SunMSCAPI keys are not cleaned up
Reviewed-by: igerasim
lmesnik [Fri, 26 Apr 2019 11:33:32 -0700] rev 54638
8220813: update hotspot tier1_gc tests depending on GC to use @requires vm.gc.X
Reviewed-by: pliden, lmesnik
Contributed-by: aoqi@loongson.cn
vromero [Fri, 26 Apr 2019 12:49:51 -0400] rev 54637
8219487: j.l.c.ClassDesc spec should contain precise assertions for one parameter's methods
Reviewed-by: darcy, jlaskey
naoto [Fri, 26 Apr 2019 09:09:39 -0700] rev 54636
8222980: Upgrade IANA Language Subtag Registry to Version 2019-04-03
Reviewed-by: bpb, lancea
avoitylov [Fri, 26 Apr 2019 18:56:15 +0300] rev 54635
8221988: add possibility to build with Visual Studio 2019
Reviewed-by: erikj, ysuenaga
dfuchs [Fri, 26 Apr 2019 16:25:43 +0100] rev 54634
8129315: java/net/Socket/LingerTest.java and java/net/Socket/ShutdownBoth.java timeout intermittently
Summary: tests are updated to use the loopback address instead of the wildcard to avoid traffic being routed to a different server than what was intended by the test.
Reviewed-by: chegar
jwilhelm [Fri, 26 Apr 2019 12:35:26 +0200] rev 54633
8223026: [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
Reviewed-by: dsimms
pliden [Fri, 26 Apr 2019 12:05:34 +0200] rev 54632
8223016: ZGC: Fix misaligned statistics printout
Reviewed-by: tschatzl
rehn [Fri, 26 Apr 2019 10:18:47 +0200] rev 54631
8222637: Obsolete NeedsDeoptSuspend
Reviewed-by: dlong, coleenp, dholmes
clanger [Fri, 26 Apr 2019 08:53:29 +0100] rev 54630
8222440: (zipfs) JarFileSystem does not correctly handle versioned entries if no root entry is present
Reviewed-by: lancea
dholmes [Fri, 26 Apr 2019 00:57:03 -0400] rev 54629
8222518: Remove unnecessary caching of Parker object in java.lang.Thread
Reviewed-by: dcubed, rehn
joehw [Thu, 25 Apr 2019 15:54:21 -0700] rev 54628
8222743: Xerces 2.12.0: DOM Implementation
Reviewed-by: lancea
aeubanks [Tue, 16 Apr 2019 13:16:49 -0700] rev 54627
8222562: Don't set IPV6_V6ONLY when IPv4 is not available
Reviewed-by: dfuchs, chegar
Contributed-by: aeubanks@google.com
dholmes [Thu, 25 Apr 2019 18:41:52 -0400] rev 54626
8222970: Update ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java
Reviewed-by: gadams, dcubed, sspitsyn
mseledtsov [Thu, 25 Apr 2019 11:45:52 -0700] rev 54625
8222888: [TESTBUG] docker/TestJFREvents.java fails due to "RuntimeException: JAVA_MAIN_CLASS_ is not defined"
Summary: Introduced unique environment variable
Reviewed-by: egahlin, lmesnik, sgehwolf
coleenp [Thu, 25 Apr 2019 12:33:19 -0400] rev 54624
8222977: Fix shenandoah broken with JDK-8222811
Reviewed-by: dcubed, shade
coleenp [Thu, 25 Apr 2019 10:56:31 -0400] rev 54623
8222811: Consolidate MutexLockerEx and MutexLocker
Summary: Make MutexLocker be MutexLockerEx implementation, remove MutexLockerEx calls.
Reviewed-by: dcubed, dholmes, pliden, rehn
robm [Thu, 25 Apr 2019 05:54:54 -0700] rev 54622
8139965: Hang seen when using com.sun.jndi.ldap.search.replyQueueSize
Reviewed-by: dfuchs
rwestberg [Wed, 24 Apr 2019 14:03:20 +0200] rev 54621
8220795: Rework naked_short_nanosleep on Windows to improve time-to-safepoint
Reviewed-by: dholmes, rehn
alanb [Thu, 25 Apr 2019 10:41:49 +0100] rev 54620
8222774: (ch) Replace uses of stateLock and blockingLock with j.u.c. locks
Reviewed-by: dfuchs, bpb, martin
hannesw [Thu, 25 Apr 2019 09:12:40 +0200] rev 54619
8220497: Improve Javadoc search feature and add test coverage
Reviewed-by: jjg
pliden [Thu, 25 Apr 2019 08:55:50 +0200] rev 54618
8222469: ZGC: Generalize ZPageCache::flush()
Reviewed-by: stefank
pliden [Thu, 25 Apr 2019 08:55:50 +0200] rev 54617
8221786: ZGC: Increase max heap size to 16TB
Reviewed-by: stefank
pliden [Thu, 25 Apr 2019 08:55:49 +0200] rev 54616
8222462: Introduce CollectedHeap::unused()
Reviewed-by: stefank, eosterlund
pliden [Thu, 25 Apr 2019 08:55:49 +0200] rev 54615
8222664: runtime/appcds/sharedStrings/SharedStringsStress.java assert GC active during NoGCVerifier
Reviewed-by: iklam, stefank
jcbeyler [Wed, 24 Apr 2019 19:51:38 -0700] rev 54614
8222935: Fix ExceptionCheckingJniEnv system
Summary: Added missing tests and fixed the code
Reviewed-by: cjplummer, sspitsyn, amenkov
jwilhelm [Thu, 25 Apr 2019 02:23:27 +0200] rev 54613
Added tag jdk-13+18 for changeset bebb82ef3434
jwilhelm [Thu, 25 Apr 2019 02:14:22 +0200] rev 54612
8222952: Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
Reviewed-by: darcy
mbalao [Wed, 24 Apr 2019 16:25:41 -0300] rev 54611
8222805: sun/security/pkcs11/tls/tls12/TestTLS12.java fails with Unsupported signature algorithm: rsa_pss_rsae_sha256
Reviewed-by: mullan, xuelei
jjg [Wed, 24 Apr 2019 11:26:44 -0700] rev 54610
8222669: Create and use new html.Entity class
Reviewed-by: hannesw
dcubed [Wed, 24 Apr 2019 10:20:25 -0400] rev 54609
8222295: more baseline cleanups from Async Monitor Deflation project
Reviewed-by: coleenp, acorn, dholmes
redestad [Wed, 24 Apr 2019 15:37:55 +0200] rev 54608
8222532: (zipfs) Performance regression when writing ZipFileSystem entries in parallel
Reviewed-by: lancea, clanger, alanb
hseigel [Wed, 24 Apr 2019 08:27:00 -0400] rev 54607
8221685: -XX:BytecodeVerificationRemote and -XX:BytecodeVerificationLocal should be diagnostic options
Summary: Make the options diagnostic and add -XX:+UnlockDiagnosticVMOptions to tests where needed.
Reviewed-by: lfoltan, acorn, dholmes
shade [Wed, 24 Apr 2019 11:40:04 +0200] rev 54606
8222838: Shenandoah: SEGV on accessing cset bitmap for NULL ptr
Reviewed-by: rkennke
shade [Wed, 24 Apr 2019 11:39:56 +0200] rev 54605
8222843: Print Shenandoah cset map addresses in hs_err
Reviewed-by: rkennke
fyang [Sat, 20 Apr 2019 15:55:07 +0800] rev 54604
8222785: aarch64: add necessary masking for immediate shift counts
Reviewed-by: aph
ysuenaga [Wed, 24 Apr 2019 17:09:24 +0900] rev 54603
8219566: JFR did not collect call stacks when MaxJavaStackTraceDepth is set to zero
Reviewed-by: egahlin, mgronlun
darcy [Tue, 23 Apr 2019 14:56:39 -0700] rev 54602
8222817: Refactor printing processor to use streams
Reviewed-by: jjg
jwilhelm [Tue, 23 Apr 2019 22:55:09 +0200] rev 54601
8221598: Update Graal
Reviewed-by: kvn
lfoltan [Tue, 23 Apr 2019 14:09:54 -0400] rev 54600
8218994: Consolidate indy and condy JVM information within a BootstrapInfo data structure
Summary: Introduce BootstrapInfo data structure and merge invocation of a bootstrap method for condy and indy into invoke_bootstrap_method.
Reviewed-by: acorn, coleenp
Contributed-by: john.r.rose@oracle.com, lois.foltan@oracle.com
jcbeyler [Tue, 23 Apr 2019 08:11:38 -0700] rev 54599
8213501: Deploy ExceptionJniWrapper for a few tests
Summary: Add more tests to be using the wrapper
Reviewed-by: phh, amenkov, sspitsyn, dholmes, cjplummer
hannesw [Tue, 23 Apr 2019 16:50:17 +0200] rev 54598
8222526: Use of no longer existing jquery directory in script.js
Reviewed-by: jjg
redestad [Thu, 11 Apr 2019 14:56:52 +0200] rev 54597
8215017: Improve String::equals warmup characteristics
Reviewed-by: jlaskey
pmuthuswamy [Tue, 23 Apr 2019 18:28:48 +0530] rev 54596
8219998: Eliminate inherently singleton lists
Reviewed-by: jjg
lfoltan [Tue, 23 Apr 2019 07:05:38 -0400] rev 54595
8222502: Replace 19,20 case alternatives with JVM_CONSTANT_Module/Package names
Summary: Add JVM_CONSTANT_Module and JVM_CONSTANT_Package to classfile_constants.h
Reviewed-by: coleenp, hseigel
psadhukhan [Tue, 23 Apr 2019 14:20:08 +0530] rev 54594
Merge
psadhukhan [Tue, 23 Apr 2019 13:40:37 +0530] rev 54593
Merge
psadhukhan [Mon, 22 Apr 2019 10:53:45 +0530] rev 54592
Merge
psadhukhan [Tue, 16 Apr 2019 10:09:11 +0530] rev 54591
8222332: PIT: Problemlist tests that times out consistently
Reviewed-by: serb
dbatrak [Thu, 11 Apr 2019 10:49:36 -0700] rev 54590
8220231: Cache HarfBuzz face object for same font's text layout calls
Reviewed-by: prr, avu, serb
pmuthuswamy [Tue, 23 Apr 2019 14:13:18 +0530] rev 54589
8215580: Remove support for `--no-module-directories`
Reviewed-by: jjg
jjiang [Tue, 23 Apr 2019 10:08:52 +0800] rev 54588
8222391: javax/net/ssl/compatibility/Compatibility.java should be more flexible
Reviewed-by: xuelei
gadams [Mon, 22 Apr 2019 07:13:18 -0400] rev 54587
8222741: jdi/EventQueue/remove/remove004 fails due to VMDisconnectedException
Reviewed-by: cjplummer, jcbeyler
shade [Mon, 22 Apr 2019 11:16:21 +0200] rev 54586
8222786: Shenandoah get_barrier_strength should accept all shapes of (Weak)CAS reference barriers
Reviewed-by: rkennke
coleenp [Fri, 19 Apr 2019 21:49:54 -0700] rev 54585
8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition
Summary: Introduce new flag fo compatibility: -XX:AllowRedefinitionToAddOrDeleteMethods
Reviewed-by: jcbeyler, sspitsyn
mbalao [Fri, 19 Apr 2019 10:59:09 -0300] rev 54584
8221271: sun/security/pkcs11/tls/tls12/TestTLS12.java test failed
Reviewed-by: xuelei
epavlova [Fri, 19 Apr 2019 11:18:06 -0700] rev 54583
8222747: [Graal] mx_subprocess files miss testing VM flags
Reviewed-by: kvn
qpzhang [Fri, 19 Apr 2019 14:42:23 +0800] rev 54582
8222753: AAarch64: Add CPU implementer code for Ampere
Summary: Add CPU implementer code 0xC0 for Ampere
Reviewed-by: aph, drwhite, fyang
erikj [Fri, 19 Apr 2019 06:29:05 -0700] rev 54581
8222735: Update doc/building.md with current Oracle build platforms and compilers
Reviewed-by: tbell
naoto [Thu, 18 Apr 2019 17:36:10 -0700] rev 54580
8222668: Add @since tag to JapaneseEra.REIWA
Reviewed-by: chegar, lancea
dfuchs [Thu, 18 Apr 2019 17:56:46 +0100] rev 54579
8222527: HttpClient doesn't send HOST header when tunelling HTTP/1.1 through http proxy
Summary: HttpClient no longer filters out system host header when sending tunelling CONNECT request to proxy
Reviewed-by: michaelm
mbalao [Mon, 15 Apr 2019 15:52:38 -0300] rev 54578
8220513: Wrapper Key may get deleted when closing sessions in SunPKCS11 crypto provider
Summary: Do not close the session holding the Wrapper Key while in use. Delete the Wrapper Key when no longer needed.
Reviewed-by: valeriep
sgehwolf [Tue, 12 Mar 2019 10:43:27 +0100] rev 54577
8217338: [Containers] Improve systemd slice memory limit support
Summary: Use hierachical memory limit in addition to memory_limits_in_bytes
Reviewed-by: bobv, dholmes
stefank [Wed, 17 Apr 2019 07:41:12 +0200] rev 54576
8222550: runtime/MemberName/MemberNameLeak.java times out
Reviewed-by: coleenp, dholmes
stefank [Thu, 18 Apr 2019 09:27:28 +0200] rev 54575
8222713: Add OutputAnalyzer(Path) constructor
Reviewed-by: dholmes, coleenp
stefank [Wed, 17 Apr 2019 07:41:09 +0200] rev 54574
8222558: Rework ResolvedMethodTable verification
Reviewed-by: coleenp
coleenp [Thu, 18 Apr 2019 07:02:07 -0400] rev 54573
8222379: JFR TestClassLoadEvent.java failed due to EXCEPTION_ACCESS_VIOLATION
Summary: Give fatal error if CDS loses archive mapping.
Reviewed-by: iklam, ccheung, jiangli
mbaesken [Fri, 12 Apr 2019 09:13:50 +0200] rev 54572
8222280: Provide virtualization related info in the hs_error file on AIX
Reviewed-by: clanger, mdoerr
jwilhelm [Thu, 18 Apr 2019 02:45:02 +0200] rev 54571
Added tag jdk-13+17 for changeset 93b702d2a0cb
erikj [Wed, 17 Apr 2019 13:18:29 -0700] rev 54570
8222444: Add a suggestion for non-US locale in the test doc
Reviewed-by: erikj
Contributed-by: jingtian@loongson.cn
bpb [Wed, 17 Apr 2019 08:12:19 -0700] rev 54569
8220477: Channels.newWriter() does not close if underlying channel throws an IOException
Reviewed-by: alanb
mcimadamore [Wed, 17 Apr 2019 15:37:20 +0100] rev 54568
8222289: Overhaul logic for reading/writing constant pool entries
Summary: Rewrite of Pool,ClassReader,ClassWriter to use shared pool helper components
Reviewed-by: vromero
eosterlund [Wed, 17 Apr 2019 12:41:33 +0200] rev 54567
8219718: ZGC: Make nmethod entry barriers and nmethod::is_unloading use ZNMethodDataOops
Reviewed-by: pliden, stefank
rschmelter [Mon, 15 Apr 2019 06:41:02 -0700] rev 54566
8222491: jcmd can fail converting UTF8 output to strings
Reviewed-by: jcbeyler, clanger, dholmes
clanger [Wed, 17 Apr 2019 10:31:05 +0100] rev 54565
8222627: Remove sneaky token 'Name' in jdk-version.m4
Reviewed-by: simonis
neliasso [Wed, 17 Apr 2019 09:54:37 +0200] rev 54564
8218468: Load barrier slow path node should be MachTypeNode
Reviewed-by: shade, pliden, kvn
rehn [Wed, 17 Apr 2019 09:29:25 +0200] rev 54563
8222327: java_lang_Thread _thread_status_offset, remove pre 1.5 code paths
Reviewed-by: dholmes, redestad
rehn [Wed, 17 Apr 2019 09:25:27 +0200] rev 54562
8218147: make_walkable asserts on multiple calls
Reviewed-by: dholmes, dcubed
pmuthuswamy [Wed, 17 Apr 2019 12:43:41 +0530] rev 54561
8220382: Cleanup doclet instantiation
Reviewed-by: jjg
thartmann [Wed, 17 Apr 2019 08:15:09 +0200] rev 54560
8222418: compiler/arguments/TestScavengeRootsInCode.java times out
Summary: Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation.
Reviewed-by: kvn, iignatyev
thartmann [Wed, 17 Apr 2019 08:12:00 +0200] rev 54559
8222417: compiler/loopopts/TestOverunrolling.java times out
Summary: Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation.
Reviewed-by: kvn, iignatyev
henryjen [Tue, 16 Apr 2019 20:47:11 -0700] rev 54558
Merge
henryjen [Mon, 15 Apr 2019 18:24:37 -0700] rev 54557
Merge
rriggs [Wed, 06 Feb 2019 11:39:57 -0500] rev 54556
8218453: More dynamic RMI interactions
Reviewed-by: ahgross, skoivu, smarks
bpb [Tue, 22 Jan 2019 09:45:30 -0800] rev 54555
8211936: Better String parsing
Reviewed-by: bpb, darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>, Joe Darcy <joe.darcy@oracle.com>, Paul Hohensee <hohensee@amazon.com>
henryjen [Tue, 26 Mar 2019 10:55:17 -0700] rev 54554
Merge
henryjen [Tue, 22 Jan 2019 14:14:52 -0800] rev 54553
Merge
ccheung [Wed, 12 Dec 2018 11:57:22 -0800] rev 54552
8214809: CDS storage improvements
Reviewed-by: acorn, iklam, ahgross, rhalade
xuelei [Tue, 16 Apr 2019 16:59:09 -0700] rev 54551
8216326: SSLSocket stream close() does not close the associated socket
Reviewed-by: jnimeh
redestad [Wed, 17 Apr 2019 00:06:38 +0200] rev 54550
8222484: Specialize generation of simple String concatenation expressions
Reviewed-by: jrose, jlaskey
joehw [Tue, 16 Apr 2019 21:29:33 +0000] rev 54549
8222415: Xerces 2.12.0: Parsing Configuration
Reviewed-by: lancea
manc [Mon, 15 Apr 2019 18:37:18 -0700] rev 54548
8222510: Small cleanup for JDK launcher's make file
Reviewed-by: clanger, erikj
hannesw [Tue, 16 Apr 2019 18:22:13 +0200] rev 54547
8222528: Fix javadoc headers in Nashorn sources
Reviewed-by: sundar
clanger [Tue, 16 Apr 2019 17:15:57 +0100] rev 54546
8222522: Add configure options for Mac Bundle creation
Reviewed-by: erikj
coleenp [Tue, 16 Apr 2019 10:01:20 -0400] rev 54545
8220743: [TESTBUG] Review Runtime tests recently migrated from JDK subdirs
Summary: removed tests that will not find bugs in current code base.
Reviewed-by: lfoltan, hseigel
pmuthuswamy [Tue, 16 Apr 2019 17:56:53 +0530] rev 54544
8222395: Refactor the abstract classes of package and module index writer
Reviewed-by: hannesw
qpzhang [Tue, 16 Apr 2019 11:00:48 +0000] rev 54543
8222334: java -Xss0 triggers StackOverflowError
Summary: Launcher to use the stack size decided by hotpot or system if -Xss is 0
Reviewed-by: dholmes, alanb
rrich [Tue, 16 Apr 2019 08:51:01 +0200] rev 54542
8222271: [s390] optimize register usage in C2 instruction forms for clearing arrays
Reviewed-by: mdoerr, lucy
qpzhang [Tue, 09 Apr 2019 18:46:51 +0800] rev 54541
8163363: AArch64: Stack size in tools/launcher/Settings.java needs to be adjusted
Summary: Specify a proper min stack size input to -Xss for aarch64
Reviewed-by: aph
darcy [Mon, 15 Apr 2019 16:05:46 -0700] rev 54540
8222430: Add tests for ElementKind predicates
Reviewed-by: jjg
darcy [Mon, 15 Apr 2019 15:44:42 -0700] rev 54539
8222378: Provide mechanism to query preview feature status for annotation processors
Reviewed-by: jjg
mseledtsov [Mon, 15 Apr 2019 12:35:29 -0700] rev 54538
8222501: [TESTBUG] Docker support is always set to true in jtreg-ext/requires/VMProps.java
Summary: Restored prior code
Reviewed-by: dcubed
mseledtsov [Mon, 15 Apr 2019 11:44:07 -0700] rev 54537
8221711: [TESTBUG] create more tests for JFR in container environment
Summary: Added test cases for environment and network events
Reviewed-by: egahlin
zgu [Mon, 15 Apr 2019 13:07:06 -0400] rev 54536
8222425: Shenandoah: Move commonly used closures to separate files
Reviewed-by: shade
zgu [Mon, 15 Apr 2019 12:54:12 -0400] rev 54535
8222490: Shenandoah: Remove unused _par_state_string in ShenandoahRootEvacuator
Reviewed-by: shade
shade [Mon, 15 Apr 2019 18:22:10 +0200] rev 54534
8222397: x86_32 tests with UseSHA1Intrinsics SEGV due to garbled registers
Reviewed-by: kvn, dsamersoff
shade [Mon, 15 Apr 2019 18:22:08 +0200] rev 54533
8222410: java/nio/file/attribute/BasicFileAttributeView/UnixSocketFile hangs when "nc" does not accept "-U"
Reviewed-by: alanb
adinn [Tue, 09 Apr 2019 16:21:20 +0100] rev 54532
8221397: Support implementation-defined Map Modes
Summary: Allow implementation-defined extensions to FileChannel MapMode enum
Reviewed-by: alanb
hannesw [Mon, 15 Apr 2019 15:38:47 +0200] rev 54531
8221644: jquery directory should be renamed
Reviewed-by: jjg
mdoerr [Mon, 15 Apr 2019 10:16:04 +0200] rev 54530
8220625: tools/javac/classreader/8171132/BadConstantValue.java failed with "did not see expected error"
Reviewed-by: clanger
dholmes [Sun, 14 Apr 2019 21:40:07 +0000] rev 54529
8222387: Out-of-bounds access to CPU _family_id_xxx array
Reviewed-by: dholmes, kvn
Contributed-by: Jinke Fan <fanjinke51@yeah.net>
weijun [Sun, 14 Apr 2019 10:22:56 +0800] rev 54528
8222275: sun/security/tools/keytool/Serial64.java: assertTrue: expected true, was false
Reviewed-by: xuelei
epavlova [Fri, 12 Apr 2019 14:13:31 -0700] rev 54527
8208066: compiler/graalunit/JttThreadsTest.java failed with org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
Reviewed-by: iignatyev
zgu [Fri, 12 Apr 2019 16:30:19 -0400] rev 54526
8222419: Shenandoah: Remove unused _par_state_string in ShenandoahRootProcessor
Reviewed-by: rkennke
mseledtsov [Fri, 12 Apr 2019 12:26:29 -0700] rev 54525
8222299: [TESTBUG] move hotspot container tests to hotspot/containers
Summary: Moved the tests, updated relevant files
Reviewed-by: dholmes, iignatyev
zgu [Fri, 12 Apr 2019 09:55:30 -0400] rev 54524
8222403: Shenandoah: Remove ShenandoahAlwaysTrueClosure, use AlwaysTrueClosure instead
Reviewed-by: shade
coleenp [Fri, 12 Apr 2019 09:30:17 -0400] rev 54523
8222297: IRT_ENTRY/IRT_LEAF etc are the same as JRT
Summary: Replace IRT entry points with JRT.
Reviewed-by: lfoltan, dcubed
zgu [Fri, 12 Apr 2019 07:51:47 -0400] rev 54522
8222188: Shenandoah: Adjust Shenandoah work gang types
Reviewed-by: shade, rkennke
weijun [Fri, 12 Apr 2019 13:35:23 +0800] rev 54521
8180573: Refactor sun/security/tools shell tests to plain java tests
Reviewed-by: rhalade, valeriep
vromero [Thu, 11 Apr 2019 22:56:11 -0400] rev 54520
8222151: refactoring: enhancements to java.lang.Class::methodToString and java.lang.Class::getTypeName
Reviewed-by: darcy
Contributed-by: sergei.tsypanov@yandex.ru
dholmes [Thu, 11 Apr 2019 19:36:00 -0400] rev 54519
8222090: Add Hygon Dhyana processor support
Reviewed-by: kvn, dholmes, coleenp, rwestberg
Contributed-by: Jinke Fan <fanjinke51@yeah.net>
smarks [Thu, 11 Apr 2019 12:06:58 -0700] rev 54518
8217405: rmic should reject class files with preview features enabled
Reviewed-by: lancea, alanb
dcubed [Thu, 11 Apr 2019 14:14:30 -0400] rev 54517
8222034: Thread-SMR functions should be updated to remove work around
Reviewed-by: mdoerr, eosterlund
shurailine [Thu, 11 Apr 2019 03:05:11 -0800] rev 54516
8221857: Collect code coverage for a subset of code
Reviewed-by: erikj
shade [Thu, 11 Apr 2019 19:09:45 +0200] rev 54515
8222333: fastdebug build broken after JDK-8221393 (phase_mapping[] doesn't match enum Phase in WeakProcessorPhases)
Reviewed-by: zgu, shade
Contributed-by: Ao Qi <aoqi@loongson.cn>
jlahoda [Thu, 11 Apr 2019 17:55:18 +0200] rev 54514
8217047: Provide a way to inject missing parameter names
Summary: Adding a way to provide parameter names that are missing in the classfiles.
Reviewed-by: darcy, jjg
clanger [Thu, 11 Apr 2019 15:36:09 +0100] rev 54513
8221979: Cleanups for building Windows resources
Reviewed-by: erikj
jlahoda [Thu, 11 Apr 2019 14:49:04 +0200] rev 54512
8215407: javac should reject class files with bad EnclosingMethod attributes
Summary: Reject classfiles with broken EnclosingMethod attribute.
Reviewed-by: jjg
stefank [Wed, 10 Apr 2019 15:41:04 +0200] rev 54511
8221393: ResolvedMethodTable too small for StackWalking applications
Reviewed-by: coleenp, rehn
stefank [Wed, 10 Apr 2019 15:41:03 +0200] rev 54510
8221913: Add GC.selected() jtreg-ext function
Reviewed-by: kbarrett, pliden
psadhukhan [Thu, 11 Apr 2019 14:20:16 +0530] rev 54509
Merge
psadhukhan [Wed, 10 Apr 2019 10:46:53 +0530] rev 54508
Merge
psadhukhan [Wed, 10 Apr 2019 10:32:43 +0530] rev 54507
8222097: ProblemList tests that are failing recurringly and intermittently in PIT
Reviewed-by: prr, kaddepalli
serb [Tue, 09 Apr 2019 13:57:58 -0700] rev 54506
8221445: FastSysexMessage constructor crashes MIDI receiption thread
Reviewed-by: prr
aivanov [Tue, 09 Apr 2019 08:50:08 +0100] rev 54505
8221263: [TEST_BUG] RemotePrinterStatusRefresh test is hard to use
Reviewed-by: serb, prr
serb [Mon, 08 Apr 2019 14:48:35 -0700] rev 54504
8221885: Add intermittent test in the JavaSound to the ProblemList
Reviewed-by: prr
pbansal [Thu, 04 Apr 2019 12:14:51 +0530] rev 54503
8220349: The fix done for JDK-8214253 have caused issues in JTree behaviour
Reviewed-by: serb, prr
serb [Wed, 03 Apr 2019 15:56:29 -0700] rev 54502
6684386: ElementIterator javadoc bug
Reviewed-by: psadhukhan
psadhukhan [Wed, 03 Apr 2019 14:21:24 +0530] rev 54501
8221661: javax.swing.text.View.getPreferredSpan(int axis)
Reviewed-by: serb
pmuthuswamy [Thu, 11 Apr 2019 12:49:26 +0530] rev 54500
8217013: javadoc generates references to missing file overview-frame.html
Reviewed-by: hannesw
mbaesken [Wed, 10 Apr 2019 09:33:32 +0200] rev 54499
8221915: cleanup ticks related coding in os_perf_aix.cpp [aix]
Reviewed-by: mdoerr
aoqi [Wed, 10 Apr 2019 22:41:28 -0400] rev 54498
8222300: Zero build broken after JDK-8222231
Reviewed-by: dholmes
sspitsyn [Wed, 10 Apr 2019 17:29:03 -0700] rev 54497
8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
Summary: Fix GenerateEvents() to send CompiledMethodLoad events to requesting agent only
Reviewed-by: jcbeyler, amenkov
jwilhelm [Thu, 11 Apr 2019 01:21:11 +0200] rev 54496
Added tag jdk-13+16 for changeset 9d0ae9508d53
coleenp [Wed, 10 Apr 2019 17:31:31 -0400] rev 54495
8222231: Clean up interfaceSupport.inline.hpp duplicated code
Reviewed-by: dholmes, pchilanomate
dtitov [Wed, 10 Apr 2019 21:21:31 +0000] rev 54494
8222224: vmTestbase/nsk/jvmti/SingleStep/singlestep001/TestDescription.java fails
Reviewed-by: sspitsyn, jcbeyler, amenkov
vromero [Wed, 10 Apr 2019 17:15:53 -0400] rev 54493
8222035: minimal inference context optimization is forcing resolution with incomplete constraints
Reviewed-by: mcimadamore, cushon
redestad [Wed, 10 Apr 2019 20:03:07 +0200] rev 54492
8222029: Optimize Math.floorMod
Reviewed-by: aph, darcy
rschmelter [Wed, 10 Apr 2019 05:15:50 -0700] rev 54491
8222264: Windows incremental build is broken with JDK-8217728
Reviewed-by: erikj, clanger
erikj [Wed, 10 Apr 2019 07:04:35 -0700] rev 54490
8221851: Use of THIS_FILE in hotspot invalidates precompiled header on Linux/GCC
Reviewed-by: tbell, ysuenaga
rkennke [Wed, 10 Apr 2019 13:21:38 +0200] rev 54489
8222259: Shenandoah: Pre-evacuate string-dedup roots in Traversal GC
Reviewed-by: shade
pliden [Wed, 10 Apr 2019 12:45:32 +0200] rev 54488
8221984: ZGC: Clean up ZOop
Reviewed-by: stefank, eosterlund
smonteith [Tue, 09 Apr 2019 12:47:34 +0200] rev 54487
8222180: ZGC: ZForwarding::verify() failing when checking for duplicates
Reviewed-by: pliden, eosterlund
redestad [Wed, 10 Apr 2019 12:05:50 +0200] rev 54486
8221836: Avoid recalculating String.hash when zero
Reviewed-by: jrose, adinn
Contributed-by: peter.levart@gmail.com, claes.redestad@oracle.com
mbaesken [Wed, 10 Apr 2019 08:51:38 +0200] rev 54485
8219241: Provide basic virtualization related info in the hs_error file on linux/windows x86_64
Reviewed-by: dholmes, mdoerr
valeriep [Wed, 10 Apr 2019 02:41:43 +0000] rev 54484
Merge
valeriep [Wed, 10 Apr 2019 02:35:18 +0000] rev 54483
8216039: TLS with BC and RSASSA-PSS breaks ECDHServerKeyExchange
Summary: Add internal Signature init methods to select provider based on both key and parameter
Reviewed-by: xuelei
jcbeyler [Tue, 09 Apr 2019 19:34:05 -0700] rev 54482
8221853: Data race in compile broker (set_last_compile)
Summary: Remove the debug code provoking it
Reviewed-by: kvn, thartmann
igerasim [Tue, 09 Apr 2019 16:32:22 -0700] rev 54481
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
Reviewed-by: igerasim, rriggs
Contributed-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>, Ivan Gerasimov <ivan.gerasimov@oracle.com>
dcubed [Tue, 09 Apr 2019 18:26:36 -0400] rev 54480
8222229: ProblemList compiler/jsr292/InvokerSignatureMismatch.java
Reviewed-by: iignatyev
rkennke [Tue, 09 Apr 2019 23:36:43 +0200] rev 54479
8222227: Shenandoah: Fix Traversal GC weak roots handling in final-traversal pause
Reviewed-by: shade, zgu
shade [Tue, 09 Apr 2019 21:20:16 +0200] rev 54478
8222186: Shenandoah should not uncommit below minimum heap size
Reviewed-by: zgu, rkennke
shade [Tue, 09 Apr 2019 21:20:15 +0200] rev 54477
8222185: Shenandoah should report "committed" as capacity
Reviewed-by: zgu, rkennke
bpb [Tue, 09 Apr 2019 12:17:03 -0700] rev 54476
8221852: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE should be selected at runtime, not build time
Reviewed-by: alanb, shade
smarks [Tue, 09 Apr 2019 09:49:36 -0700] rev 54475
8221924: get(null) on single-entry unmodifiable Map returns null instead of throwing NPE
Reviewed-by: redestad, lancea
fyang [Mon, 08 Apr 2019 14:40:31 +0800] rev 54474
8221658: aarch64: add necessary predicate for ubfx patterns
Reviewed-by: aph
jiefu [Tue, 09 Apr 2019 06:11:54 -0700] rev 54473
8221894: Add comments for docker tests in the test doc
Reviewed-by: erikj, dholmes
mullan [Tue, 09 Apr 2019 08:56:15 -0400] rev 54472
8020637: Permissions.readObject doesn't enforce proper Class to PermissionCollection mappings
Reviewed-by: weijun
redestad [Tue, 09 Apr 2019 11:40:01 +0200] rev 54471
8222144: BuiltinClassLoader should create the CodeSource for jrt URLs lazily
Reviewed-by: alanb
mbaesken [Mon, 08 Apr 2019 14:36:33 +0200] rev 54470
8221535: add steal tick related information to hs_error file [linux]
Reviewed-by: dholmes, goetz
dholmes [Mon, 08 Apr 2019 21:39:43 +0000] rev 54469
8221584: SIGSEGV in os::PlatformEvent::unpark() in JvmtiRawMonitor::raw_exit while posting method exit event
Reviewed-by: dholmes, dcubed
Contributed-by: robbin.ehn@oracle.com, stefan.karlsson@oracle.com
dholmes [Mon, 08 Apr 2019 17:30:18 -0400] rev 54468
8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output
Reviewed-by: cjplummer, zgu
sangheki [Mon, 08 Apr 2019 12:15:40 -0700] rev 54467
8218049: Survivor MemoryMXBean used() size granularity is region based
Reviewed-by: tschatzl, kbarrett
tschatzl [Mon, 08 Apr 2019 21:01:17 +0200] rev 54466
8222105: Add "use_" prefix to G1Policy::adaptive_young_list_length
Summary: Improve naming of G1Policy::adaptive_young_list_length to improve readability.
Reviewed-by: kbarrett
tschatzl [Mon, 08 Apr 2019 20:37:52 +0200] rev 54465
8218668: Clean up evacuation of optional collection set
Summary: Better integrate optional collection set evacuation into the existing evacuation scheme, fixing a few minor issues with the initial implementation.
Reviewed-by: kbarrett, sangheki
epavlova [Mon, 08 Apr 2019 11:11:22 -0700] rev 54464
8216551: GraalUnitTestLauncher should be executed as '@run driver'
Reviewed-by: dlong, kvn
shade [Mon, 08 Apr 2019 19:43:04 +0200] rev 54463
8222130: Shenandoah should verify roots after pre-evacuation
Reviewed-by: rkennke, zgu
mullan [Mon, 08 Apr 2019 13:33:28 -0400] rev 54462
8222133: Add temporary exceptions for root certs that are due to expire soon
Reviewed-by: xuelei
zgu [Mon, 08 Apr 2019 13:22:59 -0400] rev 54461
8222086: CodeCache::UnloadingScope needs to preserve and restore previous IsUnloadingBehavior
Reviewed-by: eosterlund
dtitov [Mon, 08 Apr 2019 17:09:02 +0000] rev 54460
8221730: jcmd process name matching broken
Reviewed-by: jcbeyler, dholmes, cjplummer
sgroeger [Mon, 08 Apr 2019 15:01:39 +0100] rev 54459
8222027: java/util/logging/LogManager/TestLoggerNames.java generates intermittent ClassCastException
Summary: Make a strong reference to TestLogger and dont fetch it from LogManager
Reviewed-by: dfuchs
rkennke [Mon, 08 Apr 2019 18:42:29 +0200] rev 54458
8222129: Shenandoah: Missing CompareAndSwapP/N case in get_barrier_strength()
Reviewed-by: shade
rkennke [Mon, 08 Apr 2019 18:42:27 +0200] rev 54457
8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1
Reviewed-by: shade
mullan [Mon, 08 Apr 2019 12:19:51 -0400] rev 54456
8222089: [TESTBUG] sun/security/lib/cacerts/VerifyCACerts.java fails due to cert within 90-day expiry window
Reviewed-by: xuelei
erikj [Fri, 05 Apr 2019 06:48:20 -0700] rev 54455
8221907: make reconfigure breaks when configured with relative paths
Reviewed-by: dholmes
shade [Mon, 08 Apr 2019 15:25:27 +0200] rev 54454
8222111: exeCallerAccessTest.c fails to build: control reaches end of non-void function
Reviewed-by: alanb, dholmes
dpochepk [Mon, 08 Apr 2019 15:54:47 +0300] rev 54453
8221995: AARCH64: problems with CAS instructions encoding
Reviewed-by: aph
clanger [Mon, 08 Apr 2019 06:56:37 +0100] rev 54452
8221880: Better customization for Windows RC properties FileDescription and ProductName
Reviewed-by: erikj
ngasson [Mon, 08 Apr 2019 09:31:39 +0800] rev 54451
8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64
Reviewed-by: aph, sgehwolf, mseledtsov
shade [Sun, 07 Apr 2019 13:28:18 +0200] rev 54450
8222032: x86_32 fails with "wrong size of mach node" on AVX-512 machine
Reviewed-by: kvn, vlivanov
shade [Sun, 07 Apr 2019 13:28:18 +0200] rev 54449
8221917: serviceability/sa/TestPrintMdo.java fails on 32-bit platforms
Reviewed-by: cjplummer, dholmes
mchung [Sun, 07 Apr 2019 18:09:06 +0800] rev 54448
8222082: Build of test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c still failing on Windows
Reviewed-by: alanb, dholmes
mchung [Sun, 07 Apr 2019 03:00:52 +0000] rev 54447
8222078: test/jdk/java/lang/reflect/exeCallerAccessTest/exeCallerAccessTest.c build fails after 8221530
Reviewed-by: lancea, dholmes
mchung [Sat, 06 Apr 2019 21:16:40 +0800] rev 54446
8221530: Caller sensitive methods not handling caller = null when invoked by JNI code with no java frames on stack
Reviewed-by: alanb, dholmes, sundar
mchung [Sat, 06 Apr 2019 21:05:58 +0800] rev 54445
8220282: Add MethodHandle tests on accessing final fields
Reviewed-by: lancea
jjg [Fri, 05 Apr 2019 15:57:33 -0700] rev 54444
8221871: javadoc should not set role=region on <section> elements
Reviewed-by: hannesw
xuelei [Fri, 05 Apr 2019 11:28:23 -0700] rev 54443
8221882: Use fiber-friendly java.util.concurrent.locks in JSSE
Reviewed-by: alanb, dfuchs
jjg [Fri, 05 Apr 2019 11:17:09 -0700] rev 54442
8221997: fix headings in jdk.javadoc
Reviewed-by: hannesw
bpb [Fri, 05 Apr 2019 08:37:33 -0700] rev 54441
8221597: A typo in the Java API doc for File.getUsableSpace()
Reviewed-by: lancea, darcy
aph [Fri, 05 Apr 2019 09:53:07 -0400] rev 54440
8219993: AArch64: Compiled CI stubs are unsafely modified
Reviewed-by: adinn
adinn [Fri, 05 Apr 2019 10:01:09 +0100] rev 54439
8221477: Inject os/cpu-specific constants into Unsafe from JVM
Summary: Initialize Unsafe os/cpu-specific constants using injection instead of native callouts
Reviewed-by: stuefe, coleenp, dholmes, plevart
gadams [Fri, 05 Apr 2019 07:10:07 -0400] rev 54438
8203364: Some serviceability/sa/ tests intermittently fail with java.io.IOException: LingeredApp terminated with non-zero exit code 3
Reviewed-by: cjplummer, jcbeyler
stuefe [Wed, 27 Mar 2019 14:13:34 +0100] rev 54437
8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends
Reviewed-by: adinn, coleenp, mdoerr
mdoerr [Fri, 05 Apr 2019 09:18:18 +0200] rev 54436
8221833: Readability check in Symbol::is_valid not performed for some addresses
Reviewed-by: zgu, coleenp
shade [Fri, 05 Apr 2019 09:06:19 +0200] rev 54435
8221918: runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found
Reviewed-by: jiangli, dholmes
mbaesken [Tue, 02 Apr 2019 13:54:00 +0200] rev 54434
8218547: Simplify JLI_Open on Windows in native code (libjli)
Reviewed-by: alanb, clanger
goetz [Fri, 05 Apr 2019 07:59:13 +0200] rev 54433
8219918: ProblemList hotspot tests failing in SAP testing.
Reviewed-by: dholmes
goetz [Thu, 04 Apr 2019 09:39:44 +0200] rev 54432
8221470: Print methods in exception messages in java-like Syntax.
Reviewed-by: dholmes, mdoerr, coleenp
coleenp [Thu, 04 Apr 2019 17:23:05 -0400] rev 54431
8221992: Fix old method replacement in ResolvedMethodTable
Summary: Use method get_new_method() which is used in other call sites.
Reviewed-by: sspitsyn
xuelei [Thu, 04 Apr 2019 14:19:29 -0700] rev 54430
8163326: Update the default enabled cipher suites preference
Reviewed-by: mullan
redestad [Thu, 04 Apr 2019 23:21:52 +0200] rev 54429
8221921: Implement size() / isEmpty() in immutable collections
Reviewed-by: smarks
redestad [Thu, 04 Apr 2019 23:21:24 +0200] rev 54428
8221981: Simplify Map/List/Set.of() implementation
Reviewed-by: smarks
redestad [Thu, 04 Apr 2019 23:19:26 +0200] rev 54427
8221980: Simplify Optional implementation
Reviewed-by: smarks, clanger
erikj [Thu, 04 Apr 2019 13:56:04 -0700] rev 54426
8221996: Bootcycle build broken
Reviewed-by: tbell
rkennke [Thu, 04 Apr 2019 21:29:46 +0200] rev 54425
8221848: Shenandoah: ArrayCopy post-barrier improvements
Reviewed-by: zgu
mseledtsov [Thu, 04 Apr 2019 12:29:43 -0700] rev 54424
8221710: [TESTBUG] more configurable parameters for docker testing
Summary: Introduced docker test config properties
Reviewed-by: lmesnik, iignatyev, egahlin
rkennke [Tue, 02 Apr 2019 23:00:22 +0200] rev 54423
8221766: Load-reference barriers for Shenandoah
Reviewed-by: kvn, erikj, aph, shade
erikj [Thu, 04 Apr 2019 07:43:44 -0700] rev 54422
8217728: Speed up incremental rerun of "make hotspot"
Reviewed-by: tbell
weijun [Thu, 04 Apr 2019 20:22:16 +0800] rev 54421
8219861: Add new keytool -showinfo -tls command for displaying TLS configuration information
Reviewed-by: mullan
rschmelter [Tue, 26 Mar 2019 01:46:06 -0700] rev 54420
8221325: Add information about swap space to print_memory_info() on MacOS
Reviewed-by: stuefe, dholmes
coleenp [Wed, 03 Apr 2019 20:39:19 -0400] rev 54419
8221872: Remove uses of ClassLoaderWeakHandle typedef in protection domain table
Summary: Make consistent with StringTable and ResolvedMethodTable
Reviewed-by: dholmes
jwilhelm [Thu, 04 Apr 2019 01:46:14 +0200] rev 54418
Added tag jdk-13+15 for changeset f855ec13aa25
xuelei [Wed, 03 Apr 2019 16:23:22 -0700] rev 54417
8217610: TLSv1.3 fail with ClassException when EC keys are stored in PKCS11
Reviewed-by: valeriep
dholmes [Wed, 03 Apr 2019 22:03:39 +0000] rev 54416
8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5"
Reviewed-by: dcubed, stuefe
erikj [Wed, 03 Apr 2019 12:52:37 -0700] rev 54415
8221764: Reduce make Init.gmk logging overhead
Reviewed-by: tbell
rkennke [Wed, 27 Mar 2019 22:25:03 +0100] rev 54414
8220664: Simplify ShenandoahUpdateHeapRefsClosure
Reviewed-by: shade
lancea [Wed, 03 Apr 2019 11:30:23 -0400] rev 54413
8216539: tools/jar/modularJar/Basic.java times out
Reviewed-by: mchung, alanb, bchristi, bpb
redestad [Wed, 03 Apr 2019 17:06:35 +0200] rev 54412
8221701: Archive constant BaseLocales
Reviewed-by: naoto
lucy [Wed, 03 Apr 2019 16:55:41 +0200] rev 54411
8221482: Initialize VMRegImpl::regName[] earlier to prevent assert during PrintStubCode
Reviewed-by: kvn
psadhukhan [Wed, 03 Apr 2019 13:30:05 +0530] rev 54410
Merge
psadhukhan [Tue, 02 Apr 2019 10:57:57 +0530] rev 54409
Merge
psadhukhan [Tue, 02 Apr 2019 10:55:20 +0530] rev 54408
8221731: Fix doclint handling of accessibility heading in java.desktop
Reviewed-by: erikj
serb [Sun, 31 Mar 2019 16:57:21 -0700] rev 54407
8220495: Update GIFlib library to the 5.1.8
Reviewed-by: prr
serb [Fri, 29 Mar 2019 23:14:37 -0700] rev 54406
8221436: Incorrect check of package in Line.Info.toString()
Reviewed-by: prr
serb [Fri, 29 Mar 2019 17:46:59 -0700] rev 54405
8220320: Remove unused old code in GraphicsEnvironment on unix
Reviewed-by: prr
serb [Fri, 29 Mar 2019 16:09:47 -0700] rev 54404
8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color
Reviewed-by: prr