Kick-it11
|
326d778ccf
|
8306057: False arguments calling dispatch_base for aarch64
Reviewed-by: aph, fyang
|
2023-05-19 12:59:46 +00:00 |
|
Jie Fu
|
690d3969b8
|
8308408: Build failure with -Werror=maybe-uninitialized in libjli/java.c with GCC8
Reviewed-by: alanb
|
2023-05-19 11:13:37 +00:00 |
|
Adam Sotona
|
fa14314853
|
8303669: SelectVersion indexes past the end of the argv array
Reviewed-by: vromero
|
2023-05-19 08:09:37 +00:00 |
|
Raffaello Giulietti
|
25868b95ee
|
8132995: Matcher$ImmutableMatchResult should be optimized to reduce space usage
Reviewed-by: redestad, smarks
|
2023-05-19 08:04:32 +00:00 |
|
Aleksey Shipilev
|
6765761075
|
8308118: Avoid multiarray allocations in AESCrypt.makeSessionKey
Reviewed-by: xuelei
|
2023-05-19 06:53:50 +00:00 |
|
Dingli Zhang
|
97ade57fb2
|
8307609: RISC-V: Added support for Extract, Compress, Expand and other nodes for Vector API
Co-authored-by: zifeihan <caogui@iscas.ac.cn>
Reviewed-by: fyang, fjiang
|
2023-05-19 03:09:13 +00:00 |
|
Feilong Jiang
|
e520cdc882
|
8308277: RISC-V: Improve vectorization of Match.sqrt() on floats
Reviewed-by: fyang
|
2023-05-19 00:49:28 +00:00 |
|
Leonid Mesnik
|
42948c04b9
|
8307865: Invalid is_in_any_VTMS_transition() check in post_dynamic_code_generated_while_holding_locks
Reviewed-by: sspitsyn, cjplummer
|
2023-05-18 23:57:10 +00:00 |
|
Chris Plummer
|
4a6d6d5a59
|
8308187: jdi/EventSet/resume/resume008 failed with "EventHandler> Unexpected event: ThreadStartEvent in thread resume008-thread0"
Reviewed-by: dcubed
|
2023-05-18 22:08:10 +00:00 |
|
Weijun Wang
|
148df533af
|
8308010: X509Key and PKCS8Key allows garbage bytes at the end
Reviewed-by: mullan
|
2023-05-18 21:23:29 +00:00 |
|
Ashutosh Mehra
|
d3feedf511
|
8308192: Error in parsing replay file when staticfield is an array of single dimension
Reviewed-by: thartmann, kvn
|
2023-05-18 19:50:05 +00:00 |
|
Alexander Zvegintsev
|
02dc95e6b9
|
8308370: Fix build failures related to the java.awt.Robot documentation
Reviewed-by: dcubed
|
2023-05-18 18:51:46 +00:00 |
|
Alexander Zvegintsev
|
21aa057faf
|
8307779: Relax the java.awt.Robot specification
Reviewed-by: mkartashev, prr
|
2023-05-18 18:14:05 +00:00 |
|
Joe Darcy
|
42ecc8a37f
|
8308245: Add -proc:full to describe current default annotation processing policy
Reviewed-by: vromero
|
2023-05-18 17:05:28 +00:00 |
|
Calvin Cheung
|
bb24c36759
|
8279993: Assert that a shared class is not loaded more than once
Reviewed-by: iklam, stuefe
|
2023-05-18 16:02:55 +00:00 |
|
Alisen Chung
|
1b154e4fd3
|
8307083: Open source some drag and drop tests 3
Reviewed-by: prr, serb
|
2023-05-18 15:45:12 +00:00 |
|
Jasmine Karthikeyan
|
cc5c9b5da2
|
8305787: Wrong debugging information printed with TraceOptoOutput
Reviewed-by: thartmann, kvn
|
2023-05-18 15:09:45 +00:00 |
|
Thomas Stuefe
|
808dc1b047
|
8308350: Increase buffer size for jspawnhelper arguments
Reviewed-by: rriggs
|
2023-05-18 14:01:08 +00:00 |
|
Amit Kumar
|
a58e0ca9d2
|
8308347: [s390x] build broken after JDK-8304913
Reviewed-by: stuefe, rriggs
|
2023-05-18 13:51:34 +00:00 |
|
bobpengxie
|
bfc3ccd90d
|
8308283: Build failure with GCC12 & GCC13
Reviewed-by: erikj, jiefu
|
2023-05-18 12:26:45 +00:00 |
|
Jan Kratochvil
|
57b8ed1398
|
8308290: Add fontconfig requirement to building.md
Reviewed-by: erikj
|
2023-05-18 08:48:16 +00:00 |
|
Chen Liang
|
3c9ec26370
|
8306457: Classfile API components implementations should not be exposed
Reviewed-by: asotona
|
2023-05-18 06:54:01 +00:00 |
|
Adam Sotona
|
f4f5542f8d
|
8306842: Classfile API performance improvements
Reviewed-by: redestad
|
2023-05-18 06:02:47 +00:00 |
|
Thomas Stuefe
|
95da499ef2
|
8308285: Assert on -Xshare:dump when running with -Xlog:cds=trace
Reviewed-by: ccheung, iklam
|
2023-05-18 05:47:23 +00:00 |
|
Ioi Lam
|
6f75dd8741
|
8308236: Remove SystemDictionaryShared::clone_dumptime_tables()
Reviewed-by: vlivanov, ccheung
|
2023-05-18 04:10:49 +00:00 |
|
Boris Ulasevich
|
83c096d6e2
|
8308270: ARM32 build broken after JDK-8304913
Reviewed-by: stuefe, rriggs
|
2023-05-18 03:14:38 +00:00 |
|
Jiangli Zhou
|
902585bec1
|
8308110: Resolve multiple definition of 'JNI_OnLoad_jsound' linking error
Reviewed-by: alanb, rasbold
|
2023-05-17 21:04:34 +00:00 |
|
Eric Caspole
|
6073edf3cd
|
8307483: New micros for j.u.c.LockSupport
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: shade, redestad
|
2023-05-17 20:39:26 +00:00 |
|
Patricio Chilano Mateo
|
24094482f0
|
8307365: JvmtiStressModule hit SIGSEGV in JvmtiEventControllerPrivate::recompute_thread_enabled
Reviewed-by: sspitsyn, dcubed, lmesnik
|
2023-05-17 20:16:21 +00:00 |
|
Alisen Chung
|
950c5df859
|
8307299: Move more DnD tests to open
Reviewed-by: prr, serb
|
2023-05-17 18:57:59 +00:00 |
|
Leonid Mesnik
|
8bedf2efd7
|
8308292: Problemlist vmTestbase/nsk/jvmti/AttachOnDemand/attach020/TestDescription.java
Reviewed-by: sspitsyn
|
2023-05-17 17:24:38 +00:00 |
|
Brian Burkhalter
|
6d4782bc73
|
8307976: (fs) Files.createDirectories(dir) returns dir::toAbsolutePath instead of dir
Reviewed-by: alanb
|
2023-05-17 16:04:08 +00:00 |
|
Joe Darcy
|
f57c78337e
|
8308239: Tighten up accessibility of nested classes in java.lang.invoke
Reviewed-by: alanb
|
2023-05-17 15:31:03 +00:00 |
|
Martin Doerr
|
64f6681cc7
|
8308246: PPC64le build broken after JDK-8304913
Reviewed-by: shade, mbaesken
|
2023-05-17 15:10:46 +00:00 |
|
Adam Sotona
|
5763be7267
|
8307326: Package jdk.internal.classfile.java.lang.constant become obsolete
Reviewed-by: erikj, liach
|
2023-05-17 12:45:19 +00:00 |
|
JoKern65
|
c7951cf674
|
8306304: Fix xlc17 clang warnings in ppc and aix code
Reviewed-by: erikj, tsteele, mbaesken
|
2023-05-17 11:48:56 +00:00 |
|
Erik Österlund
|
285c833ffa
|
8308043: Deadlock in TestCSLocker.java due to blocking GC while allocating
Reviewed-by: stefank, ayang, tschatzl
|
2023-05-17 11:47:30 +00:00 |
|
Jaikiran Pai
|
1a6f9810cd
|
8308185: Update Http2TestServerConnection to use SSLSocket.startHandshake()
Reviewed-by: djelinski
|
2023-05-17 10:06:22 +00:00 |
|
Aleksey Shipilev
|
b300e73a4a
|
8308088: Improve class check in CollectedHeap::is_oop
Reviewed-by: zgu, tschatzl, ayang, stuefe
|
2023-05-17 09:19:08 +00:00 |
|
Axel Boldt-Christmas
|
e34ecc97e6
|
8296469: Instrument VMError::report with reentrant iteration step for register and stack printing
Reviewed-by: eosterlund, stuefe
|
2023-05-17 07:07:41 +00:00 |
|
Matthias Baesken
|
5a92aae1d9
|
8308156: VerifyCACerts.java misses blank in error output
Reviewed-by: mullan, rhalade
|
2023-05-17 06:42:19 +00:00 |
|
Guoxiong Li
|
2f1c65486b
|
8307955: Prefer to PTRACE_GETREGSET instead of PTRACE_GETREGS in method 'ps_proc.c::process_get_lwp_regs'
Reviewed-by: cjplummer, kevinw
|
2023-05-17 03:07:56 +00:00 |
|
Ashutosh Mehra
|
d3e5065284
|
8306460: Clear JVM_ACC_QUEUED flag on methods when dumping dynamic CDS archive
Reviewed-by: coleenp, iklam
|
2023-05-16 22:36:44 +00:00 |
|
Leonid Mesnik
|
563152f32d
|
8308223: failure handler missed jcmd.vm.info command
Reviewed-by: stefank
|
2023-05-16 19:44:38 +00:00 |
|
Erik Helin
|
cb8b8cdd68
|
8307458: Add periodic heap usage JFR events
Reviewed-by: stefank, aboldtch
|
2023-05-16 18:53:58 +00:00 |
|
Naoto Sato
|
f9a785e855
|
8307547: Support variant collations
Reviewed-by: srl, jlu, alanb
|
2023-05-16 18:00:45 +00:00 |
|
Justin Lu
|
4e92991809
|
8300794: Use @snippet in java.util:i18n
Reviewed-by: naoto, lancea
|
2023-05-16 17:10:21 +00:00 |
|
Chris Plummer
|
64d5157116
|
8306467: Fix nsk/jdb/kill/kill001 to work with new JVMTI StopThread support for virtual threads.
Reviewed-by: sspitsyn, amenkov
|
2023-05-16 17:02:12 +00:00 |
|
Coleen Phillimore
|
488330d53b
|
8307533: Use atomic bitset functions for metadata flags
Reviewed-by: ccheung, kbarrett
|
2023-05-16 16:46:09 +00:00 |
|
Stefan Karlsson
|
60ab1358da
|
8308097: Generational ZGC: Update constructor syntax
Reviewed-by: eosterlund, aboldtch
|
2023-05-16 16:13:58 +00:00 |
|