Jim Laskey
afe76a97d5
8245398: Remove addition preview adornment from String::formatted
...
Reviewed-by: psandoz
2020-05-20 10:00:52 -03:00
Coleen Phillimore
47ceb80368
8245428: Remove unused oopFactory functions
...
Reviewed-by: stuefe, dholmes
2020-05-20 07:00:25 -04:00
Stefan Karlsson
3d659eff6e
8245000: Windows GDI functions don't support large pages
...
Reviewed-by: kbarrett, sjohanss
2020-05-20 08:56:40 +02:00
Stefan Karlsson
6f29ba1991
8245002: Windows GDI functions don't support NUMA interleaving
...
Reviewed-by: kbarrett, sjohanss, tschatzl
2020-05-19 13:40:02 +02:00
Markus Grönlund
0d5f6548a9
8245042: Improve scalability of reading Windows Performance counters via PDH when using the Process object
...
Reviewed-by: dcubed, egahlin
2020-05-20 12:06:05 +02:00
Per Lidén
8c7fac8a2d
8245450: ZGC: Remove unused ZArguments::initialize_platform()
...
Reviewed-by: tschatzl
2020-05-20 11:59:09 +02:00
Claes Redestad
6812f6f641
8218173: exception during StringConcatFactory clinit breaks string concat with no fallback
...
Reviewed-by: psandoz, jlaskey
2020-05-20 11:35:58 +02:00
Erik Österlund
6508c5a38d
8243996: Remove hardcoded field offsets from HotSpot
...
Reviewed-by: jrose, coleenp, dholmes, fparain
2020-05-20 09:31:38 +00:00
Matthias Baesken
c3e3459027
8244183: linker error jpackageapplauncher on Windows 32bit
...
Reviewed-by: asemenyuk
2020-05-06 17:24:47 +02:00
Kim Barrett
e9b8463d3d
8245236: Remove MO_VOLATILE Access decorator
...
Use MO_RELAXED instead of MO_VOLATILE and removed MO_VOLATILE.
Reviewed-by: stefank, tschatzl
2020-05-20 02:02:48 -04:00
Nick Gasson
18db3dec42
8244164: AArch64: jaotc generates incorrect code for compressed OOPs with non-zero heap base
...
Reviewed-by: aph
2020-05-11 12:05:55 +08:00
Thomas Stuefe
939c0a46a7
8245035: Clean up os::split_reserved_memory()
...
Reviewed-by: coleenp, stefank
2020-05-19 21:04:44 +02:00
Xin Liu
104ea2d56d
8244170: [aarch64] correct instruction typo for dcps1/2/3
...
Replace dpcs with dcps
Reviewed-by: adinn, phh
2020-05-19 10:38:26 -07:00
Jonathan Gibbons
554e988bea
8243396: Add a brief description of argfiles to the javadoc help output
...
Reviewed-by: prappo
2020-05-19 10:11:13 -07:00
Daniil Titov
9d4872f612
8241080: Consolidate signature parsing code in serviceability tools
...
Reviewed-by: sspitsyn, cjplummer
2020-05-19 09:40:21 -07:00
Martin Doerr
b6fde85f33
8245047: [PPC64] C2: ReverseBytes + Load always match to unordered Load (acquire semantics missing)
...
Introduce separate nodes with acquire semantics which match ReverseBytes + Load.acquire.
Reviewed-by: shade, lucy
2020-05-19 15:11:58 +02:00
Yasumasa Suenaga
ebf928a0e7
8244819: hsdis does not compile with binutils 2.34+
...
Reviewed-by: kvn, thartmann
2020-05-19 20:58:51 +09:00
Per Lidén
8ec7512fec
8245106: ZGC: Fix incorrect setup when using -XX:+UseTransparentHugePages
...
Reviewed-by: stefank, eosterlund
2020-05-19 08:34:14 +02:00
Per Lidén
bcf99aa98e
8245098: Make SafeFetch32/N available earlier
...
Reviewed-by: kbarrett, dholmes
2020-05-19 08:34:14 +02:00
Per Lidén
ce6aadbd2f
8245196: ZGC: No need to disable UseBiasedLocking by default
...
Reviewed-by: tschatzl, kbarrett
2020-05-19 08:34:14 +02:00
Per Lidén
cc3a8595a4
8245233: ZGC: Load volatile oops using Atomic::load()
...
Reviewed-by: stefank, kbarrett, smonteith
2020-05-19 08:34:13 +02:00
Valerie Peng
080b3b83eb
8242151: Improve OID mapping and reuse among JDK security providers for aliases registration
...
Use sun.security.util.KnownOIDs enum instead of hardcoding oid strings everywhere
Reviewed-by: weijun
2020-05-19 04:05:03 +00:00
Hai-May Chao
a97932d8fc
8245151: jarsigner should not raise duplicate warnings on verification
...
Reviewed-by: weijun
2020-05-19 11:55:44 +08:00
Yasumasa Suenaga
4159f6852e
8233706: JFR emergency dump should be performed after error reporting
...
Reviewed-by: mgronlun, egahlin
2020-05-19 09:02:30 +09:00
Joe Wang
b08140dade
8245231: Javadoc for the readObject methods needs to be updated
...
Reviewed-by: lancea, msheppar
2020-05-18 22:13:35 +00:00
Jonathan Gibbons
039cb65753
8239816: Make handling of module / package / types consistent
...
Reviewed-by: hannesw
2020-05-18 13:24:35 -07:00
Zhengyu Gu
b26516309a
8245124: Shenandoah: optimize code root evacuation/update during concurrent class unloading
...
Reviewed-by: shade
2020-05-18 14:47:09 -04:00
Joe Wang
3eaf944203
8244342: Compilation warnings about unexpected serialization related method signatures
...
Reviewed-by: lancea, naoto, rriggs
2020-05-18 17:15:32 +00:00
Anthony Scarpino
fd28aad72d
8166597: Crypto support for the EdDSA Signature Algorithm
...
Reviewed-by: weijun, mullan, wetmore
2020-05-18 09:42:52 -07:00
Coleen Phillimore
60728a487c
8242424: Deprecate InitialBootClassLoaderMetaspaceSize
...
8243147: Deprecate UseLargePagesInMetaspace
Mark these options for deprecation
Reviewed-by: stuefe, dcubed
2020-05-18 11:31:16 -04:00
Kim Barrett
b957788c32
8245137: aarch64 ICache flush depends on enabling gnu extensions
...
Use __builtin___clear_cache.
Reviewed-by: aph, dholmes
2020-05-18 10:47:52 -04:00
Andy Herrick
840c3050e9
8237971: Package type for runtime image on macosx
...
Reviewed-by: asemenyuk, almatvee
2020-05-18 10:11:10 -04:00
Christian Hagedorn
6bd9391f03
8244433: Remove saving of RSP in Assembler::pusha_uncached()
...
Remove move instruction to save the actual value of RSP in Assembler::pusha_uncached() on x86.
Reviewed-by: eosterlund, thartmann, kvn
2020-05-18 12:32:11 +02:00
Ivan Walulya
31479a0d48
8244752: Enable Linux support for multiple huge page sizes -XX:LargePageSizeInBytes
...
Reviewed-by: kbarrett, sjohanss, stuefe, tschatzl
2020-05-14 15:27:17 +02:00
Nick Gasson
dde3b90050
8244981: jpackage error due to missing final newline in Debian control file
...
Reviewed-by: herrick, asemenyuk
2020-05-18 10:33:12 +08:00
Martin Doerr
76b76654d2
8235673: [C1, C2] Split inlining control flags
...
Reviewed-by: neliasso, kvn, thartmann
2020-05-18 10:57:16 +02:00
Ioi Lam
d5bd523869
8244536: cds/DeterministicDump.java failed: File content different
...
Reviewed-by: ccheung, stuefe
2020-05-17 15:10:06 -07:00
Michael McMahon
0f7aeed416
8241305: Add protocol specific factory creation methods to SocketChannel and ServerSocketChannel
...
Reviewed-by: alanb, chegar, dfuchs
2020-05-17 21:15:33 +01:00
Joe Darcy
42bad03de8
8245146: Update description of SourceVersion.RELEASE_15 with text blocks
...
Reviewed-by: jlaskey
2020-05-17 11:34:32 -07:00
Vicente Romero
9efdaacc31
8242478: compiler implementation for records (Second Preview)
...
Reviewed-by: mcimadamore, jlahoda, darcy
2020-05-17 11:09:52 -04:00
Roland Westrelin
1e251e9471
8241070: Shenandoah: remove unused local variables in C2 support
...
Reviewed-by: shade
2020-05-13 17:00:59 +02:00
Roland Westrelin
6d98502550
8244663: Shenandoah: C2 assertion fails in Matcher::collect_null_checks
...
Reviewed-by: shade
2020-05-15 21:54:28 +02:00
Pavel Rappo
36fb21dc2f
8245111: Update doc comments for improved processing by the Standard Doclet
...
Reviewed-by: dfuchs, joehw, lancea, rriggs
2020-05-15 20:38:28 +01:00
Roland Westrelin
35a7eff951
8244721: CTW: C2 (Shenandoah) compilation fails with "unexpected infinite loop graph shape"
...
Reviewed-by: shade
2020-05-15 10:24:38 +02:00
Roland Westrelin
b61c88c693
8245083: [REDO] Shenandoah: Remove null-handling in LRB expansion
...
Reviewed-by: shade
2020-05-15 19:57:37 +02:00
Claes Redestad
150d6cfea8
8245094: Reduce overhead of initializing the default StringConcatFactory strategy
...
Reviewed-by: psandoz, jlaskey
2020-05-15 18:37:08 +02:00
Patrick Concannon
fad2cf51ba
8241072: Reimplement the Legacy DatagramSocket API
...
Replace the underlying implementations of the java.net.DatagramSocket and java.net.MulticastSocket APIs with simpler and more modern implementations that are easy to maintain and debug.
Co-authored-by: Alan Bateman <alan.bateman@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Reviewed-by: alanb, chegar, dfuchs
2020-05-12 21:51:53 +01:00
Zhengyu Gu
3930460af5
8244953: Shenandoah: gc/shenandoah/TestStringInternCleanup fails with broken string table root
...
Reviewed-by: shade
2020-05-15 10:43:20 -04:00
Claes Redestad
82f2a0e2e4
8245024: Simplify and eagerly initialize StringConcatFactory
...
Reviewed-by: psandoz
2020-05-15 12:25:37 +02:00
Mandy Chung
b883badc47
8244961: MethodHandles::privateLookupIn throws NPE when called during initPhase2
...
Reviewed-by: chegar
2020-05-14 17:05:41 -07:00