Prasanta Sadhukhan
|
831e98327b
|
Merge
|
2020-07-26 14:46:36 +05:30 |
|
Joe Darcy
|
dfd3080c05
|
8250583: Address reliance on default constructors in java.management
Reviewed-by: alanb
|
2020-07-25 12:49:09 -07:00 |
|
Prasanta Sadhukhan
|
091b0c95c3
|
Merge
|
2020-07-25 12:48:29 +05:30 |
|
Doug Simon
|
41eaa00eed
|
8250548: libgraal can deadlock in -Xcomp mode
Reviewed-by: never, kvn
|
2020-07-25 08:41:51 +02:00 |
|
Aleksei Voitylov
|
5a365e8627
|
8248239: jpackage adds some arguments twice in case it is re-executed by JLI
Reviewed-by: herrick, almatvee
|
2020-07-24 19:54:01 -04:00 |
|
Joe Darcy
|
c0b9999c35
|
8250578: Address reliance on default constructors in javax.sql
Reviewed-by: lancea
|
2020-07-25 09:46:08 -07:00 |
|
Joe Darcy
|
0e54ce2a8e
|
8250244: Address reliance on default constructors in java.net
Reviewed-by: alanb, vtewari
|
2020-07-25 09:42:45 -07:00 |
|
Coleen Phillimore
|
ac4dc0470e
|
8250519: [REDO] Move mirror oops from Universe into OopStorage
Redo the patch but add a null pointer check where one belongs.
Reviewed-by: dcubed, iklam, dholmes
|
2020-07-25 10:36:19 -04:00 |
|
Hai-May Chao
|
cce3929e07
|
8247960: jarsigner says "signer errors" for some normal warnings when -strict is set
8250586: jarsigner refactoring in displayMessagesAndResult() method
Reviewed-by: weijun
|
2020-07-25 16:40:10 +08:00 |
|
Alexander Matveev
|
bbddae5552
|
8248248: [macos] EmptyFolderPackageTest.java fails EmptyFolderPackageTest-dmg-setup.scpt exited with 134 code
Reviewed-by: herrick, asemenyuk
|
2020-07-24 16:46:18 -07:00 |
|
Joe Darcy
|
5db58348f8
|
8250246: Address reliance on default constructors in security libs
Reviewed-by: mullan
|
2020-07-24 13:49:38 -07:00 |
|
Harold Seigel
|
9b73fb125d
|
8250557: Rename vmTestbase/nsk shared timeout handler package to Terminator.java
Rename the class and fix the tests that use it.
Reviewed-by: dcubed
|
2020-07-24 18:44:27 +00:00 |
|
Erik Joelsson
|
fcd5d414d6
|
8246094: [macos] Sound Recording and playback is not working
Reviewed-by: prr, serb
|
2020-07-24 10:52:02 -07:00 |
|
Yumin Qi
|
4b076cb93f
|
8249624: update appcds/sharedStrings/IncompatibleOptions test in view of 8081416 closed as WNF
With CDS can archive with compressed oops off, the result of the test gives correct information.
Reviewed-by: iklam, dholmes
|
2020-07-24 10:29:27 -07:00 |
|
Pavel Rappo
|
922ba8da30
|
8240777: Update all nroff manpages for JDK 15 release
Reviewed-by: dholmes
|
2020-07-24 17:06:35 +01:00 |
|
Roger Riggs
|
a0149f53f1
|
8249217: Unexpected StackOverflowError in "process reaper" thread still happens
Reviewed-by: martin, plevart, dholmes
|
2020-07-24 11:00:50 -04:00 |
|
Coleen Phillimore
|
e6875c9bac
|
Merge
|
2020-07-24 10:51:38 -04:00 |
|
Vicente Romero
|
75d642a467
|
8243057: compilation of annotated static record fields fails with NPE
Reviewed-by: jlahoda
|
2020-07-24 10:34:18 -04:00 |
|
Coleen Phillimore
|
cbf6894299
|
8250516: [BACKOUT] Move mirror oops from Universe into OopStorage
Reviewed-by: dholmes, tschatzl
|
2020-07-24 10:34:11 -04:00 |
|
Boris Ulasevich
|
77c4adbeb5
|
8249189: AARCH64: more L2I conversions can be skipped
Reviewed-by: aph
|
2020-07-24 09:07:10 -04:00 |
|
Harold Seigel
|
890ca6ea2c
|
8222582: [TESTBUG] AbstractMethodErrorTest.java fails with "did not test both cases (interpreted and compiled)."
Exclude the test from running with Graal
Reviewed-by: dholmes, coleenp
|
2020-07-24 12:40:41 +00:00 |
|
Coleen Phillimore
|
bd12e85975
|
8249938: Move mirror oops from Universe into OopStorage
Save and restore mirror oops to temporary array for CDS, and move them to OopStorage once restored.
Reviewed-by: iklam, dholmes
|
2020-07-24 08:32:27 -04:00 |
|
Boris Ulasevich
|
4a1d4be729
|
8248870: AARCH64: I2L/L2I conversions can be skipped for masked positive values
Reviewed-by: aph
|
2020-07-24 08:21:11 -04:00 |
|
Michael McMahon
|
f79b7e62db
|
Merge
|
2020-07-24 12:49:33 +01:00 |
|
Coleen Phillimore
|
c63911b33b
|
8249822: SymbolPropertyTable creates an extra OopHandle per entry
Add an assert to OopHandle assigment operator to catch leaking OopHandles, and fix code accordingly.
Reviewed-by: sspitsyn, eosterlund, dholmes
|
2020-07-24 07:45:38 -04:00 |
|
Rahul Yadav
|
778d8a45cb
|
8245306: Update sun.security.ssl.SSLLogger to use Immutable DateTimeFormatter
The fix updates sun.security.ssl.SSLLogger to use DateTimeFormatter to make it virtual thread friendly
Reviewed-by: alanb, jnimeh
|
2020-07-24 12:07:59 +01:00 |
|
Kim Barrett
|
8b005fa74e
|
8249945: Improve ARRAY_SIZE()
Make ARRAY_SIZE type-safe.
Reviewed-by: tschatzl, lfoltan, dholmes
|
2020-07-24 05:07:37 -04:00 |
|
Monica Beckwith
|
26680f0c1a
|
8248668: AArch64: Avoid MIN/MAX macros when using MSVC
MSVC employs min/max as macros
Co-authored-by: Ludovic Henry <luhenry@microsoft.com>
Reviewed-by: tschatzl, kbarrett
|
2020-07-24 11:16:08 +02:00 |
|
Cesar Soares Lucas
|
eaeb43542b
|
8249225: Move definition of PADDING_ELEM_NUM
Reviewed-by: tschatzl, kbarrett
|
2020-07-24 11:16:05 +02:00 |
|
Nick Gasson
|
22006dceb4
|
8249781: AArch64: AOT compiled code crashes if C2 allocates r27
Reviewed-by: aph
|
2020-07-24 11:28:28 +08:00 |
|
Kim Barrett
|
df923ff2fb
|
8249944: Move and improve the AllStatic class
Move AllStatic to it's own standalone file, and use C++11 deleted functions
Reviewed-by: dholmes, stuefe
|
2020-07-24 04:43:08 -04:00 |
|
Kim Barrett
|
55b19e84f2
|
8247908: Replace IsRegisteredEnum with std::is_enum
Reviewed-by: tschatzl, dholmes
|
2020-07-24 04:29:34 -04:00 |
|
Joe Darcy
|
0ef80293f9
|
8250240: Address use of default constructors in the java.util.concurrent
Reviewed-by: martin, lancea
|
2020-07-23 22:50:12 -07:00 |
|
David Holmes
|
1f91e0ebe3
|
8194309: JNI handle allocation failure not reported correctly
Reviewed-by: kbarrett, coleenp
|
2020-07-23 21:46:39 -04:00 |
|
Stuart Monteith
|
e427697e55
|
8246373: AArch64: Refactor register spilling code in ZGC barriers
Tidy up code spilling registers, reduce in some cases.
Reviewed-by: aph, eosterlund
|
2020-07-24 09:00:40 +08:00 |
|
Joe Darcy
|
5c8a154e93
|
8250237: Address use of default constructors in the javax.script package
Reviewed-by: lancea, psandoz
|
2020-07-23 15:13:08 -07:00 |
|
Daniel D. Daugherty
|
2abefad512
|
8250236: ProblemList java/lang/invoke/lambda/LambdaFileEncodingSerialization.java on linux-x64
Reviewed-by: rriggs
|
2020-07-23 16:36:44 -04:00 |
|
Daniel Fuchs
|
9f23c2c159
|
8249812: java/net/DatagramSocket/PortUnreachable.java still fails intermittently with SocketTimeoutException
Fixed the test to reenable its retry logic
Reviewed-by: alanb
|
2020-07-23 20:25:41 +01:00 |
|
Thomas Schatzl
|
6d665ed31f
|
8249192: MonitorInfo stores raw oops across safepoints
Change raw oops in MonitorInfo to Handles and update Resource/HandleMarks.
Reviewed-by: sspitsyn, dholmes, coleenp, dcubed
|
2020-07-23 21:10:52 +02:00 |
|
Joe Darcy
|
bb6647c845
|
8250221: Address use of default constructors in java.logging
Reviewed-by: lancea
|
2020-07-23 11:26:23 -07:00 |
|
Mark Reinhold
|
8a9d2b08a0
|
8250216: The README need not mention retrieving source code
Reviewed-by: darcy, erikj
|
2020-07-23 10:40:52 -07:00 |
|
Robert Field
|
6e198fec0b
|
8249197: JShell: variable declaration with unicode type name gets garbled result
8249199: JShell: Consistent representation of unicode
Reviewed-by: jlahoda
|
2020-07-23 10:37:06 -07:00 |
|
Calvin Cheung
|
5088193336
|
8249630: unused is_static_archive parameter in SystemDictionaryShared::write_dictionary
Reviewed-by: minqi, dholmes
|
2020-07-23 16:52:08 +00:00 |
|
Aleksei Voitylov
|
8b87402a44
|
8247592: refactor test/jdk/tools/launcher/Test7029048.java
Reviewed-by: mchung
|
2020-07-23 09:43:55 -07:00 |
|
Naoto Sato
|
1f63603288
|
8248655: Support supplementary characters in String case insensitive operations
8248434: some newly added locale cannot parse uppercased date string
Reviewed-by: jlaskey, joehw, rriggs, bchristi
|
2020-07-23 08:46:31 -07:00 |
|
Roman Kennke
|
a28f4100ce
|
8249787: Make TestGCLocker more resilient with concurrent GCs
Reviewed-by: eosterlund, tschatzl
|
2020-07-23 14:44:13 +02:00 |
|
Aleksey Shipilev
|
dc80e63811
|
8249953: Shenandoah: gc/shenandoah/mxbeans tests should account for corner cases
Reviewed-by: rkennke
|
2020-07-23 12:46:24 +02:00 |
|
Doug Simon
|
63d2421c3b
|
8249888: failure to create a libgraal JavaVM should result in a VM crash
Reviewed-by: never, kvn
|
2020-07-23 11:47:20 +02:00 |
|
Alexander Scherbatiy
|
993b1b0afa
|
8249612: Remove unused ISNANF and ISNAND from jdk_util_md.h
Reviewed-by: darcy
|
2020-07-23 11:39:56 +03:00 |
|
Mikael Vidstedt
|
54ad4f9a80
|
Added tag jdk-15+33 for changeset 6b65f4e7a975
|
2020-07-22 19:17:32 -07:00 |
|