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
Denghui Dong
5bb821771e
8242792: interval < flushInterval is always false in jdk.jfr.internal.RequestEngine#setFlushInterval
...
Reviewed-by: egahlin
2020-04-23 15:48:55 +02:00
Per Lidén
3b9b4b2fdc
8241603: ZGC: java/lang/management/MemoryMXBean/MemoryTestZGC.sh crashes on macOS
...
Reviewed-by: eosterlund, clanger, mbaesken, azeller
2020-04-23 15:37:12 +02:00
Volker Simonis
2594f0b9b8
8242848: Improve performance of InflaterOutputStream.write()
...
Reviewed-by: stuefe, vtewari, redestad, lancea
2020-04-23 14:23:53 +02:00
Aleksey Shipilev
4f05f3f885
8243465: Shenandoah: ditch unused pause_other, conc_other counters
...
Reviewed-by: rkennke
2020-04-23 13:48:32 +02:00
Aleksey Shipilev
fde66512df
8243464: Shenandoah: print statistic counters in time order
...
Reviewed-by: rkennke
2020-04-23 13:48:23 +02:00
Aleksey Shipilev
cbdb4ba7ca
8243463: Shenandoah: ditch total_pause counters
...
Reviewed-by: rkennke
2020-04-23 13:48:13 +02:00
Aleksey Shipilev
b28137b093
8243460: Shenandoah: purge init_update_refs_prepare counter
...
Reviewed-by: rkennke
2020-04-23 13:48:07 +02:00
Christoph Langer
a7830958e3
8243117: Cleanups in Java code of module jdk.jlink
...
Reviewed-by: redestad, alanb
2020-04-23 11:56:45 +02:00
Serguei Spitsyn
e507405f5c
8241214: Test debugging of hidden classes using jdb
...
Add test and enable jdb support for hidden classes
Reviewed-by: cjplummer, amenkov, mchung, lmesnik
2020-04-23 07:46:18 +00:00
Yasumasa Suenaga
8d388381ee
8243450: Remove VMOps from jdk.hotspot.agent
...
Reviewed-by: cjplummer, dholmes
2020-04-23 12:14:58 +09:00
Chris Plummer
7f634155b5
8243210: ClhsdbScanOops fails with NullPointerException in FileMapHeader.inCopiedVtableSpace
...
Reviewed-by: iklam, sspitsyn
2020-04-22 15:09:32 -07:00
Zhengyu Gu
58e284c017
8243323: Shenandoah: Recycle immediate garbage before concurrent class unloading
...
Reviewed-by: shade
2020-04-22 17:59:59 -04:00
Zhengyu Gu
82e43b2527
8243200: Shenandoah: Allow concurrent nmethod iteration
...
Reviewed-by: rkennke, shade
2020-04-22 17:10:17 -04:00
Patrick Concannon
42d2a7411b
8243408: Inconsistent Exceptions are thrown by MulticastSocket when sending a DatagramPacket to port 0
...
This fix adds a check for port == 0 to MulticastSocket's 2-arg send method to ensure a consistent exception is thrown across platforms
Reviewed-by: dfuchs
2020-04-22 20:41:56 +01:00
Claes Redestad
268ea904ec
8243254: Examine ZipFile slash optimization for non-ASCII compatible charsets
...
Reviewed-by: lancea, naoto, martin
2020-04-22 21:13:10 +02:00
Xue-Lei Andrew Fan
72446bb0dc
8242141: New System Properties to configure the TLS signature schemes
...
Reviewed-by: ascarpino, jnimeh, mullan
2020-04-22 10:51:16 -07:00
Bhawesh Choudhary
c1eb104fa1
8233584: [Win LAF] When navigating the contents of the file list changes in Win LAF
...
Reviewed-by: serb, aivanov
2020-04-22 13:43:07 +05:30
Phil Race
def1d5a8c0
8242004: TextLayout throws Exception with a non-invertible transform
...
Reviewed-by: serb, jdv
2020-04-20 15:19:55 -07:00
Phil Race
9ad39392db
8233006: freetype incorrectly adjusts advances when emboldening rotated glyphs
...
Reviewed-by: serb, jdv
2020-04-20 13:50:16 -07:00
Anton Litvinov
62a2354299
8242498: Invalid "sun.awt.TimedWindowEvent" object leads to JVM crash
...
Reviewed-by: prr, serb
2020-04-20 19:25:41 +01:00
Sergey Bylokhov
73e52d0690
8242174: [macos] The NestedModelessDialogTest test make the macOS unstable
...
Reviewed-by: prr
2020-04-20 09:35:04 -07:00
Jayathirth D V
12d93f11c0
8195841: PNGImageReader.readNullTerminatedString() doesnt check for non-null terminated strings with length equal to maxLen
...
Reviewed-by: serb, prr
2020-04-17 11:10:45 +05:30
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
Sergey Bylokhov
74b556d666
8240290: Clean the "libawt_xawt" library from code for macOS
...
Reviewed-by: prr
2020-04-14 08:19:48 -07: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