Aleksey Shipilev
|
5598acc345
|
8294403: [REDO] make test should report only on executed tests
Reviewed-by: erikj, dholmes, jpai, djelinski
|
2023-01-06 11:28:38 +00:00 |
|
bobpengxie
|
88f0ea7887
|
8299726: [cleanup] Some code cleanup in opto/compile.hpp
Reviewed-by: thartmann
|
2023-01-06 10:48:28 +00:00 |
|
Andrey Turbanov
|
0234f813e6
|
8298447: Unnecessary Vector usage in DocPrintJob implementations
Reviewed-by: serb
|
2023-01-06 08:29:47 +00:00 |
|
Tobias Hartmann
|
cc4936a79e
|
8298720: Insufficient error handling when CodeBuffer is exhausted
Reviewed-by: kvn, fyang
|
2023-01-06 08:28:09 +00:00 |
|
Sergey Bylokhov
|
b5b7948d9b
|
8298240: Replace the usage of ImageLayoutException by the CMMException
Reviewed-by: prr
|
2023-01-06 08:04:51 +00:00 |
|
Tejesh R
|
99be74088e
|
8299306: Test "javax/swing/JFileChooser/FileSystemView/CustomFSVLinkTest.java" fails on Windows 10 x64 because there are some buttons did not display button name
Reviewed-by: psadhukhan, abhiscxk
|
2023-01-06 07:50:33 +00:00 |
|
Artem Semenov
|
775da84a84
|
8299412: JNI call of getAccessibleActionCount on a wrong thread
Reviewed-by: prr, serb
|
2023-01-06 07:09:05 +00:00 |
|
Anto J
|
7845b0d7b4
|
8296934: Write a test to verify whether Undecorated Frame can be iconified or not
Reviewed-by: serb
|
2023-01-06 00:37:26 +00:00 |
|
Mikael Vidstedt
|
4b6809b94a
|
8299693: Change to Xcode12.4+1.1 devkit for building on macOS at Oracle
Reviewed-by: dholmes, erikj
|
2023-01-05 22:39:44 +00:00 |
|
Kim Barrett
|
dfdbd0fe7f
|
8299343: Windows: Invalid thread_native_entry declaration
Reviewed-by: dholmes, iklam
|
2023-01-05 22:02:45 +00:00 |
|
Kim Barrett
|
3e2314d082
|
8299254: Support dealing with standard assert macro
Reviewed-by: erikj, xuelei, dholmes, mikael
|
2023-01-05 19:49:01 +00:00 |
|
Naoto Sato
|
a49ccb959b
|
8299292: Missing elements in aliased String array
Reviewed-by: iris, joehw
|
2023-01-05 17:49:24 +00:00 |
|
Andrey Turbanov
|
b908388e81
|
8298449: Unnecessary Vector usage in MetaData.ProxyPersistenceDelegate
Reviewed-by: serb
|
2023-01-05 16:49:23 +00:00 |
|
Ashutosh Mehra
|
be64bf8cf0
|
8299329: Assertion failure with fastdebug build when trying to use CDS without classpath
Reviewed-by: iklam, ccheung
|
2023-01-05 16:09:28 +00:00 |
|
Roland Westrelin
|
872384707e
|
8298848: C2: clone all of (CmpP (LoadKlass (AddP down at split if
Reviewed-by: kvn, thartmann, chagedorn
|
2023-01-05 09:33:14 +00:00 |
|
Matthias Baesken
|
1ca31d34fc
|
8299657: sun/tools/jhsdb/SAGetoptTest.java fails after 8299470
Reviewed-by: clanger
|
2023-01-05 09:31:38 +00:00 |
|
Sergey Bylokhov
|
e7361cb746
|
8299430: Cleanup: delete unnecessary semicolons in java.desktop module
Reviewed-by: stsypanov, aghaisas, iris
|
2023-01-05 08:47:21 +00:00 |
|
Matthias Baesken
|
c929d8be5d
|
8299475: Enhance SocketException by cause where it is missing in net and nio area
Reviewed-by: alanb
|
2023-01-05 08:26:38 +00:00 |
|
Matthias Baesken
|
2ccdefc81c
|
8299470: sun/jvm/hotspot/SALauncher.java handling of negative rmiport args
Reviewed-by: clanger, sspitsyn, kevinw
|
2023-01-05 07:59:41 +00:00 |
|
Abhishek Kumar
|
578c287a68
|
8081507: Open or Save button in JFileChooser has OK title in GTK LaF
Reviewed-by: serb, tr
|
2023-01-04 22:45:39 +00:00 |
|
ravi.ra.gupta
|
5ae6de859d
|
8299296: Write a test to verify the components selection sends ItemEvent
Reviewed-by: serb
|
2023-01-04 22:44:38 +00:00 |
|
Justin Lu
|
3b374c0153
|
8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR
Reviewed-by: naoto, lancea, jpai
|
2023-01-04 21:59:02 +00:00 |
|
Michael Ernst
|
7dcc689932
|
8299563: Fix typos
Reviewed-by: lancea, aivanov, sspitsyn
|
2023-01-04 19:59:45 +00:00 |
|
Archie L. Cobbs
|
44be5edf5a
|
8219810: javac throws NullPointerException
Reviewed-by: vromero
|
2023-01-04 17:50:32 +00:00 |
|
Archie L. Cobbs
|
b9758d2201
|
8200610: Compiling fails with java.nio.file.ReadOnlyFileSystemException
Reviewed-by: vromero
|
2023-01-04 17:32:33 +00:00 |
|
Jesper Wilhelmsson
|
df1caf9081
|
Merge
|
2023-01-04 16:03:09 +00:00 |
|
Archie L. Cobbs
|
6a07fd0ec1
|
8155259: Suspicious buffer allocation in com.sun.tools.javac.file.BaseFileManager
8172106: javac throws exception when compiling source file of size 1.5G
Reviewed-by: vromero
|
2023-01-04 16:01:59 +00:00 |
|
Archie L. Cobbs
|
4c0f24ef71
|
8064931: tools/javac/scope/DupUnsharedTest.java needs to be updated to add the bug id
Reviewed-by: vromero
|
2023-01-04 16:00:22 +00:00 |
|
Yi-Fan Tsai
|
c6588d5bb3
|
8299158: Improve MD5 intrinsic on AArch64
Reviewed-by: luhenry, haosun, aph
|
2023-01-04 14:51:25 +00:00 |
|
Erik Österlund
|
c32a34c2e5
|
8299072: java_lang_ref_Reference::clear_referent should be GC agnostic
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: dholmes, shade, kbarrett
|
2023-01-04 14:49:44 +00:00 |
|
Coleen Phillimore
|
ccbcea830d
|
8299326: LinkResolver::resolve_field resolved_klass cannot be null
Reviewed-by: iklam, fparain
|
2023-01-04 14:42:15 +00:00 |
|
Erik Österlund
|
e3035bad60
|
8299079: Better interface nmethod oop accesses
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: kvn, dholmes
|
2023-01-04 14:31:07 +00:00 |
|
Daniel Jeliński
|
41900b57af
|
8189338: JMX RMI Remote Mbean server connection hangs if the server stops responding during a SSL Handshake
Reviewed-by: smarks
|
2023-01-04 13:17:29 +00:00 |
|
Aleksey Shipilev
|
a17f505d73
|
8299476: PPC64 Zero build fails after JDK-8286302
Reviewed-by: mdoerr
|
2023-01-04 10:46:34 +00:00 |
|
Ioi Lam
|
82deb5ca61
|
8298601: Refactor archiving of java.lang.Module objects
Reviewed-by: coleenp, ccheung
|
2023-01-04 04:03:43 +00:00 |
|
Kim Barrett
|
b743519ba9
|
8293824: gc/whitebox/TestConcMarkCycleWB.java failed "RuntimeException: assertTrue: expected true, was false"
Reviewed-by: iwalulya, tschatzl
|
2023-01-04 03:28:31 +00:00 |
|
Prasanta Sadhukhan
|
77ff197746
|
7030853: JDK 7 Serializable Swing classes not compatible with JDK 6
Reviewed-by: serb, aivanov
|
2023-01-04 03:26:32 +00:00 |
|
Xue-Lei Andrew Fan
|
38cfc59172
|
8299378: sprintf is deprecated in Xcode 14
Reviewed-by: kbarrett, dholmes
|
2023-01-03 22:44:14 +00:00 |
|
David Holmes
|
8254cbb21d
|
8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java
Backport-of: 5b5552ff2a
|
2023-01-03 21:22:16 +00:00 |
|
Erik Joelsson
|
031829d885
|
8298324: Unable to run shell test with make
Reviewed-by: dholmes
|
2023-01-03 21:07:19 +00:00 |
|
Mark Powers
|
3eb85d19ec
|
8299235: broken link referencing missing id
Reviewed-by: mullan
|
2023-01-03 15:41:55 +00:00 |
|
Matthias Baesken
|
ea25a561c5
|
8299520: TestPrintXML.java output error messages in case compare fails
Reviewed-by: mgronlun
|
2023-01-03 15:26:10 +00:00 |
|
Ryan Wallace
|
92dfc735f2
|
8294526: sun/security/provider/SubjectCodeSource.java no longer referenced
Reviewed-by: weijun, xuelei
|
2023-01-03 13:52:47 +00:00 |
|
Jesper Wilhelmsson
|
3d0db02c76
|
Merge
|
2023-01-03 13:10:15 +00:00 |
|
Aleksei Voitylov
|
245f0cf4ac
|
8291302: ARM32: nmethod entry barriers support
Reviewed-by: eosterlund, rrich, mdoerr, aph
|
2023-01-03 12:02:39 +00:00 |
|
Per Minborg
|
a9ce7726a7
|
8299437: Make InetSocketAddressHolder shallowly immutable
Reviewed-by: djelinski, jpai, alanb
|
2023-01-03 10:00:19 +00:00 |
|
Justin King
|
8afd665bf9
|
8299395 : Remove metaprogramming/removeCV.hpp
Reviewed-by: kbarrett, tschatzl
|
2023-01-03 09:13:49 +00:00 |
|
Tobias Hartmann
|
a6a903d4b6
|
8288204: GVN Crash: assert() failed: correct memory chain
Backport-of: 0459159537
|
2023-01-03 08:21:22 +00:00 |
|
David Holmes
|
375743336d
|
8295974: jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames
Reviewed-by: coleenp, rehn, sspitsyn
|
2023-01-03 04:22:51 +00:00 |
|
Jaikiran Pai
|
417d01ea63
|
8299441: Fix typos in some test files under core-libs component
Co-authored-by: Michael Ernst <mernst@openjdk.org>
Reviewed-by: lancea
|
2023-01-03 01:58:49 +00:00 |
|