Stefan Karlsson
|
9775d57168
|
8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods
Co-authored-by: David Holmes <dholmes@openjdk.org>
Reviewed-by: lmesnik, dcubed, dholmes
|
2024-08-20 06:15:56 +00:00 |
|
Chen Liang
|
68d1f5c33b
|
8338543: ClassBuilder withMethod builders should cache the method type symbol
Reviewed-by: asotona
|
2024-08-20 05:43:04 +00:00 |
|
Hannes Wallnöfer
|
55851a312b
|
8281533: Odd "preview" label in link/linkplain
Reviewed-by: jjg
|
2024-08-19 18:05:37 +00:00 |
|
Hannes Wallnöfer
|
c7690c34c2
|
8338190: TOC vertical offsets not updated when document size changes
Reviewed-by: jjg
|
2024-08-19 17:47:25 +00:00 |
|
Damon Nguyen
|
6460b30048
|
8321140: Add comment to note difference in Metal's JButton margins
Reviewed-by: honkar, aivanov
|
2024-08-19 16:43:43 +00:00 |
|
Alan Bateman
|
2766b09e29
|
8338452: (dc) DatagramChannelImpl.blockingReceive with timeout may block indefinitely if all datagrams blocked by SecurityManager
Reviewed-by: dfuchs
|
2024-08-19 12:57:29 +00:00 |
|
Adam Sotona
|
f0fe31383a
|
8338564: Remove obsolete AbstractNamedEntry::equals method
Reviewed-by: liach
|
2024-08-19 12:57:17 +00:00 |
|
Renjith Kannath Pariyangad
|
6ff6b09943
|
8290501: Typo in javax.swing.BoundedRangeModel documentation
Reviewed-by: aivanov, prr, honkar
|
2024-08-19 12:40:35 +00:00 |
|
Aleksey Shipilev
|
6d430f24df
|
8338314: JFR: Split JFRCheckpoint VM operation
Reviewed-by: mgronlun, egahlin
|
2024-08-19 09:08:54 +00:00 |
|
Andrew Dinn
|
f0374a0bc1
|
8337987: Relocate jfr and throw_exception stubs from StubGenerator to SharedRuntime
Reviewed-by: fyang, kvn, yzheng
|
2024-08-19 09:00:19 +00:00 |
|
Chen Liang
|
961e944fa7
|
8336754: Remodel TypeAnnotation to "has" instead of "be" an Annotation
Co-authored-by: Alex Buckley <abuckley@openjdk.org>
Reviewed-by: asotona
|
2024-08-16 15:48:54 +00:00 |
|
Pavel Rappo
|
07352c6744
|
8338398: Trivially fix grammar and typos
Reviewed-by: aivanov
|
2024-08-16 14:06:10 +00:00 |
|
Shaojin Wen
|
5022109b2a
|
8336856: Efficient hidden class-based string concatenation strategy
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
|
2024-08-16 13:18:02 +00:00 |
|
Daniel Fuchs
|
ddbc0b6a39
|
8338495: Revert "8336655: java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes"
Reviewed-by: jpai
|
2024-08-16 11:24:40 +00:00 |
|
Andrey Turbanov
|
60c9b5cd9f
|
8337839: Make a few fields in MergeCollation static
Reviewed-by: jpai, naoto
|
2024-08-16 08:49:18 +00:00 |
|
Axel Boldt-Christmas
|
bd4160cea8
|
8315884: New Object to ObjectMonitor mapping
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Reviewed-by: rkennke, coleenp, dcubed
|
2024-08-16 06:20:17 +00:00 |
|
Shaojin Wen
|
74066bcca8
|
8338409: Use record to simplify code
Reviewed-by: redestad, liach
|
2024-08-15 22:57:33 +00:00 |
|
Aleksey Shipilev
|
d86e99c3ca
|
8293650: Shenandoah: Support archived heap objects
Reviewed-by: rkennke, wkemper, iklam
|
2024-08-15 20:52:07 +00:00 |
|
Coleen Phillimore
|
1cd4884368
|
8338447: Remove InstanceKlass::_is_marked_dependent
Reviewed-by: shade
|
2024-08-15 18:20:20 +00:00 |
|
Kim Barrett
|
52d9d69db5
|
8338331: Fix -Wzero-as-null-pointer-constant warnings from CHECK_0 in jni.cpp
Reviewed-by: dholmes, shade
|
2024-08-15 17:50:44 +00:00 |
|
Chen Liang
|
ace496515f
|
8338406: BytecodeHelpers using wrong bootstrap method descriptor for condy
Reviewed-by: asotona
|
2024-08-15 17:50:34 +00:00 |
|
Kim Barrett
|
965508270e
|
8338330: Fix -Wzero-as-null-pointer-constant warnings from THROW_XXX_0
Reviewed-by: dlong, dholmes, shade
|
2024-08-15 17:43:09 +00:00 |
|
Satyen Subramaniam
|
f308b2d596
|
8336915: Shenandoah: Remove unused ShenandoahVerifier::verify_after_evacuation
Reviewed-by: shade
|
2024-08-15 16:47:45 +00:00 |
|
Satyen Subramaniam
|
e51e40c2b9
|
8336914: Shenandoah: Missing verification steps after JDK-8255765
Reviewed-by: shade
|
2024-08-15 16:47:08 +00:00 |
|
Aleksey Shipilev
|
ef54af3988
|
8338444: Shenandoah: Remove ShenandoahHumongousThreshold tunable
Reviewed-by: rkennke, wkemper, ysr
|
2024-08-15 16:45:43 +00:00 |
|
Daniel Fuchs
|
6169613d9f
|
8336655: java/net/httpclient/DigestEchoClient.java IOException: HTTP/1.1 header parser received no bytes
Reviewed-by: jpai
|
2024-08-15 15:34:08 +00:00 |
|
Fei Gao
|
3859131505
|
8338442: AArch64: Clean up IndOffXX type and let legitimize_address() fix out-of-range operands
Reviewed-by: aph, dlong
|
2024-08-15 15:16:14 +00:00 |
|
Sonia Zaldana Calles
|
56dec215b0
|
8338014: Improve usage of @jvms tags in class file API
Reviewed-by: darcy, liach, asotona
|
2024-08-15 13:28:25 +00:00 |
|
Aleksey Shipilev
|
74fdd6868d
|
8333791: Fix memory barriers for @Stable fields
Reviewed-by: liach, vlivanov
|
2024-08-15 11:24:22 +00:00 |
|
Ivan Walulya
|
f536f5ab68
|
8336086: G1: Use one G1CardSet instance for all young regions
Reviewed-by: tschatzl, ayang
|
2024-08-15 08:26:22 +00:00 |
|
Joe Darcy
|
aff7936ff0
|
8338333: Add jls links to javax.lang.model.element.Modifier
Reviewed-by: liach, iris, prappo, vromero, jlahoda
|
2024-08-14 18:42:59 +00:00 |
|
Chris Plummer
|
723ac5763a
|
8332488: Add JVMTI DataDumpRequest to the debug agent
Reviewed-by: sspitsyn, lmesnik
|
2024-08-14 18:41:24 +00:00 |
|
Phil Race
|
c0384b6f35
|
8337237: Use FFM instead of Unsafe for Java 2D RenderBuffer class
Reviewed-by: jvernee, jdv
|
2024-08-14 17:58:24 +00:00 |
|
Matthias Baesken
|
6a39014795
|
8338110: Exclude Fingerprinter::do_type from ubsan checks
Reviewed-by: jwaters, rrich
|
2024-08-14 16:56:28 +00:00 |
|
Albert Mingkun Yang
|
0e3903f2eb
|
8338393: Parallel: Remove unused ParallelCompactData::clear_range
Reviewed-by: tschatzl
|
2024-08-14 16:49:11 +00:00 |
|
John Engebretson
|
a5d948fb98
|
8332842: Optimize empty CopyOnWriteArrayList allocations
Reviewed-by: shade, alanb
|
2024-08-14 14:11:53 +00:00 |
|
Jan Lahoda
|
fbe4f05636
|
8337976: Insufficient error recovery in parser for switch inside class body
Reviewed-by: vromero
|
2024-08-14 12:20:17 +00:00 |
|
Matthias Baesken
|
38bd8a3670
|
8338236: Compile error in cgroup code on Linux when using clang
Reviewed-by: mdoerr, sgehwolf
|
2024-08-14 09:52:23 +00:00 |
|
Albert Mingkun Yang
|
9fe1777faf
|
8338280: Parallel: Inline ParallelCompactData::verify_clear
Reviewed-by: tschatzl
|
2024-08-14 09:16:02 +00:00 |
|
Ivan Walulya
|
66bee2532f
|
8338315: G1: G1CardTableEntryClosure:do_card_ptr remove unused parameter worker_id
Reviewed-by: tschatzl
|
2024-08-14 09:13:21 +00:00 |
|
Qizheng Xing
|
3dd07b91bb
|
8336163: Remove declarations of some debug-only methods in release build
Reviewed-by: dholmes, eliu, kvn
|
2024-08-14 06:28:34 +00:00 |
|
Jaikiran Pai
|
720b44648b
|
8335181: Incorrect handling of HTTP/2 GOAWAY frames in HttpClient
Reviewed-by: dfuchs
|
2024-08-14 05:42:14 +00:00 |
|
Neethu Prasad
|
90527a5784
|
8336742: Shenandoah: Add more verbose logging/stats for mark termination attempts
Reviewed-by: shade, wkemper, rkennke
|
2024-08-13 19:56:07 +00:00 |
|
Kim Barrett
|
8e682aca24
|
8338158: Cleanup ShouldNotXXX uses in machnode.cpp
Reviewed-by: chagedorn, kvn, dlong
|
2024-08-13 18:03:52 +00:00 |
|
Kim Barrett
|
ca99f37f82
|
8338156: Fix -Wzero-as-null-pointer-constant warnings in jvmciCompilerToVM.cpp
Reviewed-by: tschatzl, jwaters, dnsimon
|
2024-08-13 18:02:24 +00:00 |
|
Neethu Prasad
|
84c3065e80
|
8335865: Shenandoah: Improve THP pretouch after JDK-8315923
Reviewed-by: shade, wkemper
|
2024-08-13 17:22:41 +00:00 |
|
Afshin Zafari
|
21ca91e55d
|
8300800: UB: Shift exponent 32 is too large for 32-bit type 'int'
Reviewed-by: kbarrett, adinn, gziemski
|
2024-08-13 16:25:43 +00:00 |
|
Alan Bateman
|
58b9570544
|
8338142: (dc) DatagramChannelImpl.blockingReceive can use untimed-park when no timeout set
Reviewed-by: dfuchs
|
2024-08-13 16:05:38 +00:00 |
|
Chen Liang
|
6af1d6ff21
|
8335927: Revisit AnnotationConstantValueEntry and AnnotationValue.OfConstant
Reviewed-by: asotona
|
2024-08-13 15:14:06 +00:00 |
|
Liam Miller-Cushon
|
9e282e5c96
|
8337998: CompletionFailure in getEnclosingType attaching type annotations
Reviewed-by: vromero
|
2024-08-13 15:05:49 +00:00 |
|