Sergey Bylokhov
|
d8d9197712
|
8242559: Clean the "libawt_xawt" library from code for headless mode
Reviewed-by: kizune
|
2020-10-23 01:51:44 +00:00 |
|
Naoto Sato
|
ff5f2265d2
|
8255086: Update the root locale display names
Reviewed-by: bchristi, joehw
|
2020-10-23 01:13:36 +00:00 |
|
Brent Christian
|
8afdcaee1c
|
8255031: Update java/util/prefs/AddNodeChangeListener.java to report more failure info
Reviewed-by: bpb
|
2020-10-22 21:45:43 +00:00 |
|
Jonathan Gibbons
|
0aa3c92577
|
8255262: Remove use of legacy custom @spec tag
Reviewed-by: lancea, mr, iris, alanb, darcy, mchung
|
2020-10-22 19:42:01 +00:00 |
|
Severin Gehwolf
|
a0b687bfb2
|
8254854: [cgroups v1] Metric limits not properly detected on some join controller combinations
Reviewed-by: bobv
|
2020-10-22 16:36:29 +00:00 |
|
Patric Hedlin
|
f279ddfa06
|
8248411: [aarch64] Insufficient error handling when CodeBuffer is exhausted
Reviewed-by: adinn
|
2020-10-22 15:56:56 +00:00 |
|
Robbin Ehn
|
4634dbef6d
|
8223312: Utilize handshakes instead of is_thread_fully_suspended
Reviewed-by: dholmes, rrich, dcubed, eosterlund
|
2020-10-22 15:16:50 +00:00 |
|
Thomas Schatzl
|
cc50c8d4f1
|
8255196: Remove unused G1FullGCCompactionPoint::merge()
Reviewed-by: shade
|
2020-10-22 09:15:30 +00:00 |
|
Stefan Karlsson
|
ae72b5283b
|
8255047: Add HotSpot UseDebuggerErgo flags
Reviewed-by: dcubed, dholmes
|
2020-10-22 08:24:51 +00:00 |
|
Jan Lahoda
|
211bb62a90
|
8255124: KeepAliveStreamCleaner may crash with java.lang.IllegalMonitorStateException: current thread is not owner
Reviewed-by: alanb, chegar, dfuchs
|
2020-10-22 07:29:37 +00:00 |
|
Prasanta Sadhukhan
|
299e1154af
|
8198395: Test javax/swing/plaf/metal/MetalLookAndFeel/Test8039750.java fails in mach5
Reviewed-by: prr
|
2020-10-22 06:55:50 +00:00 |
|
Prasanta Sadhukhan
|
a5b7bc50d4
|
7156347: javax/swing/JList/6462008/bug6462008.java fails
Reviewed-by: serb, pbansal
|
2020-10-22 06:45:03 +00:00 |
|
Fei Yang
|
b25d894015
|
8252204: AArch64: Implement SHA3 accelerator/intrinsic
Co-authored-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Co-authored-by: Dong Bo <dongbo4@huawei.com>
Reviewed-by: aph, kvn
|
2020-10-22 04:38:39 +00:00 |
|
Sergey Bylokhov
|
7d3d4daefd
|
8240709: Enable javax/swing/UI/UnninstallUIMemoryLeaks/UnninstallUIMemoryLeaks.java on all L&F
Reviewed-by: kizune
|
2020-10-22 03:43:45 +00:00 |
|
Sandhya Viswanathan
|
5d262290c4
|
8255174: Vector API unit tests for missed public api code coverage
Reviewed-by: psandoz
|
2020-10-22 00:09:41 +00:00 |
|
Alex Menkov
|
b9186bebc3
|
6606767: resexhausted00[34] fail assert(!thread->owns_locks(), "must release all locks when leaving VM")
Reviewed-by: sspitsyn, cjplummer
|
2020-10-21 23:40:48 +00:00 |
|
Valerie Peng
|
1191a633fe
|
8199697: FIPS 186-4 RSA Key Generation
Reviewed-by: xuelei
|
2020-10-21 22:42:07 +00:00 |
|
Paul Sandoz
|
60d3fa2ed8
|
8255022: Documentation missing for Vector API zero methods
Reviewed-by: vlivanov, darcy
|
2020-10-21 22:27:42 +00:00 |
|
Erik Joelsson
|
9ade94b727
|
8206311: Add docs-javase, docs-reference to CI build
Reviewed-by: ihse
|
2020-10-21 22:04:37 +00:00 |
|
Daniel D. Daugherty
|
34450311d9
|
8255200: ProblemList com/sun/jdi/EATests.java for ZGC
Reviewed-by: kvn, iignatyev, dholmes
|
2020-10-21 21:30:28 +00:00 |
|
Eric Caspole
|
85a8949caa
|
8254913: Increase InlineSmallCode default from 2000 to 2500 for x64
Reviewed-by: redestad, shade, azeemj
|
2020-10-21 20:34:58 +00:00 |
|
Coleen Phillimore
|
56ea490f1e
|
8233343: Deprecate -XX:+CriticalJNINatives flag which implements JavaCritical native functions
Reviewed-by: rehn, mdoerr, zgu
|
2020-10-21 20:33:24 +00:00 |
|
Zhengyu Gu
|
615b759edd
|
8255070: Shenandoah: Use single thread for concurrent CLD liveness test
Reviewed-by: rkennke
|
2020-10-21 19:44:24 +00:00 |
|
Tom Rodriguez
|
6020991530
|
8255068: [JVMCI] errors during compiler creation can be hidden
Reviewed-by: kvn
|
2020-10-21 19:37:52 +00:00 |
|
Aleksey Shipilev
|
8d9e6d01fb
|
8255041: Zero: remove old JSR 292 support leftovers
Reviewed-by: rkennke
|
2020-10-21 16:33:53 +00:00 |
|
Raffaello Giulietti
|
0efdde188b
|
8238669: Long.divideUnsigned is extremely slow for certain values (Needs to be Intrinsic)
Reviewed-by: bpb
|
2020-10-21 16:32:59 +00:00 |
|
Sandhya Viswanathan
|
365f19c8e1
|
8254790: SIGSEGV in string_indexof_char and stringL_indexof_char intrinsics
Reviewed-by: kvn, thartmann
|
2020-10-21 16:24:30 +00:00 |
|
Fernando Guallini
|
f813a28b95
|
8254692: (se) Clarify the behaviour of the non-abstract SelectorProvider::inheritedChannel
Reviewed-by: chegar, bpb, alanb
|
2020-10-21 14:54:19 +00:00 |
|
Zhengyu Gu
|
c9269bf59e
|
8255036: Shenandoah: Reset GC state for root verifier
Reviewed-by: rkennke
|
2020-10-21 14:42:37 +00:00 |
|
Weijun Wang
|
839f01ddf5
|
8242068: Signed JAR support for RSASSA-PSS and EdDSA
Reviewed-by: valeriep
|
2020-10-21 14:18:43 +00:00 |
|
Matthias Baesken
|
e559bd2c8b
|
8254889: name_and_sig_as_C_string usages in frame coding without ResourceMark
Reviewed-by: dholmes
|
2020-10-21 12:24:35 +00:00 |
|
Patrick Concannon
|
da97ab5c8a
|
8253474: Javadoc clean up in HttpsExchange, HttpsParameters, and HttpsServer
Reviewed-by: dfuchs, michaelm
|
2020-10-21 10:04:21 +00:00 |
|
Vladimir Ivanov
|
7e2640432b
|
8255000: C2: Unify IGVN processing when loop opts are over
Reviewed-by: neliasso, iveresov, kvn
|
2020-10-21 08:09:00 +00:00 |
|
Vladimir Ivanov
|
27230fae24
|
8255026: C2: Miscellaneous cleanups in Compile and PhaseIdealLoop code
Reviewed-by: thartmann, neliasso, redestad
|
2020-10-21 07:34:54 +00:00 |
|
David Leopoldseder
|
c107178bcc
|
8253964: [Graal] UnschedulableGraphTest#test01fails with expected:<4> but was:<3>
Reviewed-by: kvn, dlong
|
2020-10-21 07:34:08 +00:00 |
|
Aleksey Shipilev
|
bd45191f00
|
8255065: Zero: accessor_entry misses the IRIW case
Reviewed-by: mdoerr
|
2020-10-21 06:14:25 +00:00 |
|
Aleksey Shipilev
|
2a0633507c
|
8254785: compiler/graalunit/HotspotTest.java failed with "missing Graal intrinsics for: java/lang/StringLatin1.indexOfChar([BIII)I"
Reviewed-by: psandoz, iignatyev, kvn
|
2020-10-21 06:09:54 +00:00 |
|
Prasanta Sadhukhan
|
1b7ddebe46
|
8254976: Re-enable swing jtreg tests which were broken due to samevm mode
Reviewed-by: serb
|
2020-10-21 05:52:20 +00:00 |
|
Sergey Bylokhov
|
2e510e04bd
|
8255043: Incorrectly styled copyright text
Reviewed-by: dholmes, trebari, jdv
|
2020-10-21 04:53:16 +00:00 |
|
Igor Ignatyev
|
6bd05b12a0
|
8255074: sun.nio.fs.WindowsPath::getPathForWin32Calls synchronizes on String object
Reviewed-by: bpb
|
2020-10-21 02:34:47 +00:00 |
|
Sergey Bylokhov
|
9e9f5e6974
|
8017179: [macosx] list1 and list2 vistble item isn't desired
Reviewed-by: kizune
|
2020-10-21 02:28:01 +00:00 |
|
Sergey Bylokhov
|
2ee2b4ae19
|
8231454: File lock in Windows on a loaded jar due to a leak in Introspector::getBeanInfo
Reviewed-by: kizune
|
2020-10-21 02:05:16 +00:00 |
|
Ningsheng Jian
|
42a6eadb85
|
8254884: Make sure jvm does not crash with Arm SVE and Vector API
Reviewed-by: vlivanov, adinn
|
2020-10-21 01:15:13 +00:00 |
|
Sergey Bylokhov
|
e5870cf002
|
8252133: The java/awt/GraphicsDevice/DisplayModes/CycleDMImage.java fails if metal pipeline is active
Reviewed-by: prr
|
2020-10-21 00:15:46 +00:00 |
|
Andy Herrick
|
afc967fcd0
|
8254783: jpackage fails on Windows when application name differs from installer name
Reviewed-by: asemenyuk, kizune, almatvee
|
2020-10-20 22:54:19 +00:00 |
|
Phil Race
|
3ccf4877a8
|
8253019: Enhanced JPEG decoding
Reviewed-by: rhalade, mschoene, serb, psadhukhan
|
2020-10-20 14:58:40 -07:00 |
|
Tobias Hartmann
|
cfb02d4854
|
8250861: Crash in MinINode::Ideal(PhaseGVN*, bool)
Added missing NULL checks.
Reviewed-by: kvn, chagedorn
|
2020-10-20 14:58:40 -07:00 |
|
Roger Riggs
|
0d35235723
|
8249927: Specify limits of jdk.serialProxyInterfaceLimit
corrections to limits defined by 8236862 implemented by 8248183
Reviewed-by: smarks, rhalade, skoivu
|
2020-10-20 14:58:39 -07:00 |
|
Jamil Nimeh
|
d6cef99050
|
8245417: Improve certificate chain handling
Co-authored-by: Hai-may Chao <hai-may.chao@oracle.com>
Reviewed-by: mullan, jnimeh
|
2020-10-20 14:58:39 -07:00 |
|
Ioi Lam
|
24f7f84594
|
8245412: Better class definitions
Reviewed-by: coleenp, rhalade, jwilhelm, skoivu
|
2020-10-20 14:58:39 -07:00 |
|