Lutz Schmidt
|
1230aed61d
|
8316885: jcmd: Compiler.CodeHeap_Analytics cmd does not inform about missing aggregate
Reviewed-by: kvn, mdoerr
|
2023-09-28 11:50:51 +00:00 |
|
Albert Mingkun Yang
|
d0c1444d92
|
8316957: Serial: Change GenCollectedHeap to SerialHeap inside gc/serial folder
Reviewed-by: iwalulya, tschatzl
|
2023-09-28 11:49:03 +00:00 |
|
Alexey Ivanov
|
3481ecb255
|
8316159: Update BoxLayout sample image for crisper edges
Move all rectangles half a pixel to make edges crisp
Reviewed-by: prr
|
2023-09-28 11:31:46 +00:00 |
|
Maurizio Cimadamore
|
798125152b
|
8316970: Add internal annotation to mark restricted methods
Reviewed-by: jvernee, iris, alanb
|
2023-09-28 09:49:57 +00:00 |
|
Ludvig Janiuk
|
77fac0f4c6
|
8316906: Clarify TLABWasteTargetPercent flag
Reviewed-by: ayang, iwalulya, tschatzl
|
2023-09-28 08:02:10 +00:00 |
|
Robbin Ehn
|
2d154fcd0d
|
8316566: RISC-V: Zero extended narrow oop passed to Atomic::cmpxchg
Reviewed-by: luhenry, fyang
|
2023-09-28 05:47:33 +00:00 |
|
Daniel Jeliński
|
384d2ea6d1
|
8316125: Windows call_stub unnecessarily saves xmm16-31 when UseAVX>=3
Reviewed-by: jvernee, kvn, sviswanathan
|
2023-09-28 04:16:54 +00:00 |
|
Ioi Lam
|
52073b27a3
|
8316994: Avoid modifying ClassLoader and Module objects during -Xshare:dump
Reviewed-by: matsaave, ccheung
|
2023-09-28 01:47:54 +00:00 |
|
Ilya Gavrilin
|
750da00129
|
8316743: RISC-V: Change UseVectorizedMismatchIntrinsic option result to warning
Reviewed-by: fyang, luhenry
|
2023-09-27 17:07:10 +00:00 |
|
Thomas Schatzl
|
b8cec480f8
|
8315848: G1: Rename rs_ prefix to card_rs in analytics
Reviewed-by: ayang, lkorinth
|
2023-09-27 17:05:58 +00:00 |
|
Kevin Walls
|
5350fd6173
|
8299560: Assertion failed: currentQueryIndex >= 0 && currentQueryIndex < numberOfJavaProcessesAtInitialization
Reviewed-by: lmesnik, cjplummer
|
2023-09-27 15:55:12 +00:00 |
|
Thomas Schatzl
|
edcc559f09
|
8316661: CompilerThread leaks CodeBlob memory when dynamically stopping compiler thread in non-product
Reviewed-by: kvn, thartmann
|
2023-09-27 15:14:57 +00:00 |
|
Fredrik Bredberg
|
347bd15e49
|
8315966: Relativize initial_sp in interpreter frames
Reviewed-by: fyang, mdoerr, pchilanomate
|
2023-09-27 13:15:07 +00:00 |
|
Afshin Zafari
|
45a145e5bc
|
8299915: Remove ArrayAllocatorMallocLimit and associated code
Reviewed-by: dholmes, coleenp
|
2023-09-27 08:27:02 +00:00 |
|
Axel Boldt-Christmas
|
50a7a04e9a
|
8316417: ObjectMonitorIterator does not return the most recent monitor and is incorrect if no monitors exists
Reviewed-by: cjplummer, dholmes
|
2023-09-27 08:16:34 +00:00 |
|
Daniel Jeliński
|
fee9d3362c
|
8293176: SSLEngine handshaker does not send an alert after a bad parameters
Reviewed-by: mdonovan, jnimeh
|
2023-09-27 07:33:52 +00:00 |
|
Daniel Jeliński
|
fd52be2a3c
|
8316895: SeenThread::print_action_queue called on a null pointer
Reviewed-by: coleenp, dholmes
|
2023-09-27 07:31:44 +00:00 |
|
Gui Cao
|
e39197ec62
|
8316933: RISC-V: compiler/vectorapi/VectorCastShape128Test.java fails when using RVV
Reviewed-by: fyang, dzhang
|
2023-09-27 07:18:42 +00:00 |
|
Prasanta Sadhukhan
|
83806abe44
|
6450193: After the first Serialization, JTableHeader does not uninstall its UI
Reviewed-by: aivanov
|
2023-09-27 04:28:10 +00:00 |
|
Brian Burkhalter
|
36ac83904c
|
8073061: (fs) Files.copy(foo, bar, REPLACE_EXISTING) deletes bar even if foo is not readable
Reviewed-by: alanb
|
2023-09-26 15:27:44 +00:00 |
|
Amit Kumar
|
efb7e85ecf
|
8316935: [s390x] Use consistent naming for lightweight locking in MacroAssembler
Reviewed-by: mdoerr, lucy
|
2023-09-26 15:02:49 +00:00 |
|
Roland Westrelin
|
4e1e579e8b
|
8315920: C2: "control input must dominate current control" assert failure
Reviewed-by: thartmann, chagedorn
|
2023-09-26 14:32:54 +00:00 |
|
Martin Doerr
|
20ff603108
|
8316735: Print LockStack in hs_err files
Reviewed-by: dholmes, mbaesken
|
2023-09-26 13:33:33 +00:00 |
|
Albert Mingkun Yang
|
e510dee162
|
8316098: Revise signature of numa_get_leaf_groups
Reviewed-by: tschatzl, coleenp
|
2023-09-26 12:56:59 +00:00 |
|
Albert Mingkun Yang
|
1513e7910f
|
8316940: Serial: Remove unused declarations in genCollectedHeap
Reviewed-by: stefank, tschatzl
|
2023-09-26 12:56:24 +00:00 |
|
Roland Westrelin
|
52983ed529
|
8303737: C2: Load can bypass subtype check that enforces it's from the right object type
Reviewed-by: chagedorn, thartmann
|
2023-09-26 06:55:01 +00:00 |
|
Per Minborg
|
9e6cb62048
|
8316851: Add @sealedGraph to Executable
Reviewed-by: darcy
|
2023-09-26 06:00:58 +00:00 |
|
Amit Kumar
|
3fe6e0faca
|
8308479: [s390x] Implement alternative fast-locking scheme
Reviewed-by: lucy, mdoerr
|
2023-09-26 03:40:11 +00:00 |
|
Sergey Bylokhov
|
0dce4c1758
|
8313220: Remove Windows specific workaround in LCMS.c for _snprintf
Reviewed-by: prr
|
2023-09-25 23:01:19 +00:00 |
|
Sergey Bylokhov
|
e5f05b5a96
|
8312191: ColorConvertOp.filter for the default destination is too slow
Reviewed-by: prr
|
2023-09-25 20:54:00 +00:00 |
|
Alexey Ivanov
|
b65f4f7220
|
8313403: Remove unused 'mask' field from JFormattedTextField
Reviewed-by: prr, honkar
|
2023-09-25 18:06:53 +00:00 |
|
Liam Miller-Cushon
|
9291b46bcf
|
8313804: JDWP support for -Djava.net.preferIPv6Addresses=system
Reviewed-by: cjplummer, amenkov
|
2023-09-25 16:43:20 +00:00 |
|
Mourad Abbay
|
afa48333ab
|
8271268: Fix Javadoc links for Stream.mapMulti
Reviewed-by: liach, psandoz
|
2023-09-25 16:38:31 +00:00 |
|
Elif Aslan
|
9688ec2d0d
|
8311823: JFR: Uninitialized EventEmitter::_thread_id field
Reviewed-by: shade, egahlin
|
2023-09-25 15:01:17 +00:00 |
|
Ludovic Henry
|
311c7461c8
|
8316859: RISC-V: Disable detection of V through HWCAP
Reviewed-by: rehn, fyang
|
2023-09-25 12:21:47 +00:00 |
|
Thomas Schatzl
|
3d6e775d71
|
8316669: ImmutableOopMapSet destructor not called
Reviewed-by: thartmann, jvernee, kvn
|
2023-09-25 06:38:11 +00:00 |
|
Thomas Schatzl
|
837783c2d3
|
8316670: Remove effectively unused nmethodBucket::_count
Reviewed-by: kvn, dlong
|
2023-09-25 06:36:14 +00:00 |
|
Andrey Turbanov
|
89e068bc19
|
8316556: Fix typos in java.desktop
Reviewed-by: prr, aivanov
|
2023-09-25 06:32:40 +00:00 |
|
Hao Sun
|
481cfc7985
|
8287325: AArch64: fix virtual threads with -XX:UseBranchProtection=pac-ret
Co-authored-by: Nick Gasson <ngasson@openjdk.org>
Reviewed-by: aph, dlong
|
2023-09-25 05:38:51 +00:00 |
|
Coleen Phillimore
|
68a9c81040
|
8316711: SEGV in LoaderConstraintTable::find_loader_constraint after JDK-8310874
Reviewed-by: dcubed, iklam
|
2023-09-22 21:58:01 +00:00 |
|
Chris Plummer
|
9aaac2eee3
|
8301639: JDI and JDWP specs should clarify potential deadlock issues with method invocation
Reviewed-by: dholmes, alanb
|
2023-09-22 20:29:00 +00:00 |
|
Hannes Wallnöfer
|
6b8261b8d6
|
8315464: Uncouple AllClassesIndexWriter from IndexBuilder
Reviewed-by: jjg
|
2023-09-22 19:17:40 +00:00 |
|
Mandy Chung
|
9b65b7ddbe
|
8316305: Initial buffer size of StackWalker is too small caused by JDK-8285447
Reviewed-by: bchristi
|
2023-09-22 18:38:06 +00:00 |
|
Ben Perez
|
53516aed38
|
8304956: Update KeyStore.getDefaultType() specification to return pkcs12 as fallback
Reviewed-by: hchao, mullan
|
2023-09-22 17:31:57 +00:00 |
|
Joe Darcy
|
b66ded9a5b
|
8316688: Widen allowable error bound of Math.hypot
Reviewed-by: bpb, rgiulietti
|
2023-09-22 16:35:55 +00:00 |
|
Aleksey Shipilev
|
6c61bc1950
|
8316514: Better diagnostic header for VtableStub
Reviewed-by: thartmann, kvn
|
2023-09-22 16:24:06 +00:00 |
|
Martin Doerr
|
c90d63105c
|
8315750: Update subtype check profile collection on PPC following 8308869
Reviewed-by: rrich, lucy
|
2023-09-22 13:21:10 +00:00 |
|
Claes Redestad
|
c24c66db97
|
8316681: Rewrite URLEncoder.encode to use small reusable buffers
Reviewed-by: dfuchs, rriggs
|
2023-09-22 09:41:01 +00:00 |
|
Xin Liu
|
bd2439f3fc
|
8316702: Only evaluate buffer when IGVPrintLevelOption >= 5
Reviewed-by: chagedorn, thartmann
|
2023-09-22 08:35:35 +00:00 |
|
Tobias Hartmann
|
4b65483921
|
8316130: Incorrect control in LibraryCallKit::inline_native_notify_jvmti_funcs
Reviewed-by: roland, chagedorn
|
2023-09-22 08:30:49 +00:00 |
|