Matthias Baesken
|
07f0612c9a
|
8290532: Adjust PKCS11Exception and handle more PKCS11 error codes
Reviewed-by: valeriep
|
2022-07-28 07:30:51 +00:00 |
|
Prasanta Sadhukhan
|
93f96d8c9e
|
8290399: [macos] Aqua LAF does not fire an action event if combo box menu is displayed
Reviewed-by: azvegint, prr
|
2022-07-28 06:44:49 +00:00 |
|
Jatin Bhateja
|
5d82d67a9e
|
8290034: Auto vectorize reverse bit operations.
Reviewed-by: xgong, kvn
|
2022-07-28 04:43:01 +00:00 |
|
Leonid Mesnik
|
348a0521e1
|
8290846: sun/tools/jstatd/JstatdTest* tests should use VM options
Reviewed-by: cjplummer, sspitsyn
|
2022-07-28 00:04:17 +00:00 |
|
Ioi Lam
|
bc6a3c7b83
|
8290739: Simplify storage of dump-time class information
Reviewed-by: ccheung
|
2022-07-27 23:52:30 +00:00 |
|
Hao Sun
|
16a127524c
|
8290943: Fix several IR test issues on SVE after JDK-8289801
Reviewed-by: jiefu, adinn
|
2022-07-27 23:42:11 +00:00 |
|
Pavel Rappo
|
c1a3347f17
|
8291358: Fix the "overridding" typo
Reviewed-by: rriggs
|
2022-07-27 21:48:59 +00:00 |
|
Thomas Schatzl
|
37b08c7bf9
|
8237913: G1CollectedHeap::heap_region_containing shouldn't be a template
Reviewed-by: kbarrett, sangheki
|
2022-07-27 20:05:06 +00:00 |
|
Aleksey Shipilev
|
dc74ea21f1
|
8291048: x86: compiler/c2/irTests/TestAutoVectorization2DArray.java fails with lower SSE
Reviewed-by: kvn, jiefu
|
2022-07-27 16:58:49 +00:00 |
|
Roger Riggs
|
c1040897cd
|
8290848: LoadLibraryUnload.java still fails with "Too few cleared WeakReferences"
Reviewed-by: mchung, jpai
|
2022-07-27 14:47:17 +00:00 |
|
David Holmes
|
923462467e
|
Merge
|
2022-07-27 14:07:11 +00:00 |
|
Axel Boldt-Christmas
|
2f3e494b80
|
8290074: Remove implicit arguments for RegisterMap constructor
Reviewed-by: eosterlund, tschatzl
|
2022-07-27 12:43:18 +00:00 |
|
Thomas Schatzl
|
e804236f05
|
8291289: gc/TestPLABAdaptToMinTLABSize fails after JDK-8289137
Reviewed-by: shade
|
2022-07-27 12:39:28 +00:00 |
|
Zhengyu Gu
|
adaf3b9014
|
8291056: Remove unused Generation::par_promote*()
Reviewed-by: kbarrett
|
2022-07-27 12:25:35 +00:00 |
|
Harold Seigel
|
48b77a6969
|
8285792: Posix signal handler modification checking issues.
Reviewed-by: dholmes, erikj
|
2022-07-27 12:22:55 +00:00 |
|
Julian Waters
|
8ec3197683
|
8291002: Rename Method::build_interpreter_method_data to Method::build_profiling_method_data
Reviewed-by: kvn, thartmann
|
2022-07-27 11:52:10 +00:00 |
|
Tobias Hartmann
|
61e072d11c
|
8290705: StringConcat::validate_mem_flow asserts with "unexpected user: StoreI"
Reviewed-by: kvn, xliu
|
2022-07-27 10:43:52 +00:00 |
|
Maurizio Cimadamore
|
36c00fdd74
|
8291006: java/foreign/TestUnsupportedPlatform fails after JDK-8290455
Reviewed-by: jvernee
|
2022-07-27 09:50:58 +00:00 |
|
Eric Liu
|
2bd90c2149
|
8284990: AArch64: Remove STXR_PREFETCH from CPU features
Reviewed-by: aph, ngasson, njian
|
2022-07-27 09:38:04 +00:00 |
|
Thomas Schatzl
|
2a1d9cfead
|
8289137: Automatically adapt Young/OldPLABSize and when setting only MinTLABSize
Reviewed-by: iwalulya, sangheki
|
2022-07-27 08:01:05 +00:00 |
|
Mark Powers
|
4d796ee8ab
|
8290887: Unused private method in TrustManagerFactoryImpl
Reviewed-by: weijun, xuelei, mullan
|
2022-07-26 20:23:55 +00:00 |
|
Eric Caspole
|
f0f78a9125
|
8290894: Reduce runtime of vm.lang microbenchmarks
Reviewed-by: rriggs
|
2022-07-26 20:06:35 +00:00 |
|
Leonid Mesnik
|
1451642317
|
8244976: vmTestbase/nsk/jdi/Event/request/request001.java doesn' initialize eName
Reviewed-by: shade, sspitsyn, cjplummer
|
2022-07-26 19:02:47 +00:00 |
|
Aleksey Shipilev
|
8159a1ab70
|
8290706: Remove the support for inline contiguous allocations
Reviewed-by: eosterlund, aph, rrich, fyang, thartmann
|
2022-07-26 17:19:10 +00:00 |
|
Joe Darcy
|
7318b22209
|
8289551: Conversions between bit representations of half precision values and floats
Reviewed-by: psandoz, jrose
|
2022-07-26 16:54:32 +00:00 |
|
longxu0509
|
2ae8e31183
|
8290669: Fix wording in sun.security.ec
Reviewed-by: mullan
|
2022-07-26 15:04:49 +00:00 |
|
Pengfei Li
|
893909558b
|
8289996: Fix array range check hoisting for some scaled loop iv
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: roland, kvn, thartmann
|
2022-07-26 13:45:38 +00:00 |
|
Thomas Schatzl
|
da9cc5c9f4
|
8290806: Only add eager reclaim task to G1 post evacuate tasks if there were candidates
Reviewed-by: kbarrett, sangheki
|
2022-07-26 13:29:05 +00:00 |
|
Evgeny Astigeevich
|
330adc03a9
|
8290969: DumpClassListCLDClosure incorrectly uses ResizeableResourceHashtable
Reviewed-by: iklam, ccheung
|
2022-07-26 12:10:56 +00:00 |
|
Roger Riggs
|
28bbdc5ebb
|
8290972: ProblemList java/lang/ProcessBuilder/PipelineLeaksFD.java
Reviewed-by: iris, jpai
|
2022-07-26 11:53:50 +00:00 |
|
Xiaohong Gong
|
a6faf5d33a
|
8290485: [vector] REVERSE_BYTES for byte type should not emit any instructions
Reviewed-by: thartmann, kvn
|
2022-07-26 02:56:26 +00:00 |
|
Julian Waters
|
0ca5cb13a3
|
8290834: Improve potentially confusing documentation on collection of profiling information
Reviewed-by: thartmann, kvn, dlong
|
2022-07-25 22:46:19 +00:00 |
|
Alexey Semenyuk
|
7c3cfd13e3
|
8290557: tools/jpackage/share/AddLauncherTest.java#id1 failed with "ERROR: Failed: Check icon file"
Reviewed-by: almatvee
|
2022-07-25 21:51:26 +00:00 |
|
Maurizio Cimadamore
|
8c9d5ad4f8
|
8290455: jck test api/java_lang/foreign/VaList/Empty.html fails on some platforms
Reviewed-by: jvernee, mbaesken
|
2022-07-25 21:32:44 +00:00 |
|
Andrey Turbanov
|
0ca74f538e
|
8289659: Refactor I/O stream copying to use InputStream.readAllBytes in X509CertPath
Reviewed-by: attila, weijun
|
2022-07-25 14:10:26 +00:00 |
|
Andrew Haley
|
1e270ea4f5
|
8290780: AArch64: Crash in c2 nmethod running RunThese30M.java
Reviewed-by: dlong
|
2022-07-25 12:40:21 +00:00 |
|
Kim Barrett
|
b17269ad52
|
8290959: Consistently use "grey" instead of "gray" in GC code
Reviewed-by: tschatzl
|
2022-07-25 12:26:04 +00:00 |
|
Axel Boldt-Christmas
|
350808a5a3
|
8290459: Remove unused GCCause enums
Reviewed-by: tschatzl, kbarrett
|
2022-07-25 11:03:48 +00:00 |
|
Prasanta Sadhukhan
|
d0c365a7b9
|
8170794: [macosx] Error when using setDesktopManager on a JDesktopPane on MacOS X with Look and Feel Aqua
Reviewed-by: prr
|
2022-07-25 10:32:11 +00:00 |
|
Bhavana Kilambi
|
80dc6cebc9
|
8290730: compiler/vectorization/TestAutoVecIntMinMax.java failed with "IRViolationException: There were one or multiple IR rule failures."
Reviewed-by: jiefu, kvn, thartmann
|
2022-07-25 09:08:23 +00:00 |
|
Erik Österlund
|
228e8e94fe
|
8290700: Optimize AArch64 nmethod entry barriers
Reviewed-by: kvn, dlong
|
2022-07-25 07:08:46 +00:00 |
|
Thomas Stuefe
|
852e71d9f0
|
8290870: NMT: Increase MallocSiteTable size and allocate it only when needed
Reviewed-by: zgu, dholmes
|
2022-07-25 05:18:34 +00:00 |
|
Man Cao
|
0599a05f8c
|
8290900: Build failure with Clang 14+ due to function warning attribute
Reviewed-by: kbarrett
|
2022-07-23 02:54:07 +00:00 |
|
Shruthi
|
987656d690
|
8289471: Issue in Initialization of keys in ErrorMsg.java and XPATHErrorResources.java
Reviewed-by: joehw
|
2022-07-22 22:10:43 +00:00 |
|
Roger Riggs
|
2660a9268b
|
8290893: ProblemList java/lang/ClassLoader/loadLibraryUnload/LoadLibraryUnload
Reviewed-by: dcubed
|
2022-07-22 20:11:25 +00:00 |
|
SWinxy
|
ef8486a1a4
|
8286270: [java.desktop] Replace color search in XColors with a switch statement
Reviewed-by: prr, azvegint
|
2022-07-22 18:36:58 +00:00 |
|
Andrey Turbanov
|
62f22633d1
|
8290861: Remove unused field URLJarFile.BUF_SIZE
Reviewed-by: jpai, djelinski, aefimov
|
2022-07-22 15:55:58 +00:00 |
|
Erik Österlund
|
b28f9dab80
|
8290688: Optimize x86_64 nmethod entry barriers
Reviewed-by: kvn, rrich
|
2022-07-22 14:42:42 +00:00 |
|
Zhengyu Gu
|
54854d9300
|
8256811: Delayed/missed jdwp class unloading events
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: cjplummer, coleenp, sspitsyn
|
2022-07-22 12:27:04 +00:00 |
|
Sergey Tsypanov
|
75c1e99968
|
8289572: InputStream wrapping with BufferedInputStream is redundant in HttpTimestamper
Reviewed-by: jpai, mullan
|
2022-07-22 11:50:28 +00:00 |
|