Chen Liang
|
8a664a4c35
|
8334734: Remove specialized readXxxEntry methods from ClassReader
Reviewed-by: asotona
|
2024-07-03 02:43:41 +00:00 |
|
Chen Liang
|
3a2d426489
|
8334726: Remove accidentally exposed individual methods from Class-File API
Reviewed-by: asotona
|
2024-07-03 02:42:06 +00:00 |
|
Kim Barrett
|
f187c92bef
|
8335370: Fix -Wzero-as-null-pointer-constant warning in jvmti_common.hpp
Reviewed-by: jwaters, amenkov, sspitsyn
|
2024-07-03 02:19:54 +00:00 |
|
Chen Liang
|
1ef34c1833
|
8335475: ClassBuilder incorrectly calculates max_locals in some cases
Reviewed-by: asotona
|
2024-07-02 23:15:31 +00:00 |
|
Viktor Klang
|
27982c8f5d
|
8327854: Test java/util/stream/test/org/openjdk/tests/java/util/stream/WhileOpStatefulTest.java failed with RuntimeException
Reviewed-by: psandoz
|
2024-07-02 20:27:52 +00:00 |
|
Chris Plummer
|
a3479576c9
|
8335291: Problem list all SA core file tests on macosx-aarch64 due to JDK-8318754
Reviewed-by: kevinw, amenkov
|
2024-07-02 18:13:50 +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 |
|
Jasmine Karthikeyan
|
685e5878b8
|
8334816: compiler/c2/irTests/TestIfMinMax.java fails after 8334629
Reviewed-by: thartmann, chagedorn
|
2024-07-02 14:36:29 +00:00 |
|
Albert Mingkun Yang
|
dd74e7f8c1
|
8335147: Serial: Refactor TenuredGeneration::promote
Reviewed-by: tschatzl, iwalulya
|
2024-07-02 12:15:02 +00:00 |
|
Daniel Fuchs
|
a537e87d2d
|
8335530: Java file extension missing in AuthenticatorTest
Reviewed-by: cstein, jpai
|
2024-07-02 11:50:21 +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 |
|
Leonid Mesnik
|
ee4720a75d
|
8333306: gc/arguments/TestParallelGCErgo.java fails when largepage are enabled
Reviewed-by: ayang, zgu
|
2024-07-01 20:38:55 +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 |
|
Evgeny Nikitin
|
747e1e47f5
|
8334295: CTW: update modules
Reviewed-by: shade, thartmann
|
2024-07-01 10:21:31 +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 |
|
Albert Mingkun Yang
|
71e3798bf6
|
8335308: compiler/uncommontrap/DeoptReallocFailure.java times out with SerialGC on Windows
Reviewed-by: kvn, thartmann, chagedorn
|
2024-07-01 08:12:20 +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 |
|
Fernando Guallini
|
3e23e9c535
|
8335344: test/jdk/sun/security/tools/keytool/NssTest.java fails to compile
Reviewed-by: weijun
|
2024-06-28 19:17:24 +00:00 |
|
Kevin Walls
|
79a3554e1d
|
8335124: com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed with CPU time out of expected range
Reviewed-by: phh, cjplummer
|
2024-06-28 19:01:36 +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 |
|
Fernando Guallini
|
f4d8c005b3
|
8334562: Automate com/sun/security/auth/callback/TextCallbackHandler/Default.java test
Reviewed-by: weijun
|
2024-06-28 12:45:26 +00:00 |
|
Daniel Fuchs
|
49eb00da8d
|
8299813: java/nio/channels/DatagramChannel/Disconnect.java fails with jtreg test timeout due to lost datagram
Reviewed-by: aefimov
|
2024-06-28 11:13:11 +00:00 |
|
Daniel Fuchs
|
8ec378a6c8
|
8277949: (dc) java/nio/channels/DatagramChannel/AdaptorBasic.java failed in timeout
Reviewed-by: jpai
|
2024-06-28 11:03:29 +00:00 |
|
SendaoYan
|
c798316bc4
|
8269657: Test java/nio/channels/DatagramChannel/Loopback.java failed: Unexpected message
Reviewed-by: dfuchs
|
2024-06-28 09:38:18 +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 |
|
Christian Hagedorn
|
6f4ddc2f6b
|
8335142: compiler/c1/TestTraceLinearScanLevel.java occasionally times out with -Xcomp
Reviewed-by: thartmann, kvn
|
2024-06-28 09:23:48 +00:00 |
|
Albert Mingkun Yang
|
3b3a19e907
|
8335314: Problem list compiler/uncommontrap/DeoptReallocFailure.java
Reviewed-by: chagedorn
|
2024-06-28 08:27:07 +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 |
|
Evgeny Nikitin
|
308a812383
|
8334645: Un-problemlist vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java
Reviewed-by: thartmann, lmesnik
|
2024-06-28 04:42:33 +00:00 |
|
Jan Kratochvil
|
b4df380f1a
|
8334763: --enable-asan: assert(_thread->is_in_live_stack((address)this)) failed: not on stack?
Reviewed-by: kbarrett, stuefe, erikj
|
2024-06-28 03:07:09 +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 |
|
Chris Plummer
|
4e8cbf884a
|
8335134: Test com/sun/jdi/BreakpointOnClassPrepare.java timeout
Reviewed-by: kevinw, coleenp
|
2024-06-27 22:20:14 +00:00 |
|
Vladimir Petko
|
3b1ca98642
|
8334895: OpenJDK fails to configure on linux aarch64 when CDS is disabled after JDK-8331942
Reviewed-by: erikj
|
2024-06-27 20:27:51 +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 |
|