Xue-Lei Andrew Fan
|
17e3412363
|
8296615: use of undeclared identifier 'IPV6_DONTFRAG'
Reviewed-by: michaelm
|
2022-11-09 17:36:12 +00:00 |
|
Johan Sjölen
|
4a0093ccc4
|
8294362: UL: Replace the internal usage of manual buffers with stringStream in LogSelection
Reviewed-by: dholmes, rehn
|
2022-11-09 10:55:08 +00:00 |
|
Gui Cao
|
fef68bbaf6
|
8296515: RISC-V: Small refactoring for MaxReductionV/MinReductionV/AddReductionV node implementation
Reviewed-by: luhenry, dzhang, yzhu, fyang
|
2022-11-09 09:38:36 +00:00 |
|
Andrey Turbanov
|
82cbfb5fb0
|
8296140: Drop unused field java.util.Calendar.DATE_MASK
Reviewed-by: naoto
|
2022-11-09 08:58:30 +00:00 |
|
Justin Lu
|
fd83764981
|
8296239: ISO 4217 Amendment 174 Update
Reviewed-by: naoto
|
2022-11-09 01:18:01 +00:00 |
|
Claes Redestad
|
d9b25e860b
|
8296426: x86: Narrow UseAVX and UseSSE flags
Reviewed-by: vlivanov, kvn
|
2022-11-08 23:41:50 +00:00 |
|
Man Cao
|
8146e1af82
|
8296347: Memory leak from ClassPathDirEntry::_dir
Co-authored-by: Justin King <jcking@google.com>
Reviewed-by: dholmes, ccheung
|
2022-11-08 23:34:45 +00:00 |
|
Weijun Wang
|
671f84bd86
|
8296143: CertAttrSet's set/get mechanism is not type-safe
Reviewed-by: mullan
|
2022-11-08 22:35:29 +00:00 |
|
Calvin Cheung
|
d04d6566b0
|
8296433: Encountered null CLD while loading shared lambda proxy class
Reviewed-by: iklam, dholmes
|
2022-11-08 21:55:51 +00:00 |
|
Chris Plummer
|
74f2b16a8e
|
8295303: cleanup debug agent's confusing use of EI_GC_FINISH
Reviewed-by: amenkov, sspitsyn
|
2022-11-08 21:37:24 +00:00 |
|
Man Cao
|
0ee25de704
|
8296504: Memory leak in G1PLABAllocator::PLABData
Co-authored-by: Justin King <jcking@google.com>
Reviewed-by: kbarrett, tschatzl
|
2022-11-08 19:37:31 +00:00 |
|
Ivan Walulya
|
dd5d4df5b6
|
8295658: G1: Refactor G1SegmentedArray to indicate that it is an allocator
Reviewed-by: tschatzl, sjohanss
|
2022-11-08 09:02:11 +00:00 |
|
pandaapo
|
cf656056a3
|
8296445: C++ syntax error in jdwpTransport.h
Reviewed-by: cjplummer, lmesnik, sspitsyn
|
2022-11-08 06:28:54 +00:00 |
|
Dingli Zhang
|
1169dc066c
|
8296447: RISC-V: Make the operands order of vrsub_vx/vrsub_vi consistent with RVV 1.0 spec
Reviewed-by: luhenry, fyang
|
2022-11-08 02:48:19 +00:00 |
|
Feilong Jiang
|
4c80dff2ca
|
8296435: RISC-V: Small refactoring for increment/decrement
Reviewed-by: fyang
|
2022-11-08 01:12:35 +00:00 |
|
Chris Plummer
|
47d2c7b4cf
|
8295376: Improve debug agent virtual thread performance when no debugger is attached
Reviewed-by: sspitsyn, kevinw
|
2022-11-08 01:09:26 +00:00 |
|
Coleen Phillimore
|
76790ad242
|
8295673: Deprecate and disable legacy parallel class loading workaround for non-parallel-capable class loaders
Reviewed-by: mchung, dholmes
|
2022-11-07 23:31:21 +00:00 |
|
Alexander Matveev
|
7e85b41d37
|
8296154: [macos] Change "/Applications" to "Applications" in DMG image
Reviewed-by: asemenyuk
|
2022-11-07 20:52:57 +00:00 |
|
Vicente Romero
|
60db5f2ba2
|
8294020: improve errors for record declarations
Reviewed-by: jlahoda
|
2022-11-07 20:16:04 +00:00 |
|
Andrey Turbanov
|
3baad069a6
|
8295953: Use enhanced-for cycle instead of Enumeration in sun.security
Reviewed-by: weijun
|
2022-11-07 16:45:39 +00:00 |
|
Matias Saavedra Silva
|
ba303c048e
|
8295893: Improve printing of Constant Pool Cache Entries
Reviewed-by: dholmes, coleenp, iklam
|
2022-11-07 16:15:09 +00:00 |
|
Sean Mullan
|
00d22f605d
|
8279164: Disable TLS_ECDH_* cipher suites
Reviewed-by: xuelei, rhalade, wetmore
|
2022-11-07 14:07:10 +00:00 |
|
Thomas Schatzl
|
d634ddefdd
|
8295354: Remove G1 incremental non-copy time calculation
Reviewed-by: ayang, iwalulya
|
2022-11-07 12:30:57 +00:00 |
|
Matthias Baesken
|
8836b92593
|
8296226: Add constructors (String,Throwable) and (Throwable) to InvalidParameterException
Reviewed-by: mullan, mdoerr
|
2022-11-07 07:50:12 +00:00 |
|
Thomas Stuefe
|
51f8e9b0e1
|
8296443: NMT: Remove cmdline_tracking_level handling code
Reviewed-by: dholmes
|
2022-11-07 05:59:25 +00:00 |
|
Gui Cao
|
087cedc080
|
8295261: RISC-V: Support ReductionV instructions for Vector API
Reviewed-by: yadongwang, dzhang, fyang, eliu
|
2022-11-07 04:59:45 +00:00 |
|
Man Cao
|
556377a058
|
8296270: Memory leak in ClassLoader::setup_bootstrap_search_path_impl
Co-authored-by: Justin King <jcking@google.com>
Reviewed-by: dholmes, jiangli
|
2022-11-07 03:53:32 +00:00 |
|
Fei Yang
|
91292d56a9
|
8286301: Port JEP 425 to RISC-V
Co-authored-by: Xiaolin Zheng <xlinzheng@openjdk.org>
Reviewed-by: fjiang, xlinzheng, yadongwang, jiefu, rrich
|
2022-11-05 02:18:49 +00:00 |
|
Markus Karg
|
581133a0c8
|
8294696: BufferedInputStream.transferTo should drain buffer when mark set
Reviewed-by: bpb, alanb
|
2022-11-04 21:07:59 +00:00 |
|
Sergey Bylokhov
|
d8573b2c5b
|
8294488: Delete KCMS transforms wrappers
Reviewed-by: prr
|
2022-11-04 20:57:38 +00:00 |
|
Harshitha Onkar
|
f857f795a9
|
8015739: Background of JInternalFrame is located out of JInternalFrame
Reviewed-by: kizune, aivanov
|
2022-11-04 19:48:31 +00:00 |
|
Thomas Schatzl
|
b847fb6877
|
8296414: [BACKOUT] JDK-8295319: pending_cards_at_gc_start doesn't include cards in thread buffers
Reviewed-by: lkorinth
|
2022-11-04 18:22:55 +00:00 |
|
Brian Burkhalter
|
5b7e70645b
|
8295753: (fs) UnixPath::toRealPath does not return correct case when links not followed
Reviewed-by: alanb
|
2022-11-04 17:32:32 +00:00 |
|
Jonathan Gibbons
|
82f9819eac
|
8294536: Update troff form of man page for new --spec-base-url option
Reviewed-by: hannesw
|
2022-11-04 17:29:25 +00:00 |
|
Bhavana Kilambi
|
b49bdaeade
|
8294816: C2: Math.min/max vectorization miscompilation
Reviewed-by: thartmann, ngasson
|
2022-11-04 17:22:54 +00:00 |
|
Joe Darcy
|
97c5a64d5c
|
8296287: Improve documentation for Types.directSupertypes()
Reviewed-by: jlahoda, prappo
|
2022-11-04 16:22:09 +00:00 |
|
Hannes Wallnöfer
|
f9c7cdaed6
|
8294109: JavaDoc search should search whole index
Reviewed-by: jjg
|
2022-11-04 16:00:36 +00:00 |
|
Hannes Wallnöfer
|
5622b09565
|
8200337: Generalize see and link tags for user-defined anchors
Reviewed-by: jjg
|
2022-11-04 14:57:43 +00:00 |
|
Albert Mingkun Yang
|
12316829b4
|
8296305: Remove unimplemented deoptimized_wrt_marked_nmethods
Reviewed-by: dholmes
|
2022-11-04 11:14:39 +00:00 |
|
Albert Mingkun Yang
|
3378bfe439
|
8296224: G1: Remove unnecessary update in VM_G1CollectForAllocation
Reviewed-by: kbarrett, tschatzl
|
2022-11-04 11:13:42 +00:00 |
|
Stefan Karlsson
|
8ee0f7d598
|
8296231: Fix MEMFLAGS for CHeapBitMaps
Reviewed-by: coleenp, dholmes
|
2022-11-04 09:36:26 +00:00 |
|
Tobias Holenstein
|
bd729e6906
|
8296380: IGV: Shortcut for quick search not working
Reviewed-by: chagedorn
|
2022-11-04 09:32:53 +00:00 |
|
Dingli Zhang
|
c116ae75a7
|
8295967: RISC-V: Support negVI/negVL instructions for Vector API
Reviewed-by: yadongwang, fyang
|
2022-11-04 09:08:26 +00:00 |
|
Yoshiki Sato
|
9d3b4ef2ad
|
8296108: (tz) Update Timezone Data to 2022f
Reviewed-by: serb, naoto
|
2022-11-04 02:23:17 +00:00 |
|
Kim Barrett
|
034980393f
|
8295319: pending_cards_at_gc_start doesn't include cards in thread buffers
Reviewed-by: iwalulya, tschatzl
|
2022-11-03 23:35:37 +00:00 |
|
Matias Saavedra Silva
|
a8070fba21
|
8296157: Rename FileMapInfo::space_at() to region_at()
Reviewed-by: iklam, ccheung
|
2022-11-03 21:24:12 +00:00 |
|
Harshitha Onkar
|
b685fc2de4
|
8295685: Update Libpng to 1.6.38
Reviewed-by: prr, azvegint
|
2022-11-03 18:28:54 +00:00 |
|
Coleen Phillimore
|
94eb25a4f1
|
8256072: Eliminate JVMTI tagmap rehashing
Reviewed-by: kbarrett, eosterlund
|
2022-11-03 17:27:00 +00:00 |
|
Daniel Fuchs
|
4338f527aa
|
8294241: Deprecate URL public constructors
Reviewed-by: joehw, prr, alanb, aefimov, michaelm
|
2022-11-03 17:18:14 +00:00 |
|
Lance Andersen
|
68209adfa7
|
8288232: Address typos in jar man page
Reviewed-by: joehw, naoto, bpb
|
2022-11-03 17:05:28 +00:00 |
|