Jan Lahoda
4b6e75dc72
8243047: javac may crash when processing exits in class initializers
...
Flow should handle invalid exits from class initializers gracefully
Reviewed-by: vromero
2020-04-20 12:36:09 +02:00
Jan Lahoda
df82d9a4b5
8242802: javac crashes when checking equals and hashCode in unresolvable anonymous class
...
Preventing NullPointerException when a class has an erroneous supertype and does not have an implementation of the equals method.
Reviewed-by: darcy, vromero
2020-04-20 12:36:09 +02:00
Jan Lahoda
f08b5a8006
8241950: JShell could support auto-indent
...
Reviewed-by: rfield
2020-04-20 12:36:09 +02:00
Kuai Wei
f51088e261
8242449: AArch64: r27 can be allocated in CompressedOops mode
...
Reviewed-by: aph, xliu
2020-04-20 09:40:43 +00:00
Yasumasa Suenaga
efcb6bd20e
8242425: JVMTI monitor operations should use Thread-Local Handshakes
...
Reviewed-by: sspitsyn, dholmes
2020-04-20 13:57:11 +09:00
Eirik Bjørsnøs
fc728278c2
8242959: Optimize ZipFile.getEntry by folding lookups for name and name+'/'
...
Reviewed-by: lancea, redestad
2020-04-18 20:19:45 +02:00
Claes Redestad
d185fe9953
8242452: During module definition, move conversion of packages from native to VM
...
8242290: Pointless verification in get_package_entry_by_name
Reviewed-by: lfoltan, iklam, hseigel
2020-04-18 19:45:45 +02:00
Kim Barrett
4d487927ad
8228991: Obsolete -XX:UseAdaptiveGCBoundary
...
Make option obsolete and removed supporting code.
Reviewed-by: tschatzl, stefank
2020-04-17 23:22:34 -04:00
Weijun Wang
05d6a66330
8242811: AlgorithmId::getDefaultAlgorithmParameterSpec returns incompatible PSSParameterSpec for an RSASSA-PSS key
...
Reviewed-by: valeriep, hchao
2020-04-18 11:13:14 +08:00
Jie Fu
f6f97ea24b
8242480: Negative value may be returned by getFreeSwapSpaceSize() in the docker
...
Reviewed-by: sgehwolf, dholmes
2020-04-17 14:48:11 +08:00
Chris Plummer
a4d318c92c
8242787: sun/tools/jhsdb/HeapDumpTestWithActiveProcess.java fails with sun.jvm.hotspot.types.WrongTypeException
...
Reviewed-by: amenkov, sspitsyn, iklam
2020-04-17 10:09:06 -07:00
Tom Rodriguez
12f8b52fb8
8231756: [JVMCI] need support for deoptimizing virtual byte arrays encoding non-byte primitives
...
Reviewed-by: kvn
2020-04-17 09:31:37 -07:00
Vladimir Ivanov
430f8020fd
8242492: C2: Remove Matcher::vector_shift_count_ideal_reg()
...
Reviewed-by: kvn
2020-04-17 17:59:15 +03:00
Vladimir Ivanov
078c027441
8242491: C2: assert(v2->bottom_type() == vt) failed: mismatch when creating MacroLogicV
...
Reviewed-by: kvn, sviswanathan, jbhateja
2020-04-17 17:58:52 +03:00
Hai-May Chao
f04a7e5cb4
8172404: Tools should warn if weak algorithms are used before restricting them
...
Reviewed-by: mullan, weijun
2020-04-17 20:11:39 +08:00
Coleen Phillimore
9735678c26
8242896: typo #ifdef INCLUDE_JVMTI in codeCache.cpp
...
Reviewed-by: dholmes, sspitsyn
2020-04-17 07:46:17 -04:00
Claes Redestad
aeb2f9492e
8242596: Improve JarFile.getEntry performance for multi-release jar files
...
Co-authored-by: Eirik Bjørsnøs <eirbjo@gmail.com>
Reviewed-by: lancea, redestad
2020-04-17 11:46:59 +02:00
Matthias Baesken
07156dd25b
8242626: enhance posix print_rlimit_info
...
Reviewed-by: mdoerr, gziemski
2020-04-17 08:39:41 +02:00
Philipp Kunz
455eaca215
8241055: Regex Grapheme Matcher Performance Depends too much on Total Input Sequence Size
...
Reviewed-by: naoto
2020-04-16 16:09:47 -07:00
Denghui Dong
d0f5c5c6bb
8242844: JFR: Clean up typos and log format
...
Fixed the typos and format
Reviewed-by: egahlin, mseledtsov
2020-04-16 15:45:17 -07:00
Jamsheed Mohammed C M
2ec33aa077
8237949: CTW: C1 compilation fails with "too many stack slots used"
...
Old bailout code is preserved with changes in comments
Reviewed-by: vlivanov
2020-04-16 10:01:14 -07:00
Alexey Semenyuk
f64a255a3a
8232935: jpackage failed with NPE whenever --file-associations provided
...
Reviewed-by: herrick, almatvee
2020-04-16 10:30:06 -04:00
Chris Plummer
c6c1f9bad9
8230731: SA tests fail with "Windbg Error: ReadVirtual failed
...
Reviewed-by: amenkov, sspitsyn
2020-04-16 07:23:26 -07:00
Sean Mullan
3efd000036
8242565: Policy initialization issues when the denyAfter constraint is enabled
...
Reviewed-by: weijun
2020-04-16 09:48:32 -04:00
Magnus Ihse Bursie
3cc1fdf2b6
8242808: Fix all remaining deprecation warnings in jdk.hotspot.agent
...
Reviewed-by: sspitsyn
2020-04-16 12:54:29 +02:00
Magnus Ihse Bursie
d295762f4c
8242804: Fix trivial deprecation issues in jdk.hotspot.agent
...
Reviewed-by: dholmes, erikj, darcy
2020-04-16 12:51:52 +02:00
Yudi Zheng
46963fc14f
8241234: Unify monitor enter/exit runtime entries
...
Reviewed-by: dcubed, coleenp
2020-04-16 10:14:25 +02:00
David Holmes
5f03df7d25
8242913: Bump the SPECIAL_FLAG_VALIDATION_BUILD to 25
...
Reviewed-by: shade
2020-04-16 03:29:28 -04:00
Athijegannathan Sundararajan
d5cd165965
8241749: Remove the Nashorn JavaScript Engine
...
Reviewed-by: jlaskey, ihse, mchung
2020-04-16 12:26:20 +05:30
Weijun Wang
dc6d76f518
8242260: Add forRemoval=true to already deprecated ContentSigner
...
Reviewed-by: alanb, mullan, xuelei
2020-04-16 13:47:09 +08:00
Kim Barrett
474ce89ebc
8242631: Missing but used special functions for some classes
...
Adjust some special function definitions to avoid deprecation warnings.
Reviewed-by: dholmes
2020-04-15 22:47:58 -04:00
Lois Foltan
d37985cd70
8210012: Implement Unified Logging Option for -XX:+TraceMethodHandles and -XX:+TraceInvokeDynamic
...
Transition the tracing method handles command line options to unified logging, -Xlog:methodhandles.
Reviewed-by: dholmes, iklam, jrose
2020-04-15 21:01:02 +00:00
Anthony Scarpino
ed18906c08
8242008: SSLSession inconsistencies
...
Reviewed-by: jnimeh, xuelei
2020-04-15 13:50:41 -07:00
Vipin Sharma
cc05419e1a
8242366: Fix JavaDoc warnings
...
Reviewed-by: dfuchs, mullan, prappo, weijun
2020-04-15 20:42:43 +01:00
Claes Redestad
941bb3bcb8
8242842: Avoid reallocating name when checking for trailing slash in ZipFile.getEntryPos
...
Co-authored-by: Eirik Bjørsnøs <eirbjo@gmail.com>
Reviewed-by: alanb, lancea
2020-04-15 19:03:59 +02:00
Magnus Ihse Bursie
d983fa6ca3
8242629: Remove references to deprecated java.util.Observer and Observable
...
Reviewed-by: erikj, cjplummer, sspitsyn
2020-04-15 09:35:27 +02:00
Kim Barrett
7bd2cd0bf8
8242597: Remove GenericTaskQueue<>::push_slow
...
Remove push_slow and comment invariants.
Reviewed-by: tschatzl, iwalulya
2020-04-15 03:05:30 -04:00
Magnus Ihse Bursie
b0d709cc23
8241618: Fix trivial unchecked warnings for jdk.hotspot.agent
...
Reviewed-by: cjplummer, sspitsyn
2020-04-15 08:58:03 +02:00
Denghui Dong
919027a90e
8242485: Null _file checking in fileStream::flush()
...
Reviewed-by: dholmes, ysuenaga, iklam
2020-04-14 16:37:36 +08:00
Zhengyu Gu
23709c830e
8242643: Shenandoah: split concurrent weak and strong root processing
...
Reviewed-by: shade
2020-04-14 21:08:15 -04:00
Zhengyu Gu
346d09e7aa
8242602: Shenandoah: allow earlier recycle of trashed regions during concurrent root processing
...
Reviewed-by: shade
2020-04-14 20:03:29 -04:00
Henry Jen
0278846eaa
Merge
2020-04-14 23:11:49 +00:00
Valerie Peng
7bce9a9158
8172680: Support SHA-3 based Hmac algorithms
...
Enhanced SunJCE provider with Hmac with SHA3 digests
Reviewed-by: weijun
2020-04-14 22:31:54 +00:00
Valerie Peng
4c7d85b636
8242556: Cannot load RSASSA-PSS public key with non-null params from byte array
...
Update AlgorithmId to use alg name before oid str when parsing DER bytes
Reviewed-by: mullan
2020-04-14 22:12:13 +00:00
Kim Barrett
4694da31f8
8242078: G1: Improve concurrent refinement analytics and logging
...
Unify data collection and reporting.
Reviewed-by: tschatzl, sjohanss
2020-04-14 17:31:53 -04:00
Aleksey Shipilev
b98e863f57
8242641: Shenandoah: clear live data and update TAMS optimistically
...
Reviewed-by: rkennke
2020-04-14 22:18:37 +02:00
Christoph Langer
3602186430
8242039: Improve jlink VersionPropsPlugin
...
Reviewed-by: redestad
2020-04-14 21:43:34 +02:00
Aditya Mandaleeka
e969c158d8
8241142: Shenandoah: should not use parallel reference processing with single GC thread
...
Reviewed-by: shade
2020-04-14 21:17:48 +02:00
Denghui Dong
a62a0e5282
8238665: Add JFR event for direct memory statistics
...
Reviewed-by: egahlin, alanb
2020-04-14 20:36:33 +02:00
Erik Joelsson
165fa2450c
8242468: VS2019 build missing vcruntime140_1.dll
...
Reviewed-by: tbell, ihse
2020-04-14 07:58:08 -07:00