Chen Liang
|
1ef34c1833
|
8335475: ClassBuilder incorrectly calculates max_locals in some cases
Reviewed-by: asotona
|
2024-07-02 23:15:31 +00:00 |
|
Severin Gehwolf
|
153b12b9df
|
8331560: Refactor Hotspot container detection code so that subsystem delegates to controllers
Reviewed-by: jsjolen, stuefe
|
2024-07-02 15:38:54 +00:00 |
|
Albert Mingkun Yang
|
dd74e7f8c1
|
8335147: Serial: Refactor TenuredGeneration::promote
Reviewed-by: tschatzl, iwalulya
|
2024-07-02 12:15:02 +00:00 |
|
Kim Barrett
|
4060b35b1d
|
8335298: Fix -Wzero-as-null-pointer-constant warning in G1CardSetContainers
Reviewed-by: iwalulya, ayang
|
2024-07-02 08:58:20 +00:00 |
|
Emanuel Peter
|
9046d7aee3
|
8335390: C2 MergeStores: wrong result with Unsafe
Reviewed-by: thartmann, chagedorn, kvn
|
2024-07-02 08:20:26 +00:00 |
|
Kim Barrett
|
318d9acadf
|
8335369: Fix -Wzero-as-null-pointer-constant warnings in ImmutableOopMapBuilder
Reviewed-by: kvn, jwaters
|
2024-07-02 05:56:21 +00:00 |
|
Prasanta Sadhukhan
|
5fe07b36d9
|
5021949: JSplitPane setEnabled(false) shouldn't be partially functional
Reviewed-by: abhiscxk, achung, aivanov
|
2024-07-02 03:39:43 +00:00 |
|
Arseny Bochkarev
|
2f4f6cc34c
|
8317721: RISC-V: Implement CRC32 intrinsic
Reviewed-by: vkempik, rehn
|
2024-07-01 12:19:49 +00:00 |
|
Adam Sotona
|
3ca2bcd402
|
8335060: ClassCastException after JDK-8294960
Reviewed-by: liach, jpai
|
2024-07-01 11:51:13 +00:00 |
|
Severin Gehwolf
|
0a6ffa5795
|
8261242: [Linux] OSContainer::is_containerized() returns true when run outside a container
Reviewed-by: stuefe, iklam
|
2024-07-01 08:47:29 +00:00 |
|
Suchismith Roy
|
c7e9ebb4cf
|
8331732: [PPC64] Unify and optimize code which converts != 0 to 1
Reviewed-by: mdoerr, amitkumar
|
2024-07-01 08:07:42 +00:00 |
|
Matthias Baesken
|
53242cdf9e
|
8335283: Build failure due to 'no_sanitize' attribute directive ignored
Reviewed-by: shade, tschatzl, kbarrett, jwaters
|
2024-07-01 06:37:09 +00:00 |
|
Zhengyu Gu
|
d9bcf06145
|
8335217: Fix memory ordering in ClassLoaderData::ChunkedHandleList
Reviewed-by: dholmes, stefank, eosterlund
|
2024-06-29 20:40:51 +00:00 |
|
Kevin Walls
|
bb18498d71
|
8335349: jcmd VM.classloaders "fold" option should be optional
Reviewed-by: cjplummer, stuefe
|
2024-06-29 08:19:33 +00:00 |
|
Kim Barrett
|
8350b1daed
|
8335294: Fix simple -Wzero-as-null-pointer-constant warnings in gc code
Reviewed-by: tschatzl, coleenp, jwaters
|
2024-06-29 05:04:47 +00:00 |
|
Shaojin Wen
|
5d866bf17d
|
8335252: Reduce size of j.u.Formatter.Conversion#isValid
Reviewed-by: redestad
|
2024-06-28 22:27:34 +00:00 |
|
Vladimir Kozlov
|
166f9d9ac0
|
8335221: Some C2 intrinsics incorrectly assume that type argument is compile-time constant
Reviewed-by: roland, chagedorn
|
2024-06-28 19:36:00 +00:00 |
|
Aleksey Shipilev
|
45c4eaa560
|
8335274: SwitchBootstraps.ResolvedEnumLabels.resolvedEnum should be final
Reviewed-by: liach, jlahoda
|
2024-06-28 16:26:34 +00:00 |
|
Matthias Baesken
|
486aa11e74
|
8335237: ubsan: vtableStubs.hpp is_vtable_stub exclude from ubsan checks
Reviewed-by: mdoerr, clanger
|
2024-06-28 13:28:53 +00:00 |
|
Jan Lahoda
|
99d2bbf767
|
8334433: jshell.exe runs an executable test.exe on startup
Reviewed-by: jpai
|
2024-06-28 09:31:14 +00:00 |
|
Amit Kumar
|
d457609f70
|
8319947: Recursive lightweight locking: s390x implementation
Reviewed-by: aboldtch, lucy
|
2024-06-28 06:43:32 +00:00 |
|
Xiaolong Peng
|
c47a0e005e
|
8334147: Shenandoah: Avoid taking lock for disabled free set logging
Reviewed-by: shade, ysr
|
2024-06-28 06:19:37 +00:00 |
|
Gui Cao
|
cd46c87dc9
|
8334843: RISC-V: Fix wraparound checking for r_array_index in lookup_secondary_supers_table_slow_path
Reviewed-by: fyang
|
2024-06-28 01:44:14 +00:00 |
|
Ioi Lam
|
c35e58a5ad
|
8309634: Resolve CONSTANT_MethodRef at CDS dump time
Reviewed-by: matsaave, ccheung
|
2024-06-27 20:10:13 +00:00 |
|
Vladimir Ivanov
|
243bae7dc0
|
8304693: Remove -XX:-UseVtableBasedCHA
Reviewed-by: kvn, coleenp, dholmes
|
2024-06-27 18:25:16 +00:00 |
|
Vladimir Kozlov
|
9d986a013d
|
8335220: C2: Missing check for Opaque4 node in EscapeAnalysis
Reviewed-by: chagedorn, cslucas
|
2024-06-27 16:06:35 +00:00 |
|
Erik Gahlin
|
0e6b0cbaaa
|
8334886: jdk/jfr/api/recording/time/TestTimeMultiple.java failed with RuntimeException: getStopTime() > afterStop
Reviewed-by: mgronlun
|
2024-06-27 15:38:06 +00:00 |
|
Daniel Jeliński
|
b6ffb442ac
|
8335135: HttpURLConnection#HttpInputStream does not throw IOException when response is truncated
Reviewed-by: dfuchs
|
2024-06-27 15:14:36 +00:00 |
|
Francisco Ferrari Bihurriet
|
4ab7e98c79
|
8330842: Support AES CBC with Ciphertext Stealing (CTS) in SunPKCS11
Co-authored-by: Francisco Ferrari Bihurriet <fferrari@openjdk.org>
Co-authored-by: Martin Balao <mbalao@openjdk.org>
Reviewed-by: valeriep
|
2024-06-27 15:07:00 +00:00 |
|
Axel Boldt-Christmas
|
5909d54147
|
8326820: Metadata artificially kept alive
Reviewed-by: eosterlund, stefank, coleenp
|
2024-06-27 14:21:34 +00:00 |
|
Sonia Zaldana Calles
|
d5375c7db6
|
8333308: javap --system handling doesn't work on internal class names
Reviewed-by: liach, stuefe
|
2024-06-27 13:22:04 +00:00 |
|
Albert Mingkun Yang
|
6b961acb87
|
8333786: Serial: Remove SerialHeap::_incremental_collection_failed
Reviewed-by: tschatzl, iwalulya
|
2024-06-27 13:03:21 +00:00 |
|
Thomas Stuefe
|
50dd962b0d
|
8335007: Inline OopMapCache table
Reviewed-by: stefank, coleenp, shade
|
2024-06-27 12:56:26 +00:00 |
|
Albert Mingkun Yang
|
79a23017fc
|
8322859: Parallel: Move transform_stack_chunk
Reviewed-by: stefank, tschatzl
|
2024-06-27 10:23:55 +00:00 |
|
Kevin Walls
|
37e7698c29
|
8335154: jcmd VM.classes -verbose=false does not set verbose to false
Reviewed-by: dholmes, stuefe
|
2024-06-27 07:54:35 +00:00 |
|
Evemose
|
f3b69da55a
|
8335136: Underscore as parameter name in one-parameter functional types fails to compile
Reviewed-by: jlahoda
|
2024-06-27 07:45:18 +00:00 |
|
Matthias Baesken
|
46b817b749
|
8333363: ubsan: instanceKlass.cpp: runtime error: member call on null pointer of type 'struct AnnotationArray'
Reviewed-by: coleenp, stefank
|
2024-06-27 06:53:03 +00:00 |
|
Nizar Benalla
|
0fc5b2711f
|
8332014: since-checker - Fix @ since tags in jdk.jshell
Reviewed-by: jlahoda
|
2024-06-27 06:22:17 +00:00 |
|
Shaojin Wen
|
9d20b58f40
|
8334328: Reduce object allocation for FloatToDecimal and DoubleToDecimal
Reviewed-by: redestad, rgiulietti
|
2024-06-27 05:13:30 +00:00 |
|
Jaikiran Pai
|
9bb675f89d
|
8334719: (se) Deferred close of SelectableChannel may result in a Selector doing the final close before concurrent I/O on channel has completed
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: alanb, dfuchs
|
2024-06-27 04:38:32 +00:00 |
|
Vladimir Kozlov
|
6682305ee2
|
8334779: Test compiler/c1/CanonicalizeArrayLength.java is timing out
Reviewed-by: thartmann, dlong
|
2024-06-27 03:34:04 +00:00 |
|
Hannes Greule
|
3796fdfced
|
8328536: javac - crash on unknown type referenced in yield statement
Co-authored-by: Jan Lahoda <jlahoda@openjdk.org>
Reviewed-by: jlahoda
|
2024-06-26 23:17:32 +00:00 |
|
Anthony Scarpino
|
07bc523df8
|
8334670: SSLSocketOutputRecord buffer miscalculation
Reviewed-by: djelinski, ssahoo
|
2024-06-26 22:28:33 +00:00 |
|
Zhengyu Gu
|
4ebb77120a
|
8334769: Shenandoah: Move CodeCache_lock close to its use in ShenandoahConcurrentNMethodIterator
Reviewed-by: shade, wkemper, kdnilsen
|
2024-06-26 20:24:29 +00:00 |
|
Xiaolong Peng
|
817edcb697
|
8331411: Shenandoah: Reconsider spinning duration in ShenandoahLock
Reviewed-by: shade, kdnilsen, wkemper
|
2024-06-26 19:25:37 +00:00 |
|
Justin Lu
|
bffc8484c3
|
8333755: NumberFormat integer only parsing breaks when format has suffix
Reviewed-by: naoto
|
2024-06-26 17:10:09 +00:00 |
|
Sonia Zaldana Calles
|
b5d589623c
|
8335108: Build error after JDK-8333658 due to class templates
Reviewed-by: jwaters, jsjolen
|
2024-06-26 16:20:15 +00:00 |
|
Claes Redestad
|
5883a20b82
|
8334437: De-duplicate ProxyMethod list creation
Reviewed-by: asotona, liach
|
2024-06-26 14:46:17 +00:00 |
|
Nizar Benalla
|
8591eff78d
|
8332103: since-checker - Add missing @ since tags to java.desktop
Reviewed-by: tr, aivanov
|
2024-06-26 14:39:21 +00:00 |
|
Hannes Wallnöfer
|
741a0f39dd
|
8334241: Adjust API docs side bar dimensions
Reviewed-by: jjg
|
2024-06-26 09:37:22 +00:00 |
|