Serguei Spitsyn
|
79ccc791f2
|
8293613: need to properly handle and hide tmp VTMS transitions
Reviewed-by: cjplummer, lmesnik
|
2022-09-28 04:44:43 +00:00 |
|
Fei Yang
|
d827fd830a
|
8294430: RISC-V: Small refactoring for movptr_with_offset
Reviewed-by: fjiang, yadongwang, shade
|
2022-09-28 00:22:16 +00:00 |
|
AJ Ferguson
|
9d76ac8a44
|
8292158: AES-CTR cipher state corruption with AVX-512
Reviewed-by: kvn, svkamath, sviswanathan
|
2022-09-28 00:12:23 +00:00 |
|
David Holmes
|
e5b65c40ea
|
8290482: Update JNI Specification of DestroyJavaVM for better alignment with JLS, JVMS, and Java SE API Specifications
Reviewed-by: rehn, coleenp
|
2022-09-27 23:57:32 +00:00 |
|
Chris Plummer
|
6ad151d096
|
8293143: Workaround for JDK-8292217 when doing "step over" of bytecode with unresolved cp reference
Reviewed-by: sspitsyn, amenkov
|
2022-09-27 21:20:41 +00:00 |
|
Jonathan Gibbons
|
22b59b66d9
|
8294471: SpecTaglet is inconsistent with SpecTree for inline property
Reviewed-by: prappo
|
2022-09-27 21:18:12 +00:00 |
|
David Holmes
|
763d4bf074
|
8293592: Remove JVM_StopThread, stillborn, and related cleanup
Reviewed-by: alanb, sspitsyn, rehn, coleenp
|
2022-09-27 21:03:50 +00:00 |
|
Joshua Cao
|
fb4979c05b
|
8290401: Support dump all phases and print nodes in ascending order of index
Reviewed-by: chagedorn, xliu
|
2022-09-27 15:52:22 +00:00 |
|
Matias Saavedra Silva
|
112ca2b863
|
8293964: Unused check_for_duplicates parameter in ClassLoaderExt::process_jar_manifest
Reviewed-by: ccheung, dholmes
|
2022-09-27 15:39:31 +00:00 |
|
Darragh Clarke
|
99017b06bf
|
8293064: Remove unused NET_xxx functions
Reviewed-by: chegar, djelinski, aefimov, vtewari
|
2022-09-27 15:01:03 +00:00 |
|
Andrey Turbanov
|
3419363e89
|
8294361: Cleanup usages of StringBuffer in SQLOutputImpl
Reviewed-by: rriggs, lancea
|
2022-09-27 13:16:59 +00:00 |
|
Alan Bateman
|
1abf971b93
|
8249627: Degrade Thread.suspend and Thread.resume
Reviewed-by: cjplummer, sspitsyn, dholmes, jpai
|
2022-09-27 11:43:59 +00:00 |
|
Doug Lea
|
bc12e9553d
|
8292969: Bad Thread Utilization in ForkJoinPool
Reviewed-by: shade, alanb
|
2022-09-27 10:50:18 +00:00 |
|
Emanuel Peter
|
dd51f7e0b7
|
8293996: C2: fix and simplify IdealLoopTree::do_remove_empty_loop
Reviewed-by: roland, thartmann, chagedorn
|
2022-09-27 08:52:19 +00:00 |
|
Martin Doerr
|
14c6ac457d
|
8293998: [PPC64] JfrGetCallTrace: assert(_pc != nullptr) failed: must have PC
Reviewed-by: shade, lucy
|
2022-09-27 07:54:13 +00:00 |
|
Fei Gao
|
aa48705ddd
|
8289422: Fix and re-enable vector conditional move
Reviewed-by: thartmann, kvn
|
2022-09-27 01:24:17 +00:00 |
|
Alexander Matveev
|
1e222bccd3
|
8293462: [macos] app image signature invalid when creating DMG or PKG from post processed signed image
Reviewed-by: asemenyuk
|
2022-09-26 22:48:25 +00:00 |
|
Justin Lu
|
43eff2b309
|
8272687: Replace StringBuffer with StringBuilder in RuleBasedCollator
Reviewed-by: lancea, naoto, bchristi, bpb
|
2022-09-26 22:31:51 +00:00 |
|
Jonathan Gibbons
|
b88ee1ee22
|
6251738: Want a top-level summary page that itemizes all spec documents referenced from javadocs (OEM spec)
Reviewed-by: hannesw
|
2022-09-26 21:28:39 +00:00 |
|
Roger Riggs
|
5ae6bc23e8
|
8234262: Unmask SIGQUIT in a child process
Reviewed-by: bpb, dholmes, vtewari, stuefe, alanb
|
2022-09-26 15:55:22 +00:00 |
|
Raffaello Giulietti
|
968af74de4
|
8293567: AbstractSplittableWithBrineGenerator: salt has digits that duplicate the marker
Reviewed-by: jlaskey
|
2022-09-26 15:47:18 +00:00 |
|
Prasanta Sadhukhan
|
2be315877b
|
4797982: Setting negative size of JSplitPane divider leads to unexpected results.
Reviewed-by: azvegint, prr
|
2022-09-26 11:00:38 +00:00 |
|
Johan Sjölen
|
050eebf2e8
|
8294245: Make Compile::print_inlining_stream stack allocated
Reviewed-by: kvn, rehn
|
2022-09-26 10:50:43 +00:00 |
|
Jaikiran Pai
|
169a5d48af
|
8294193: Files.createDirectories throws FileAlreadyExistsException for a symbolic link whose target is an existing directory
Reviewed-by: alanb
|
2022-09-26 05:16:31 +00:00 |
|
Ashutosh Mehra
|
3675f4c2af
|
8293252: Shenandoah: ThreadMXBean synchronizer tests crash with aggressive heuristics
Reviewed-by: wkemper, rkennke, heidinga, phh
|
2022-09-23 18:52:49 +00:00 |
|
Leonid Mesnik
|
543851db92
|
8289607: Change hotspot/jtreg tests to not use Thread.suspend/resume
Reviewed-by: sspitsyn, cjplummer
|
2022-09-23 17:44:57 +00:00 |
|
Quan Anh Mai
|
e2f8251490
|
8293618: x86: Wrong code generation in class Assembler
Reviewed-by: kvn, thartmann
|
2022-09-23 17:12:48 +00:00 |
|
Harshitha Onkar
|
eca9749da0
|
8288325: [windows] Actual and Preferred Size of AWT Non-resizable frame are different
Reviewed-by: kizune, aivanov, tr
|
2022-09-23 16:24:52 +00:00 |
|
Xiaolin Zheng
|
664e5b1d2e
|
8294187: RISC-V: Unify all relocations for the backend into AbstractAssembler::relocate()
Reviewed-by: fjiang, yadongwang, fyang
|
2022-09-23 13:15:44 +00:00 |
|
Fredrik Bredberg
|
acd75e0f1c
|
8294053: Unneeded local variable in handle_safefetch()
Reviewed-by: rehn, stuefe, shade
|
2022-09-23 12:34:06 +00:00 |
|
Alan Bateman
|
acd5bcfc88
|
8289610: Degrade Thread.stop
Reviewed-by: rriggs, cjplummer, jpai, mchung, prr, mullan
|
2022-09-23 07:55:29 +00:00 |
|
Roberto Castañeda Lozano
|
eec992c6b0
|
8292602: ZGC: C2 late barrier analysis uses invalid dominator information
Co-authored-by: Nils Eliasson <neliasso@openjdk.org>
Reviewed-by: kvn, thartmann
|
2022-09-23 07:25:07 +00:00 |
|
Jaikiran Pai
|
f6d78cda85
|
8293657: sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 failed with "SSLHandshakeException: Remote host terminated the handshake"
Reviewed-by: kevinw, dfuchs
|
2022-09-23 04:54:39 +00:00 |
|
Fei Gao
|
a4dc035a97
|
8290910: Wrong memory state is picked in SuperWord::co_locate_pack()
Reviewed-by: chagedorn, kvn
|
2022-09-23 01:26:21 +00:00 |
|
Fei Yang
|
f3ba332fdc
|
8294183: AArch64: Wrong macro check in SharedRuntime::generate_deopt_blob
Reviewed-by: dlong, shade
|
2022-09-23 01:09:51 +00:00 |
|
Xin Liu
|
5285035ed9
|
8294075: gtest/AsyncLogGtest crashes with SEGV
Reviewed-by: dholmes, shade
|
2022-09-22 16:37:42 +00:00 |
|
Xin Liu
|
696287d6e8
|
8294037: Using alias template to unify hashtables in AsyncLogWriter
Reviewed-by: coleenp, simonis
|
2022-09-22 16:36:01 +00:00 |
|
Brian Burkhalter
|
48cc15602b
|
8293331: Refactor FileDispatcherImpl into operating system-specific components
Reviewed-by: alanb
|
2022-09-22 15:59:05 +00:00 |
|
Aleksey Shipilev
|
f751e6087d
|
8294197: Zero: JVM_handle_linux_signal should not assume deopt NOPs
Reviewed-by: coleenp
|
2022-09-22 14:51:12 +00:00 |
|
Aleksey Shipilev
|
4a6060ba2c
|
8294190: Incorrect check messages in SharedRuntime::generate_uncommon_trap_blob
Reviewed-by: thartmann, dlong
|
2022-09-22 14:49:55 +00:00 |
|
Jan Lahoda
|
0be2b2c2f1
|
8292756: java.lang.AssertionError at at jdk.compiler/com.sun.tools.javac.code.Scope$ScopeImpl.leave(Scope.java:386)
Reviewed-by: vromero
|
2022-09-22 14:33:07 +00:00 |
|
Sean Coffey
|
bc2af47e1e
|
8254711: Add java.security.Provider.getService JFR Event
Reviewed-by: mullan, valeriep, jpai
|
2022-09-22 13:53:15 +00:00 |
|
Stefan Karlsson
|
d781ab09f7
|
8294003: Don't handle si_addr == 0 && si_code == SI_KERNEL SIGSEGVs
Reviewed-by: dholmes, shade, dlong
|
2022-09-22 12:35:15 +00:00 |
|
Xiaolin Zheng
|
a216960d71
|
8294087: RISC-V: RVC: Fix a potential alignment issue and add more alignment assertions for the patchable calls/nops
Reviewed-by: shade, fjiang, fyang
|
2022-09-22 11:43:47 +00:00 |
|
Nick Gasson
|
3fa6778ab2
|
8292296: Use multiple threads to process ParallelGC deferred updates
Reviewed-by: tschatzl, ayang
|
2022-09-22 10:16:28 +00:00 |
|
Jaikiran Pai
|
800e68d690
|
8292044: HttpClient doesn't handle 102 or 103 properly
Reviewed-by: dfuchs, chegar, michaelm
|
2022-09-22 09:18:22 +00:00 |
|
Emanuel Peter
|
83abfa5d82
|
8255670: Improve C2's detection of modified nodes
Reviewed-by: kvn, thartmann, roland
|
2022-09-22 07:44:50 +00:00 |
|
Abhishek Kumar
|
5652030f16
|
8292376: A few Swing methods use inheritDoc on exceptions which are not inherited
Reviewed-by: prr, tr
|
2022-09-22 07:38:14 +00:00 |
|
Xiaolin Zheng
|
d5bee4a0df
|
8294086: RISC-V: Cleanup InstructionMark usages in the backend
Reviewed-by: fjiang, fyang
|
2022-09-22 03:48:06 +00:00 |
|
Calvin Cheung
|
47f233acec
|
8292202: modules_do is called without Module_lock
Reviewed-by: iklam, coleenp
|
2022-09-22 03:37:23 +00:00 |
|