Aleksey Shipilev
|
813546f923
|
8338856: [BACKOUT] JDK-8337828: CDS: Trim down minimum GC region alignment
Reviewed-by: dcubed
|
2024-08-22 19:48:25 +00:00 |
|
Matias Saavedra Silva
|
6041c936d6
|
8335664: Parsing jsr broken: assert(bci>= 0 && bci < c->method()->code_size()) failed: index out of bounds
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: dlong, thartmann
|
2024-08-22 15:55:02 +00:00 |
|
Aleksey Shipilev
|
6cf7f9c4a7
|
8338662: Shenandoah: Remove excessive ShenandoahVerifier::verify_during_evacuation
Reviewed-by: wkemper, ysr
|
2024-08-22 11:39:47 +00:00 |
|
Hamlin Li
|
6644dd33f6
|
8338760: Adjust the comment after UseObjectMonitorTable
Reviewed-by: coleenp, dcubed
|
2024-08-22 07:22:35 +00:00 |
|
Axel Boldt-Christmas
|
1d05989bb4
|
8334357: Use NonInterleavingLogStream for report_metadata_oome
Reviewed-by: jsjolen, stuefe
|
2024-08-22 06:23:06 +00:00 |
|
Claes Redestad
|
47c8a6a8db
|
8333265: De-duplicate method references in java.util.stream.FindOps
Reviewed-by: liach
|
2024-08-21 22:10:06 +00:00 |
|
Doug Lea
|
ab8071d280
|
8338146: Improve Exchanger performance with VirtualThreads
Reviewed-by: alanb
|
2024-08-21 18:22:24 +00:00 |
|
Aleksey Shipilev
|
e297e8817f
|
8338688: Shenandoah: Avoid calling java_lang_Class accessors in asserts/verifier
Reviewed-by: rkennke, wkemper
|
2024-08-21 16:10:41 +00:00 |
|
Maurizio Cimadamore
|
0e8fe3550b
|
8338677: Improve startup of memory access var handles by simplifying combinator chains
Reviewed-by: redestad
|
2024-08-21 15:11:32 +00:00 |
|
Shaojin Wen
|
3aeb6733f9
|
8338532: Speed up the ClassFile API MethodTypeDesc#ofDescriptor
Reviewed-by: redestad, liach
|
2024-08-21 14:56:30 +00:00 |
|
Albert Mingkun Yang
|
918cf11454
|
8338490: Serial: Move Generation::print_on to subclasses
Reviewed-by: gli
|
2024-08-21 12:01:57 +00:00 |
|
Chen Liang
|
80adea8e0a
|
8338545: Functional interface implementations for common pre-boot ClassFile operations
Reviewed-by: asotona
|
2024-08-21 11:58:21 +00:00 |
|
Gui Cao
|
c4cf1e93bb
|
8338539: New Object to ObjectMonitor mapping: riscv64 implementation
Reviewed-by: fyang, rehn, mli
|
2024-08-21 08:58:40 +00:00 |
|
Adam Sotona
|
e88a3b0574
|
8338661: StackMapTable is invalid if frames appear in dead code
Reviewed-by: liach
|
2024-08-21 08:19:35 +00:00 |
|
Aleksey Shipilev
|
598169756c
|
8337828: CDS: Trim down minimum GC region alignment
Reviewed-by: iklam, phh
|
2024-08-21 08:17:01 +00:00 |
|
Prasanta Sadhukhan
|
cafb3dc491
|
6318027: BasicScrollBarUI does not disable timer when enclosing frame is disabled.
Reviewed-by: abhiscxk, tr
|
2024-08-21 07:04:05 +00:00 |
|
Chen Liang
|
88ccbb6091
|
8336934: Clean up JavaLangReflectAccess
Reviewed-by: rriggs, darcy
|
2024-08-21 01:05:41 +00:00 |
|
Chen Liang
|
1ebf2cf639
|
8336756: Improve ClassFile Annotation writing
Reviewed-by: asotona
|
2024-08-20 19:02:38 +00:00 |
|
Mark Reinhold
|
0267284c52
|
8338611: java.lang.module specification wording not aligned with JEP 261
Reviewed-by: alanb
|
2024-08-20 18:50:17 +00:00 |
|
Leonid Mesnik
|
c646efc366
|
8205957: setfldw001/TestDescription.java fails with bad field value
Reviewed-by: sspitsyn, dlong
|
2024-08-20 18:41:15 +00:00 |
|
Vladimir Petko
|
285ceb9ee5
|
8336529: (fs) UnixFileAttributeViews setTimes() failing on armhf, Ubuntu noble
Reviewed-by: bpb, alanb
|
2024-08-20 15:51:40 +00:00 |
|
Christian Hagedorn
|
55a97ec879
|
8336729: C2: Div/Mod nodes without zero check could be split through iv phi of outer loop of long counted loop nest resulting in SIGFPE
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, kvn, thartmann
|
2024-08-20 15:47:16 +00:00 |
|
Chen Liang
|
b442003048
|
8338623: StackCounter adding extraneous slots for receiver invoke instructions
Reviewed-by: asotona
|
2024-08-20 14:44:37 +00:00 |
|
Jaikiran Pai
|
686eb233d5
|
8336817: Several methods on DatagramSocket and MulticastSocket do not specify behaviour when already closed or connected
Reviewed-by: dfuchs, alanb
|
2024-08-20 12:28:56 +00:00 |
|
Darragh Clarke
|
01d03e07c7
|
8324209: Check implementation of Expect: 100-continue in the java.net.http.HttpClient
Reviewed-by: dfuchs, jpai
|
2024-08-20 11:10:18 +00:00 |
|
Amit Kumar
|
89ca5b6fbd
|
8338365: [PPC64, s390] Out-of-bounds array access in secondary_super_cache
Reviewed-by: mdoerr, aph, rrich
|
2024-08-20 09:54:20 +00:00 |
|
Aleksey Shipilev
|
b9d49dcef2
|
8337981: ShenandoahHeap::is_in should check for alive regions
Reviewed-by: rkennke, wkemper
|
2024-08-20 08:40:45 +00:00 |
|
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 |
|