Serguei Spitsyn
|
e661c5a3d0
|
8296323: JVMTI can_support_virtual_threads not available for agents loaded into running VM
Reviewed-by: alanb, rrich
|
2022-11-22 23:43:15 +00:00 |
|
Kim Barrett
|
974cb8370d
|
8297310: Remove unimplemented HeapInspection::iterate_over_heap
Reviewed-by: amenkov, cjplummer, shade
|
2022-11-22 23:12:21 +00:00 |
|
Weijun Wang
|
e174558cad
|
8296742: Illegal X509 Extension should not be created
Reviewed-by: mullan
|
2022-11-22 22:21:50 +00:00 |
|
David Holmes
|
a6c418eaf8
|
8297168: Provide a bulk OopHandle release mechanism with the ServiceThread
Reviewed-by: rehn, coleenp
|
2022-11-22 21:57:33 +00:00 |
|
Xue-Lei Andrew Fan
|
260e4dcbfd
|
8295011: EC point multiplication improvement for secp256r1
Reviewed-by: djelinski, jjiang
|
2022-11-22 18:19:59 +00:00 |
|
Sergey Bylokhov
|
fb6c992f32
|
8296957: One more cast in SAFE_SIZE_NEW_ARRAY2
Reviewed-by: aivanov
|
2022-11-22 18:08:12 +00:00 |
|
Gerard Ziemski
|
ccc6e16918
|
8291067: macOS should use O_CLOEXEC instead of FD_CLOEXEC
Reviewed-by: dcubed, dholmes, stuefe
|
2022-11-22 16:30:24 +00:00 |
|
Albert Mingkun Yang
|
0ac5b55311
|
8297349: Parallel: Use correct claim value for CLD oop iteration in PSScavengeCLDClosure
Reviewed-by: tschatzl, shade
|
2022-11-22 14:40:51 +00:00 |
|
Albert Mingkun Yang
|
932bf3539c
|
8297333: Parallel: Remove unused methods in PCIterateMarkAndPushClosure
Reviewed-by: tschatzl, sjohanss
|
2022-11-22 14:39:10 +00:00 |
|
Markus Karg
|
069685489a
|
8297299: SequenceInputStream should not use Vector
Reviewed-by: alanb, jpai
|
2022-11-22 05:04:40 +00:00 |
|
pandaapo
|
f0e99c6346
|
8297301: Cleanup unused methods in JavaUtilJarAccess
Reviewed-by: weijun
|
2022-11-22 03:22:05 +00:00 |
|
Jaikiran Pai
|
392ac7055d
|
8297211: Expensive fillInStackTrace operation in HttpURLConnection.getOutputStream0 when no content-length in response
Reviewed-by: simonis, dfuchs
|
2022-11-22 01:48:39 +00:00 |
|
Jonathan Gibbons
|
5a45c25151
|
8297164: Update troff man pages and CheckManPageOptions.java
Reviewed-by: dholmes
|
2022-11-21 22:03:48 +00:00 |
|
Volodymyr Paprotski
|
f12710e938
|
8288047: Accelerate Poly1305 on x86_64 using AVX512 instructions
Reviewed-by: sviswanathan, vlivanov
|
2022-11-21 21:01:25 +00:00 |
|
Xue-Lei Andrew Fan
|
b366d17a94
|
8294073: Performance improvement for message digest implementations
Reviewed-by: jjiang
|
2022-11-21 15:56:19 +00:00 |
|
Weijun Wang
|
57f5cfdeb5
|
8296399: crlNumExtVal might be null inside X509CRLSelector::match
Reviewed-by: xuelei
|
2022-11-21 15:25:18 +00:00 |
|
Sean Coffey
|
d0a7938eb7
|
8286575: Document how properties in java.security are parsed
Reviewed-by: mullan
|
2022-11-21 14:28:07 +00:00 |
|
Coleen Phillimore
|
5c3345404d
|
8296472: Remove ObjectLocker around appendToClassPathForInstrumentation call
Reviewed-by: sspitsyn, alanb, dholmes
|
2022-11-21 14:16:49 +00:00 |
|
Coleen Phillimore
|
08008139cc
|
8293584: CodeCache::old_nmethods_do incorrectly filters is_unloading nmethods
Reviewed-by: eosterlund, kvn
|
2022-11-21 13:46:09 +00:00 |
|
Christian Hagedorn
|
8b8d8481bc
|
8293422: DWARF emitted by Clang cannot be parsed
Reviewed-by: tschatzl, ihse, stuefe
|
2022-11-21 12:58:45 +00:00 |
|
Albert Mingkun Yang
|
59d8f67a71
|
8297265: G1: Remove unnecessary null-check in RebuildCodeRootClosure::do_code_blob
Reviewed-by: tschatzl
|
2022-11-21 11:14:05 +00:00 |
|
Gui Cao
|
e4206618ac
|
8297238: RISC-V: C2: Use Matcher::vector_element_basic_type when checking for vector element type in predicate
Reviewed-by: dzhang, fyang
|
2022-11-21 10:01:29 +00:00 |
|
Bhavana Kilambi
|
891c706a10
|
8295276: AArch64: Add backend support for half float conversion intrinsics
Reviewed-by: ngasson, aph, njian
|
2022-11-21 09:56:38 +00:00 |
|
Roland Westrelin
|
45d1807ad3
|
6312651: Compiler should only use verified interface types for optimization
Reviewed-by: vlivanov, kvn
|
2022-11-21 08:47:42 +00:00 |
|
Aleksey Shipilev
|
fc616588c1
|
8294591: Fix cast-function-type warning in TemplateTable
Reviewed-by: ihse, coleenp
|
2022-11-21 07:22:56 +00:00 |
|
Srikanth Adayapalam
|
544e317225
|
8059632: Method reference compilation uses incorrect qualifying type
Reviewed-by: mcimadamore
|
2022-11-21 03:02:29 +00:00 |
|
Ashutosh Mehra
|
651e54798a
|
8297217: Incorrect generation name in the heap verification log message with Serial GC
Reviewed-by: kbarrett, tschatzl
|
2022-11-20 23:55:47 +00:00 |
|
Thomas Stuefe
|
0a3b0fc8ad
|
8296784: Provide clean mallinfo/mallinfo2 wrapper for Linux glibc platforms
Reviewed-by: rkennke, mbaesken
|
2022-11-19 18:06:48 +00:00 |
|
Thomas Stuefe
|
251e065a17
|
8296764: NMT: reduce loads in os::malloc
Reviewed-by: adinn, iklam
|
2022-11-19 14:45:45 +00:00 |
|
Thomas Stuefe
|
0845b39caf
|
8296796: Provide clean, platform-agnostic interface to C-heap trimming
Reviewed-by: dholmes, rkennke
|
2022-11-19 11:52:55 +00:00 |
|
Sergey Bylokhov
|
c50a9047b4
|
8297195: AWTAccessor and SwingAccessor should avoid double racy reads from non-volatile fields
Reviewed-by: azvegint, prr
|
2022-11-19 04:40:02 +00:00 |
|
Jaikiran Pai
|
906f1ca4d7
|
8292317: Missing null check for Iterator.forEachRemaining implementations
Reviewed-by: sundar, smarks
|
2022-11-19 00:55:14 +00:00 |
|
Jonathan Gibbons
|
dcb83754ce
|
8245246: Deprecate -profile option in javac
Reviewed-by: darcy
|
2022-11-18 23:43:26 +00:00 |
|
Jonathan Gibbons
|
52494df4f7
|
8290845: Consider an alternative item separator for multi-item option values
Reviewed-by: prappo
|
2022-11-18 22:30:09 +00:00 |
|
Joe Darcy
|
6fd1442123
|
8296743: Tighten Class.getModifiers spec for array classes
Reviewed-by: rriggs, mchung, heidinga
|
2022-11-18 21:51:55 +00:00 |
|
Adam Sotona
|
3a15e8483c
|
8297258: Typo in java -help referencing -disable-@files instead of --disable-@files
Reviewed-by: mchung
|
2022-11-18 21:41:32 +00:00 |
|
Serguei Spitsyn
|
035eaeecab
|
8296324: JVMTI GetStackTrace truncates vthread stack trace for agents loaded into running VM
Reviewed-by: cjplummer, lmesnik
|
2022-11-18 20:52:56 +00:00 |
|
Alisen Chung
|
2c692aa356
|
8297088: Update LCMS to 2.14
Reviewed-by: erikj, serb, prr, honkar
|
2022-11-18 19:39:47 +00:00 |
|
Adam Sotona
|
13158cb52d
|
8293041: --disable-@files option doesn't work and cause an error
Reviewed-by: alanb
|
2022-11-18 14:55:30 +00:00 |
|
Roland Westrelin
|
761a4f4852
|
8295788: C2 compilation hits "assert((mode == ControlAroundStripMined && use == sfpt) || !use->is_reachable_from_root()) failed: missed a node"
Reviewed-by: kvn, thartmann
|
2022-11-18 13:46:01 +00:00 |
|
Jaikiran Pai
|
2f2d40465b
|
8297129: Inflater documentation refers to 'deflate' methods
Reviewed-by: alanb, lancea
|
2022-11-18 12:04:10 +00:00 |
|
tianshuang
|
dd18d76b4c
|
8297173: usageTicks and totalTicks should be volatile to ensure that different threads get the latest ticks
Reviewed-by: sgehwolf, alanb
|
2022-11-18 10:45:36 +00:00 |
|
Hao Sun
|
2b6dbc71d8
|
8293856: AArch64: Remove clear_inst_mark from aarch64_enc_java_dynamic_call
Reviewed-by: aph, eastigeevich
|
2022-11-18 09:01:33 +00:00 |
|
Archie L. Cobbs
|
2f063b86fb
|
8296846: Minor cleanup of some dead code in Flow.java
Reviewed-by: vromero
|
2022-11-18 04:25:12 +00:00 |
|
Weijun Wang
|
ab6b7ef988
|
8296901: Do not create unsigned certificate and CRL
Reviewed-by: mullan
|
2022-11-18 02:21:03 +00:00 |
|
David Holmes
|
7b3984cb5a
|
8296463: Memory leak in JVM_StartThread with the integration of Virtual threads
Reviewed-by: alanb, coleenp, dcubed
|
2022-11-18 00:46:09 +00:00 |
|
Stefan Karlsson
|
373e52c0ab
|
8296785: Use realloc for CHeap-allocated BitMaps
Reviewed-by: stuefe, aboldtch
|
2022-11-17 21:23:27 +00:00 |
|
Andrey Turbanov
|
66228f77fe
|
8297074: Use enhanced-for cycle instead of Enumeration in javax.crypto
Reviewed-by: weijun, wetmore
|
2022-11-17 20:25:53 +00:00 |
|
Naoto Sato
|
8b140e2d74
|
8297152: Add a @sealedGraph tag to ZoneId
Reviewed-by: iris, joehw
|
2022-11-17 16:59:08 +00:00 |
|
Justin Lu
|
992f209def
|
8287180: Update IANA Language Subtag Registry to Version 2022-08-08
Reviewed-by: naoto, lancea, iris
|
2022-11-17 16:55:43 +00:00 |
|