Aleksey Shipilev
da064f8060
8244226: Shenandoah: per-cycle statistics contain worker data from previous cycles
...
Reviewed-by: rkennke
2020-05-01 16:03:26 +02:00
Ichiroh Takiguchi
318fab950a
8242541: Small charset issues (ISO8859-16, x-eucJP-Open, x-IBM834 and x-IBM949C)
...
Modify ISO8859-16, x-eucJP-Open, x-IBM834 and x-IBM949C charset related files
Reviewed-by: naoto
2020-05-01 21:43:28 +09:00
Kim Barrett
60b41575ea
8243628: Deprecate -XX:ForceNUMA option
...
Added ForceNUMA to the deprecation table for jdk15.
Reviewed-by: pliden, tschatzl
2020-05-01 00:25:23 -04:00
Weijun Wang
07cb35a9f3
8244087: 2020-04-24 public suffix list update
...
Reviewed-by: mullan
2020-05-01 12:26:34 +08:00
Andy Herrick
908e57638c
8219536: Add Option for user defined jlink options
...
Reviewed-by: asemenyuk, almatvee
2020-04-30 13:03:20 -04:00
Naoto Sato
2ebf5a261c
8244152: Remove unnecessary hash map resize in LocaleProviderAdapters
...
Reviewed-by: joehw, vtewari
2020-04-30 13:48:21 -07:00
Zhengyu Gu
227868034a
8241793: Shenandoah: Enable concurrent class unloading for aarch64
...
Reviewed-by: smonteith, rkennke
2020-04-30 14:00:50 -04:00
Aleksey Shipilev
7f877f6384
8243495: Shenandoah: print root statistics for concurrent weak/strong root phases
...
Reviewed-by: rkennke
2020-04-30 18:05:55 +02:00
Aleksey Shipilev
38e6f3665c
8244180: Shenandoah: carry Phase to ShWorkerTimingsTracker explicitly
...
Reviewed-by: zgu
2020-04-30 18:05:53 +02:00
Coleen Phillimore
c37bd06081
8244107: Incorrect parameters in ReservedSpace constructor change
...
Revert cardTable.cpp change from JDK-8243393.
Reviewed-by: dholmes
2020-04-30 09:48:30 -04:00
Harold Seigel
d74e4f2237
8243572: Multiple tests fail with assert(cld->klasses() != 0LL) failed: unexpected NULL for cld->klasses()
...
Merge unsafe anonymous class stats with hidden classes, avoiding having to call cld->klasses()
Reviewed-by: lfoltan, mchung, mgronlun
2020-04-30 13:10:09 +00:00
Coleen Phillimore
5b86c4aa68
Merge
2020-04-30 06:15:34 -04:00
Coleen Phillimore
3153373e49
8242898: Clean up InstanceKlass::_array_klasses
...
Make type ObjArrayKlass
Reviewed-by: dholmes, iklam
2020-04-30 06:05:53 -04:00
Per Lidén
68e53065e0
8240679: ZGC GarbageCollectorMXBean reports inaccurate post GC heap size for ZHeap pool
...
Reviewed-by: eosterlund
2020-04-30 10:59:23 +02:00
Aleksey Shipilev
05b3bc57ac
8243573: Shenandoah: rename GCParPhases and related code
...
Reviewed-by: rkennke
2020-04-30 10:02:10 +02:00
Yang Zhang
e93cd7ed3c
8243155: AArch64: Add support for SqrtVF
...
Reviewed-by: aph
2020-04-29 09:58:09 +08:00
Mandy Chung
560da25f46
8243598: Typos in java.lang.invoke package-info
...
Reviewed-by: psandoz, lancea
2020-04-29 13:14:27 -07:00
Andy Herrick
bef54e0a7e
8243673: Mac signing process should not use --deep arg
...
Reviewed-by: asemenyuk, almatvee
2020-04-29 11:47:05 -04:00
Roland Westrelin
f0b37f161b
8239569: PublicMethodsTest.java failed due to NPE in java.base/java.nio.file.FileSystems.getFileSystem(FileSystems.java:230)
...
Reviewed-by: thartmann, kvn
2020-04-23 15:54:08 +02:00
Roland Westrelin
3cb0f002b3
8242502: UnexpectedDeoptimizationTest.java failed "assert(phase->type(obj)->isa_oopptr()) failed: only for oop input"
...
Reviewed-by: kvn, thartmann
2020-04-15 10:56:30 +02:00
Kim Barrett
478773c102
8243326: Cleanup use of volatile in taskqueue code
...
Removed volatile on queue elements, cleaned up other uses, made atomics explicit.
Reviewed-by: tschatzl, iwalulya
2020-04-14 02:25:19 -04:00
Nikolay Martynov
313758a57a
8243489: Thread CPU Load event may contain wrong data for CPU time under certain conditions
...
Reviewed-by: jbachorik
2020-04-29 13:27:01 +02:00
Matthias Baesken
46a67f4b31
8243648: Windows 32bit compile error src/jdk.incubator.jpackage/windows/native/libjpackage/VersionInfo.cpp
...
Reviewed-by: asemenyuk, herrick
2020-04-29 10:05:30 +02:00
Alan Bateman
fe152cdcc5
8243666: ModuleHashes attribute generated for JMOD and JAR files depends on timestamps
...
Reviewed-by: mchung
2020-04-29 08:38:28 +01:00
Matthias Baesken
60e2afe2d3
8243389: enhance os::pd_print_cpu_info on linux
...
Reviewed-by: dholmes, mdoerr
2020-04-29 08:57:40 +02:00
Stuart Monteith
739e8e322d
8216557: Aarch64: Add support for Concurrent Class Unloading
...
Co-authored-by: Andrew Haley <aph@redhat.com>
Reviewed-by: aph, eosterlund, pliden, njian
2020-04-29 14:53:48 +08:00
Chris Plummer
6911667eb7
8243500: SA: Incorrect BCI and Line Number with jstack if the top frame is in the interpreter (BSD and Windows)
...
Reviewed-by: amenkov, sspitsyn
2020-04-28 13:38:45 -07:00
Chris Plummer
5d2740b524
8231634: SA stack walking fails with "illegal bci"
...
Reviewed-by: amenkov, sspitsyn
2020-04-28 13:35:46 -07:00
Kiran Sidhartha Ravikumar
066346ce9c
8243541: (tz) Upgrade time-zone data to tzdata2020a
...
Reviewed-by: naoto, martin, andrew
2020-04-28 17:31:20 +00:00
John Paul Adrian Glaubitz
1b16192363
8243997: Linux build failed after JDK-8242244
...
Reviewed-by: ihse
2020-04-28 18:23:12 +02:00
Zhengyu Gu
04ae3fd603
8243848: Shenandoah: Windows build fails after JDK-8239786
...
Reviewed-by: rkennke, stuefe
2020-04-28 12:20:15 -04:00
Coleen Phillimore
3ed0849504
8243393: Improve ReservedSpace constructor resolution
...
Remove possibly ambiguous constructor and use directly in ReservedCodeHeap
Reviewed-by: stuefe
2020-04-28 07:35:28 -04:00
John Paul Adrian Glaubitz
1b0a423f6f
8242244: Remove redundant ELF machine definitions
...
Reviewed-by: dholmes
2020-04-28 11:43:00 +02:00
Rahul Yadav
184b433630
8242999: HTTP/2 client may not handle CONTINUATION frames correctly
...
Updated jdk.internal.net.http.Stream.incoming(Http2Frame frame) to handle continuation frame with END_HEADER flag
Reviewed-by: chegar, dfuchs
2020-04-28 10:30:27 +01:00
Kim Barrett
538e005813
8242459: ForceNUMA and only one available NUMA node hits a guarantee
...
Fix some asserts to handle the single-NUMA node + ForceNUMA case.
Reviewed-by: sjohanss, tschatzl
2020-04-28 03:02:21 -04:00
Calvin Cheung
18c43241fb
8241815: Unnecessary calls to SystemDictionaryShared::define_shared_package
...
Avoid calling ClassLoaders.definePackage during loading of shared classes originated from the module image since java.lang.Package for named modules are automatically defined.
Reviewed-by: mchung, lfoltan
2020-04-28 00:09:53 +00:00
Dean Long
03f8e6ccd8
8219607: Add support in Graal and AOT for hidden class
...
Reviewed-by: kvn
2020-04-27 14:23:15 -07:00
Naoto Sato
9697772b1f
8243664: JavaDoc of CompactNumberFormat points to wrong enum
...
Reviewed-by: rriggs, joehw
2020-04-27 14:03:45 -07:00
Claes Redestad
d2e0d0e06a
8243469: Lazily encode name in ZipFile.getEntryPos
...
Co-authored-by: Eirik Bjørsnøs <eirbjo@gmail.com>
Reviewed-by: lancea, simonis
2020-04-27 17:26:05 +02:00
Erik Gahlin
c55e7d5a4a
8242034: Remove JRE_HOME references
...
Reviewed-by: mbaesken
2020-04-27 15:01:22 +02:00
Erik Gahlin
0bbdcdac5a
8240783: JFR: TestClose could not finish chunk
...
Reviewed-by: mgronlun, mseledtsov
2020-04-27 14:29:44 +02:00
Pavel Rappo
32eb99e3e3
8243563: Doc comments cleanup
...
Reviewed-by: egahlin
2020-04-27 12:34:32 +01:00
Martin Doerr
0e07f5a7d7
8151030: PPC64: AllocatePrefetchStyle=4 is out of range
...
Cleanup prefetching code and use AllocatePrefetchLines=1 by default.
Reviewed-by: goetz, mhorie, lucy
2020-04-27 10:01:04 +02:00
Bin Liao
b2db7a0c9a
8243539: Copyright info (Year) should be updated for fix of 8241638
...
Reviewed-by: weijun
2020-04-27 12:32:12 +08:00
Kim Barrett
7fb48971ee
8243587: Missing comma in copyright header
...
Added comma.
Reviewed-by: iignatyev
2020-04-26 22:28:19 -04:00
Coleen Phillimore
f8ab03fa04
8243503: InstanceKlass::_array_name is not needed and leaks
...
Decrement the refcount for all Klass in class unloading.
Reviewed-by: lfoltan, hseigel
2020-04-24 16:54:28 -04:00
Zhengyu Gu
05bf8dced5
8243578: Shenandoah: Cleanup ShenandoahStringDedup::parallel_oops_do()
...
Reviewed-by: shade
2020-04-24 16:37:09 -04:00
Xue-Lei Andrew Fan
bfcb340606
8236464: SO_LINGER option is ignored by SSLSocket in JDK 11
...
Reviewed-by: ascarpino
2020-04-24 13:30:47 -07:00
Alexey Semenyuk
88f3861cb7
8236129: Exe installers have wrong properties
...
Reviewed-by: herrick, almatvee
2020-04-24 16:13:23 -04:00
Mandy Chung
33d9178ebd
8243574: java.lang.invoke.InvokerBytecodeGenerator.ClassData should be package-private
...
Reviewed-by: alanb
2020-04-24 12:59:04 -07:00