Zdenek Zambersky
|
3e60e82814
|
8289301: P11Cipher should not throw out of bounds exception during padding
Reviewed-by: valeriep
|
2022-07-07 18:18:04 +00:00 |
|
Thomas Schatzl
|
f7b183059a
|
8289538: Make G1BlockOffsetTablePart unaware of block sizes
Reviewed-by: ayang, iwalulya
|
2022-07-07 18:08:43 +00:00 |
|
Ioi Lam
|
5564effe9c
|
8289763: Remove NULL check in CDSProtectionDomain::init_security_info()
Reviewed-by: ccheung, coleenp
|
2022-07-07 17:29:25 +00:00 |
|
Alex Kasko
|
a694e9e34d
|
8288838: jpackage: file association additional arguments
Reviewed-by: asemenyuk, almatvee
|
2022-07-07 16:45:35 +00:00 |
|
Thomas Schatzl
|
95e3190d96
|
8210708: Use single mark bitmap in G1
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Co-authored-by: Ivan Walulya <iwalulya@openjdk.org>
Reviewed-by: iwalulya, ayang
|
2022-07-07 15:46:05 +00:00 |
|
Coleen Phillimore
|
8e7b45b820
|
8282986 : Remove "system" in boot class path names
Reviewed-by: iklam, dholmes
|
2022-07-07 15:27:55 +00:00 |
|
Ivan Walulya
|
74ca6ca25b
|
8289800: G1: G1CollectionSet::finalize_young_part clears survivor list too early
Reviewed-by: ayang, tschatzl
|
2022-07-07 15:09:30 +00:00 |
|
Justin Gu
|
86f63f9703
|
8289164: Convert ResolutionErrorTable to use ResourceHashtable
Reviewed-by: iklam, coleenp
|
2022-07-07 14:57:24 +00:00 |
|
Albert Mingkun Yang
|
013a5eeeb9
|
8137280: Remove eager reclaim of humongous controls
Reviewed-by: tschatzl, iwalulya
|
2022-07-07 13:53:24 +00:00 |
|
Jie Fu
|
77ad998b6e
|
8289778: ZGC: incorrect use of os::free() for mountpoint string handling after JDK-8289633
Reviewed-by: stuefe, dholmes, mdoerr
|
2022-07-07 12:52:04 +00:00 |
|
Prasanta Sadhukhan
|
532a6ec7e3
|
7124313: [macosx] Swing Popups should overlap taskbar
Reviewed-by: serb, dmarkov
|
2022-07-07 11:51:49 +00:00 |
|
Martin Doerr
|
e05b2f2c3b
|
8289856: [PPC64] SIGSEGV in C2Compiler::init_c2_runtime() after JDK-8289060
Reviewed-by: dlong, lucy
|
2022-07-07 10:21:25 +00:00 |
|
Thomas Stuefe
|
cce77a7001
|
8289799: Build warning in methodData.cpp memset zero-length parameter
Reviewed-by: jiefu, lucy
|
2022-07-07 09:42:14 +00:00 |
|
Kevin Walls
|
d1249aa5cb
|
8198668: MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java still failing
Reviewed-by: lmesnik, sspitsyn
|
2022-07-07 08:41:50 +00:00 |
|
Xiaohong Gong
|
a79ce4e748
|
8286941: Add mask IR for partial vector operations for ARM SVE
Reviewed-by: kvn, jbhateja, njian, ngasson
|
2022-07-07 08:14:21 +00:00 |
|
Thomas Stuefe
|
569de453c3
|
8289620: gtest/MetaspaceUtilsGtests.java failed with unexpected stats values
Reviewed-by: coleenp
|
2022-07-07 05:30:10 +00:00 |
|
Tongbao Zhang
|
403a9bc796
|
8289436: Make the redefine timer statistics more accurate
Reviewed-by: sspitsyn, cjplummer, lmesnik
|
2022-07-06 22:49:57 +00:00 |
|
Joe Darcy
|
a40c17b730
|
8289775: Update java.lang.invoke.MethodHandle[s] to use snippets
Reviewed-by: jrose
|
2022-07-06 21:28:09 +00:00 |
|
Jesper Wilhelmsson
|
2a6ec88cd0
|
Merge
|
2022-07-06 21:01:10 +00:00 |
|
Raffaello Giulietti
|
35387d5cb6
|
8289260: BigDecimal movePointLeft() and movePointRight() do not follow their API spec
Reviewed-by: darcy
|
2022-07-06 16:22:18 +00:00 |
|
Lance Andersen
|
9f37ba44b8
|
8288706: Unused parameter 'boolean newln' in method java.lang.VersionProps#print(boolean, boolean)
Reviewed-by: iris, alanb, rriggs
|
2022-07-06 15:37:23 +00:00 |
|
Andrew Haley
|
dfb24ae4b7
|
8289060: Undefined Behaviour in class VMReg
Reviewed-by: jvernee, kvn
|
2022-07-06 15:22:00 +00:00 |
|
Xue-Lei Andrew Fan
|
82a8bd7e92
|
8287596: Reorg jdk.test.lib.util.ForceGC
Reviewed-by: rriggs
|
2022-07-06 14:23:44 +00:00 |
|
Andrew Haley
|
cc2b792704
|
8288992: AArch64: CMN should be handled the same way as CMP
Reviewed-by: adinn, ngasson
|
2022-07-06 13:49:46 +00:00 |
|
Thomas Stuefe
|
75c0a5b828
|
8288824: [arm32] Display isetstate in register output
Reviewed-by: dsamersoff, snazarki
|
2022-07-06 13:17:54 +00:00 |
|
Coleen Phillimore
|
83a5d5996b
|
8278479: RunThese test failure with +UseHeavyMonitors and +VerifyHeavyMonitors
Reviewed-by: kvn, dcubed, dlong
|
2022-07-06 12:07:36 +00:00 |
|
Roland Westrelin
|
cbaf6e807e
|
8288022: c2: Transform (CastLL (AddL into (AddL (CastLL when possible
Reviewed-by: thartmann, kvn
|
2022-07-06 11:36:12 +00:00 |
|
Thomas Stuefe
|
0526402a02
|
8289477: Memory corruption with CPU_ALLOC, CPU_FREE on muslc
Backport-of: da6d1fc0e0
|
2022-07-06 10:15:38 +00:00 |
|
Thomas Schatzl
|
834189527e
|
8289739: Add G1 specific GC breakpoints for testing
Reviewed-by: kbarrett, iwalulya
|
2022-07-06 09:39:25 +00:00 |
|
Severin Gehwolf
|
ac6be16519
|
8289695: [TESTBUG] TestMemoryAwareness.java fails on cgroups v2 and crun
Reviewed-by: sspitsyn
|
2022-07-06 08:24:47 +00:00 |
|
ScientificWare
|
4ad18cf088
|
8289730: Deprecated code sample in java.lang.ClassCastException
Reviewed-by: darcy
|
2022-07-06 08:19:40 +00:00 |
|
Matthias Baesken
|
d8f4e97bd3
|
8289146: containers/docker/TestMemoryWithCgroupV1.java fails on linux ppc64le machine with missing Memory and Swap Limit output
Reviewed-by: sgehwolf, mdoerr, iklam
|
2022-07-06 07:12:32 +00:00 |
|
Andrey Turbanov
|
f783244caf
|
8289706: (cs) Avoid redundant TreeMap.containsKey call in AbstractCharsetProvider
Reviewed-by: attila, naoto
|
2022-07-06 06:40:19 +00:00 |
|
Alan Bateman
|
b3a0e482ad
|
8289439: Clarify relationship between ThreadStart/ThreadEnd and can_support_virtual_threads capability
Reviewed-by: dholmes, dcubed, sspitsyn, cjplummer
|
2022-07-06 06:40:07 +00:00 |
|
Xiaohong Gong
|
fafe8b3f8d
|
8289604: compiler/vectorapi/VectorLogicalOpIdentityTest.java failed on x86 AVX1 system
Reviewed-by: jiefu, kvn
|
2022-07-06 06:15:04 +00:00 |
|
Tyler Steele
|
0b6fd4820c
|
8288128: S390X: Fix crashes after JDK-8284161 (Virtual Threads)
Reviewed-by: mdoerr
|
2022-07-05 21:11:50 +00:00 |
|
Evgeny Astigeevich
|
351560414d
|
8280481: Duplicated stubs to interpreter for static calls
Reviewed-by: kvn, phh
|
2022-07-05 20:50:02 +00:00 |
|
Daniel D. Daugherty
|
30e134e909
|
8289091: move oop safety check from SharedRuntime::get_java_tid() to JavaThread::threadObj()
Reviewed-by: rehn, dholmes
|
2022-07-05 20:42:42 +00:00 |
|
Lance Andersen
|
d48694d0f3
|
8283335: Add exists and readAttributesIfExists methods to FileSystemProvider
Reviewed-by: alanb
|
2022-07-05 19:45:08 +00:00 |
|
Doug Simon
|
c45d613faa
|
8289687: [JVMCI] bug in HotSpotResolvedJavaMethodImpl.equals
Reviewed-by: kvn
|
2022-07-05 18:25:12 +00:00 |
|
Chris Plummer
|
29ea6429d2
|
8287847: Fatal Error when suspending virtual thread after it has terminated
Reviewed-by: alanb, sspitsyn
|
2022-07-05 17:46:59 +00:00 |
|
Michael McMahon
|
77c3bbf105
|
8289617: Remove test/jdk/java/net/ServerSocket/ThreadStop.java
Reviewed-by: alanb, jpai
|
2022-07-05 09:15:41 +00:00 |
|
Andrew Haley
|
a5934cddca
|
8289698: AArch64: Need to relativize extended_sp in frame
Reviewed-by: alanb, dholmes
|
2022-07-05 07:54:38 +00:00 |
|
Andrey Turbanov
|
fd1bb078ea
|
8287603: Avoid redundant HashMap.containsKey calls in NimbusDefaults.getDerivedColor
Reviewed-by: attila, aivanov
|
2022-07-05 07:39:05 +00:00 |
|
Albert Mingkun Yang
|
4c997ba830
|
8289520: G1: Remove duplicate checks in G1BarrierSetC1::post_barrier
Reviewed-by: tschatzl, iwalulya
|
2022-07-05 07:29:02 +00:00 |
|
KIRIYAMA Takuya
|
1b997db734
|
8289427: compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java failed with null setting
Reviewed-by: kvn, thartmann
|
2022-07-05 06:38:10 +00:00 |
|
Thomas Stuefe
|
688712f75c
|
8289633: Forbid raw C-heap allocation functions in hotspot and fix findings
Reviewed-by: kbarrett, dholmes
|
2022-07-05 04:26:45 +00:00 |
|
Andrey Turbanov
|
df063f7db1
|
8289484: Cleanup unnecessary null comparison before instanceof check in java.rmi
Reviewed-by: jpai, attila
|
2022-07-04 20:21:11 +00:00 |
|
Ryan Ernst
|
9ccae7078e
|
8287593: ShortResponseBody could be made more resilient to rogue connections
Reviewed-by: chegar, dfuchs
|
2022-07-04 16:09:40 +00:00 |
|
Pavel Rappo
|
f640fc5a1e
|
8067757: Incorrect HTML generation for copied javadoc with multiple @throws tags
Reviewed-by: jjg
|
2022-07-04 16:00:53 +00:00 |
|