Matias Saavedra Silva
|
d4dfa0127f
|
8338530: CDS warning Skipping java/lang/invoke/BoundMethodHandle$Species_LLLL
Reviewed-by: iklam, ccheung
|
2024-09-04 20:49:32 +00:00 |
|
Matias Saavedra Silva
|
1353601dcc
|
8338924: C1: assert(0 <= i && i < _len) failed: illegal index 5 for length 5
Co-authored-by: Dean Long <dlong@openjdk.org>
Reviewed-by: kvn, thartmann
|
2024-09-04 17:25:37 +00:00 |
|
David M. Lloyd
|
433f6d8a06
|
8339492: StackMapDecoder::writeFrames makes lots of allocations
Reviewed-by: liach, redestad, jwaters, asotona
|
2024-09-04 16:46:44 +00:00 |
|
Severin Gehwolf
|
12d060a255
|
8339148: Make os::Linux::active_processor_count() public
Reviewed-by: dholmes, jwaters
|
2024-09-04 16:21:19 +00:00 |
|
Coleen Phillimore
|
0cfd08f55a
|
8339112: Move JVM Klass flags out of AccessFlags
Reviewed-by: matsaave, cjplummer, dlong, thartmann, yzheng
|
2024-09-04 15:48:32 +00:00 |
|
Jasmine Karthikeyan
|
6f8714ee19
|
8336860: x86: Change integer src operand for CMoveL of 0 and 1 to long
Reviewed-by: epeter, chagedorn, shade, qamai, jbhateja
|
2024-09-04 13:44:24 +00:00 |
|
Attila Szegedi
|
c7d15f1fe0
|
8325679: Optimize ArrayList subList sort
Reviewed-by: liach
|
2024-09-04 13:40:40 +00:00 |
|
Chen Liang
|
bd8569bc6c
|
8339131: Remove rarely-used accessor methods from Opcode
Reviewed-by: asotona
|
2024-09-04 12:29:40 +00:00 |
|
Erik Gahlin
|
e25a9e7fd8
|
8339486: JFR: Modernize
Reviewed-by: mgronlun
|
2024-09-04 12:08:16 +00:00 |
|
Joel Sikström
|
7ad61605f1
|
8339163: ZGC: Race in clearing of remembered sets
Reviewed-by: stefank, eosterlund, aboldtch
|
2024-09-04 09:09:15 +00:00 |
|
Joel Sikström
|
a61860511f
|
8339399: ZGC: Remove unnecessary page reset when splitting pages
Reviewed-by: stefank, eosterlund, aboldtch
|
2024-09-04 08:56:02 +00:00 |
|
Prasanta Sadhukhan
|
9a1024dec6
|
8190329: [macos] Swing InterOp Platform.exit() crash
Co-authored-by: Kevin Rushforth <kcr@openjdk.org>
Reviewed-by: kcr, azvegint
|
2024-09-04 05:05:20 +00:00 |
|
Abhishek Kumar
|
5998f4b6f5
|
8308588: Unnecessary synchronized on GTKStyle#ICONS_MAP can be removed
Reviewed-by: tr, aivanov, aturbanov
|
2024-09-04 04:26:55 +00:00 |
|
David Holmes
|
90f3f43257
|
8328877: [JNI] The JNI Specification needs to address the limitations of integer UTF-8 String lengths
Reviewed-by: cjplummer, alanb
|
2024-09-04 03:41:42 +00:00 |
|
Mark Powers
|
bbb516163d
|
8337664: Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs
Reviewed-by: mullan, rhalade
|
2024-09-03 19:55:58 +00:00 |
|
Chris Plummer
|
a22e932ab8
|
8337163: Improve SA error message when failing to attach to a core file
Reviewed-by: amenkov, kevinw
|
2024-09-03 19:51:12 +00:00 |
|
Alex Menkov
|
a7120e2b25
|
8311993: Test serviceability/sa/UniqueVtableTest.java failed: duplicate vtables detected
Reviewed-by: cjplummer, kevinw, dholmes
|
2024-09-03 19:06:10 +00:00 |
|
Chris Plummer
|
5ebdf2d272
|
8338708: Don't create/destroy debug agent cmdQueueLock for each connection
Reviewed-by: amenkov, lmesnik
|
2024-09-03 19:06:00 +00:00 |
|
Chen Liang
|
ad40a122d6
|
8339214: Remove misleading CodeBuilder.loadConstant(Opcode, ConstantDesc)
Reviewed-by: asotona
|
2024-09-03 13:44:48 +00:00 |
|
Viktor Klang
|
e0c46d589b
|
8325397: sun/java2d/Disposer/TestDisposerRace.java fails in linux-aarch64
Reviewed-by: alanb
|
2024-09-03 12:55:23 +00:00 |
|
Shaojin Wen
|
b94c3debf5
|
8339401: Optimize ClassFile load and store instructions
Reviewed-by: liach, redestad
|
2024-09-03 12:05:02 +00:00 |
|
Matthias Baesken
|
8ea6adc623
|
8339364: AIX build fails: various unused variable and function warnings
Reviewed-by: mdoerr, clanger, jwaters
|
2024-09-03 12:02:49 +00:00 |
|
Per Minborg
|
7a418fc074
|
8338967: Improve performance for MemorySegment::fill
Reviewed-by: mcimadamore, psandoz
|
2024-09-03 10:25:27 +00:00 |
|
Damon Fenacci
|
633fad8e53
|
8326615: C1/C2 don't handle allocation failure properly during initialization (RuntimeStub::new_runtime_stub fatal crash)
Reviewed-by: thartmann, kvn
|
2024-09-03 09:45:43 +00:00 |
|
Martin Doerr
|
6f3e3fd0d4
|
8339411: [PPC64] cmpxchgw/h/b doesn't handle external Label
Reviewed-by: lucy, mbaesken
|
2024-09-03 09:27:59 +00:00 |
|
Kevin Walls
|
ed422ed1a3
|
8338817: Wrong indent in API docs for java.lang.management.ManagementFactory
Reviewed-by: alanb, dfuchs
|
2024-09-03 07:56:14 +00:00 |
|
Kevin Walls
|
288fa60ebe
|
8338891: HotSpotDiagnosticsMXBean missing @since tag
Reviewed-by: alanb
|
2024-09-03 07:56:04 +00:00 |
|
Fei Yang
|
dc4fd89628
|
8339359: RISC-V: Use auipc explicitly in far_jump and far_call macro assembler routines
Reviewed-by: rehn, luhenry
|
2024-09-03 06:58:44 +00:00 |
|
Roland Westrelin
|
3a88fd437d
|
8334724: C2: remove PhaseIdealLoop::cast_incr_before_loop()
Reviewed-by: chagedorn, kvn
|
2024-09-03 06:58:29 +00:00 |
|
Kim Barrett
|
62dad3a9ea
|
8339351: Remove duplicate line in FileMapHeader::print
Reviewed-by: dholmes
|
2024-09-02 17:57:02 +00:00 |
|
Joshua Zhu
|
0e6bb514c8
|
8339063: [aarch64] Skip verify_sve_vector_length after native calls if SVE supports 128 bits VL only
Reviewed-by: adinn, fgao
|
2024-09-02 15:37:58 +00:00 |
|
Aleksei Efimov
|
03ba37e60c
|
8339169: Remove NaiveHuffman coder
Reviewed-by: djelinski, dfuchs
|
2024-09-02 09:32:10 +00:00 |
|
Magnus Ihse Bursie
|
a136a85b6f
|
8338768: Introduce runtime lookup to check for static builds
Co-authored-by: Magnus Ihse Bursie <ihse@openjdk.org>
Co-authored-by: Jiangli Zhou <jiangli@openjdk.org>
Reviewed-by: prr, jiangli, alanb
|
2024-09-02 09:14:36 +00:00 |
|
Gui Cao
|
9d7d85a6aa
|
8339298: Remove unused function declaration poll_for_safepoint
Reviewed-by: fyang, chagedorn
|
2024-09-02 01:23:50 +00:00 |
|
Leonid Mesnik
|
92aafb4342
|
8338934: vmTestbase/nsk/jvmti/*Field*Watch/TestDescription.java tests timeout intermittently
Reviewed-by: sspitsyn, amenkov
|
2024-09-01 16:13:53 +00:00 |
|
Fei Yang
|
392bdd5734
|
8339248: RISC-V: Remove li64 macro assembler routine and related code
Reviewed-by: rehn, fjiang, luhenry
|
2024-08-31 01:44:17 +00:00 |
|
Kim Barrett
|
4f071ce074
|
8311163: Parallel: Improve large object handling during evacuation
Reviewed-by: tschatzl, ayang
|
2024-08-31 01:13:07 +00:00 |
|
Justin Lu
|
b840b130df
|
8338882: Clarify matching order of MessageFormat subformat factory styles
Reviewed-by: naoto
|
2024-08-30 18:28:53 +00:00 |
|
Chen Liang
|
25e03b5209
|
8339115: Rename TypeKind enum constants to follow code style
Reviewed-by: asotona
|
2024-08-30 17:28:28 +00:00 |
|
Brian Burkhalter
|
fef1ef7dfe
|
6426678: (spec) File.createTempFile(prefix, suffix, dir) needs clarification for illegal symbols in suffix
Reviewed-by: alanb
|
2024-08-30 17:17:10 +00:00 |
|
David Schlosnagle
|
3a352b8259
|
8339191: JFR: Bulk read support for ChunkInputStream
Reviewed-by: egahlin
|
2024-08-30 12:36:33 +00:00 |
|
Jan Lahoda
|
b8727181f3
|
8338301: Error recovery and reporting should be improved for erroneous implicitly declared classes
Reviewed-by: cstein, vromero
|
2024-08-30 08:11:49 +00:00 |
|
Matthias Baesken
|
b9e65f982f
|
8337662: Improve os::print_hex_dump for printing Instructions sections
Reviewed-by: stuefe, lucy
|
2024-08-30 06:47:49 +00:00 |
|
Gui Cao
|
4675913edb
|
8339237: RISC-V: Builds fail after JDK-8339120
Reviewed-by: fyang
|
2024-08-30 01:06:00 +00:00 |
|
Shaojin Wen
|
b711c41d44
|
8339196: Optimize BufWriterImpl#writeU1/U2/Int/Long
Reviewed-by: liach, redestad
|
2024-08-29 21:21:16 +00:00 |
|
Matias Saavedra Silva
|
f2968b34a5
|
8339020: Remove unused HeapShared::calculate_oopmap
Reviewed-by: coleenp
|
2024-08-29 21:06:05 +00:00 |
|
David Holmes
|
a4962ace4d
|
8338257: UTF8 lengths should be size_t not int
Reviewed-by: stuefe, coleenp, dlong
|
2024-08-29 20:38:52 +00:00 |
|
Chen Liang
|
777ed2b5d2
|
8339132: Make DirectCodeBuilder write through without allocating instruction objects
Reviewed-by: asotona, redestad
|
2024-08-29 15:45:52 +00:00 |
|
Johan Sjölen
|
e57b593258
|
8335062: NMT: Make StackIndex non-opaque
Reviewed-by: stuefe, gziemski
|
2024-08-29 11:23:04 +00:00 |
|
Jan Lahoda
|
8c8b5801fd
|
8338281: jshell does not run shutdown hooks
Reviewed-by: asotona
|
2024-08-29 10:06:08 +00:00 |
|