Archie Cobbs
|
f95097cc64
|
8343482: Remove unnecessary @SuppressWarnings annotations (net)
Reviewed-by: dfuchs
|
2024-11-05 15:46:00 +00:00 |
|
Archie Cobbs
|
c799cad1de
|
8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options
Reviewed-by: ihse
|
2024-11-05 15:44:54 +00:00 |
|
Sonia Zaldana Calles
|
0b733e9a22
|
8336874: WhiteBoxAPI: assert(!method->is_abstract() && (osr_bci == InvocationEntryBci || !method->is_native())) failed: cannot compile abstract/native methods
Reviewed-by: lmesnik, stuefe
|
2024-11-05 15:25:18 +00:00 |
|
Shaojin Wen
|
5890d9438b
|
8333893: Optimization for StringBuilder append boolean & null
Reviewed-by: liach
|
2024-11-05 15:05:33 +00:00 |
|
Alexey Semenyuk
|
c33a8f52b6
|
8343314: Move common properties from jpackage jtreg test declarations to TEST.properties file
Reviewed-by: almatvee
|
2024-11-05 13:42:27 +00:00 |
|
Chen Liang
|
16feeb7a8e
|
8343547: Restore accidentally removed annotations in LambdaForm from ClassFile API port
Reviewed-by: asotona
|
2024-11-05 12:15:42 +00:00 |
|
Emanuel Peter
|
f62fc48441
|
8342498: Add test for Allocation elimination after use as alignment reference by SuperWord
Reviewed-by: thartmann, kvn
|
2024-11-05 11:47:42 +00:00 |
|
Emanuel Peter
|
f3671beefb
|
8335392: C2 MergeStores: enhanced pointer parsing
Co-authored-by: Christian Hagedorn <chagedorn@openjdk.org>
Reviewed-by: kvn, chagedorn
|
2024-11-05 11:46:40 +00:00 |
|
Mikhail Ablakatov
|
4fc6d4135e
|
8341194: [REDO] Implement C2 VectorizedHashCode on AArch64
Reviewed-by: aph, adinn
|
2024-11-05 10:20:51 +00:00 |
|
Thomas Schatzl
|
abf2dc7128
|
8343298: Improve stability of runtime/cds/DeterministicDump.java test
Reviewed-by: shade, iklam
|
2024-11-05 09:33:50 +00:00 |
|
Prasanta Sadhukhan
|
dafa2e55ad
|
8343124: Tests fails with java.lang.IllegalAccessException: class com.sun.javatest.regtest.agent.MainWrapper$MainTask cannot access
Reviewed-by: abhiscxk
|
2024-11-05 06:27:42 +00:00 |
|
Sorna Sarathi
|
0f7dd98d9d
|
8251926: PPC: Remove an unused variable in assembler_ppc.cpp
Reviewed-by: mdoerr
|
2024-11-05 06:08:16 +00:00 |
|
Weijun Wang
|
cd91a44500
|
8343549: SeededSecureRandomTest needn't be in a package
Reviewed-by: mullan
|
2024-11-05 02:53:26 +00:00 |
|
Fei Yang
|
20f3aaff44
|
8343471: RISC-V: compiler/cpuflags/TestAESIntrinsicsOnUnsupportedConfig.java fails after JDK-8334999
Reviewed-by: syan, mli
|
2024-11-05 00:48:45 +00:00 |
|
Shaojin Wen
|
67907d5e89
|
8343500: Optimize ArrayClassDescImpl computeDescriptor
Reviewed-by: liach
|
2024-11-05 00:29:08 +00:00 |
|
Justin Lu
|
714472d8a5
|
8341798: Fix ExceptionOccurred in jdk.jdwp.agent
Reviewed-by: dholmes, cjplummer
|
2024-11-04 21:36:51 +00:00 |
|
Justin Lu
|
825ceb16b2
|
8341796: Fix ExceptionOccurred in jdk.hotspot.agent
Reviewed-by: dholmes, cjplummer
|
2024-11-04 20:55:17 +00:00 |
|
Artur Barashev
|
8b4749713c
|
8331682: Slow networks/Impatient clients can potentially send unencrypted TLSv1.3 alerts that won't parse on the server
Reviewed-by: wetmore, djelinski, xuelei
|
2024-11-04 18:46:38 +00:00 |
|
Brian Burkhalter
|
0668e181c8
|
8343234: (bf) Move java/nio/Buffer/LimitDirectMemory.java from ProblemList.txt to ProblemList-Virtual.txt
Reviewed-by: alanb, jpai
|
2024-11-04 18:18:14 +00:00 |
|
Jiangli Zhou
|
774de278f7
|
8343497: Missing DEF_STATIC_JNI_OnLoad in libjimage and libsaproc native libraries
Reviewed-by: ihse
|
2024-11-04 17:58:22 +00:00 |
|
Archie Cobbs
|
1cc3586c53
|
8343551: Missing copyright header update in Charset-X-Coder.java.template
Reviewed-by: iris
|
2024-11-04 17:32:11 +00:00 |
|
Naoto Sato
|
1c4483473d
|
8333582: Update CLDR to Version 46.0
Reviewed-by: joehw, srl, jlu
|
2024-11-04 17:00:44 +00:00 |
|
Archie Cobbs
|
23fa1a3327
|
8343484: Remove unnecessary @SuppressWarnings annotations (nio)
Reviewed-by: alanb
|
2024-11-04 16:13:10 +00:00 |
|
SendaoYan
|
7f8450cc51
|
8343473: Update copyright year of AddmodsOption.java
Reviewed-by: mli
|
2024-11-04 15:05:52 +00:00 |
|
Aleksey Shipilev
|
b74652b5f4
|
8343167: Unnecessary define checks in InterpreterRuntime after JDK-8199809
Reviewed-by: phh, coleenp
|
2024-11-04 14:37:10 +00:00 |
|
Per Minborg
|
646d64e880
|
8340307: Add explanation around MemorySegment:reinterpret regarding arenas
Reviewed-by: jvernee
|
2024-11-04 14:12:30 +00:00 |
|
Chen Liang
|
8d6cfba37f
|
8336267: Method and Constructor signature parsing can be shared on the root object
Reviewed-by: mchung
|
2024-11-04 13:24:29 +00:00 |
|
Chen Liang
|
1f7d524fd3
|
8343437: ClassDesc.of incorrectly permitting empty names
Reviewed-by: mchung
|
2024-11-04 13:24:09 +00:00 |
|
Aggelos Biboudis
|
895a7b64f0
|
8342967: Lambda deduplication fails with non-metafactory BSMs and mismatched local variables names
Reviewed-by: mcimadamore
|
2024-11-04 12:27:12 +00:00 |
|
Johan Sjölen
|
b41d713ff4
|
8343513: Forward declare Thread in mutexLocker.hpp
Reviewed-by: dholmes, mgronlun, shade
|
2024-11-04 12:14:06 +00:00 |
|
Hannes Wallnöfer
|
809030bfb2
|
8321500: javadoc rejects '@' in multi-line attribute value
Reviewed-by: prappo
|
2024-11-04 12:05:08 +00:00 |
|
Alexey Ivanov
|
7bca0af481
|
8343128: PassFailJFrame.java test result: Error. Bad action for script: build}
Use HTML character entity in javadoc to prevent jtreg from recognising
PassFailJFrame.java as a test file.
Reviewed-by: azvegint, honkar
|
2024-11-04 11:37:47 +00:00 |
|
Per Minborg
|
f69b6016d6
|
8343188: Investigate ways to simplify MemorySegment::ofBuffer
Reviewed-by: mcimadamore
|
2024-11-04 11:06:25 +00:00 |
|
Fei Yang
|
7f131a9e1e
|
8343415: RISC-V: Increase maximum size of C2EntryBarrierStub by four
Reviewed-by: rehn, fjiang
|
2024-11-04 10:54:19 +00:00 |
|
Albert Mingkun Yang
|
452a5fbd9c
|
8343507: Parallel: Fail if verify_complete finds incorrect states
Reviewed-by: tschatzl, kbarrett
|
2024-11-04 10:31:24 +00:00 |
|
Martin Doerr
|
75801992a7
|
8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory
Reviewed-by: thartmann, kvn
|
2024-11-04 09:58:51 +00:00 |
|
Hamlin Li
|
df08a9ec0d
|
8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Reviewed-by: ihse, fgao, aph
|
2024-11-04 09:19:39 +00:00 |
|
Damon Fenacci
|
e7f0bf11ff
|
8343153: compiler/codecache/CheckLargePages.java fails on linux with huge pages configured but its number set to 0
Reviewed-by: eastigeevich, thartmann
|
2024-11-04 07:33:54 +00:00 |
|
Adam Sotona
|
f9e1c62dcd
|
8343436: Regression in StackMapGenerator after JDK-8339205
Reviewed-by: liach
|
2024-11-04 07:19:23 +00:00 |
|
Tobias Hartmann
|
2432c4f862
|
8343206: Final graph reshaping should not compress abstract or interface class pointers
Reviewed-by: coleenp, eosterlund, kvn
|
2024-11-04 06:27:33 +00:00 |
|
Amit Kumar
|
c125178065
|
8341068: [s390x] intrinsics for divideUnsigned and remainderUnsigned methods in java.lang.Integer and java.lang.Long
Reviewed-by: lucy, aph
|
2024-11-04 03:36:25 +00:00 |
|
Fei Yang
|
37a3398b58
|
8343242: RISC-V: Refactor materialization of literal address
Reviewed-by: rehn, fjiang
|
2024-11-04 01:40:20 +00:00 |
|
Michael McMahon
|
d26412e657
|
8343433: Update net.properties and java.net.http module-info.java after 8326949
Reviewed-by: dfuchs, jpai
|
2024-11-03 17:43:46 +00:00 |
|
Alexey Semenyuk
|
29882bfe7b
|
8340311: JPackage app-image exe launches multiple exe's in JDK 22+
Reviewed-by: almatvee
|
2024-11-02 12:44:17 +00:00 |
|
Andrey Turbanov
|
069bb79103
|
8342082: Remove unused BasicProgressBarUI.Animator.interval
Reviewed-by: prr, honkar
|
2024-11-02 08:33:56 +00:00 |
|
Archie Cobbs
|
00ec10574d
|
8343412: Missing escapes for single quote marks in javac.properties
Reviewed-by: vromero
|
2024-11-02 02:32:02 +00:00 |
|
Jiangli Zhou
|
8c1cf8fabe
|
8339128: Cannot resolve user specified tool properly after JDK-8338304
Reviewed-by: erikj, ihse
|
2024-11-02 01:11:20 +00:00 |
|
Jatin Bhateja
|
3c7082a633
|
8343419: Assertion failure in long vector unsigned min/max with -XX:+UseKNLSetting
Reviewed-by: sviswanathan
|
2024-11-02 01:07:41 +00:00 |
|
Fernando Guallini
|
c82ad845e1
|
8342183: Update tests to use stronger algorithms and keys
Reviewed-by: rhalade, ascarpino
|
2024-11-01 17:52:20 +00:00 |
|
Doug Simon
|
1eccdfc622
|
8343439: [JVMCI] Fix javadoc of Services.getSavedProperties
Reviewed-by: never
|
2024-11-01 17:04:23 +00:00 |
|