Thomas Schatzl
|
83e2db6ba3
|
8301116: Parallelize TLAB resizing in G1
Reviewed-by: ayang, iwalulya
|
2023-02-09 09:17:06 +00:00 |
|
Yasumasa Suenaga
|
c72f951529
|
8301853: C4819 warnings were reported in HotSpot on Windows
Reviewed-by: dholmes, ihse
|
2023-02-09 06:50:00 +00:00 |
|
Chihiro Ito
|
36478ee13f
|
8288783: Error messages are confusing when options conflict in -XX:StartFlightRecording
Reviewed-by: egahlin
|
2023-02-09 03:44:01 +00:00 |
|
Julian Waters
|
70f3150166
|
8301443: Clean broken comments from Windows code
Reviewed-by: aivanov
|
2023-02-09 03:19:42 +00:00 |
|
Harshitha Onkar
|
5561c397c5
|
8294484: MetalBorder's FrameBorder & DialogBorder have border rendering issues when scaled
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: aivanov, kizune
|
2023-02-09 00:44:58 +00:00 |
|
Mandy Chung
|
c8cc7b67db
|
8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
Reviewed-by: rriggs
|
2023-02-09 00:38:08 +00:00 |
|
Ioi Lam
|
dc6d52cea5
|
8301876: Crash in DumpTimeClassInfo::add_verification_constraint
Reviewed-by: ccheung, matsaave
|
2023-02-09 00:30:07 +00:00 |
|
Jonathan Gibbons
|
873558ee80
|
8300914: Allow @ as an escape in documentation comments
Reviewed-by: prappo
|
2023-02-08 21:57:22 +00:00 |
|
Erik Joelsson
|
8a9e383dba
|
8301717: Remove obsolete jib profiles
Reviewed-by: dholmes, ihse
|
2023-02-08 21:52:30 +00:00 |
|
Sergey Bylokhov
|
631a2790e5
|
8301567: The test/jdk/java/awt/AppContext/ApplicationThreadsStop/java.policy is unused
Reviewed-by: aivanov
|
2023-02-08 19:55:12 +00:00 |
|
Brian Burkhalter
|
638d612c6b
|
8298478: (fs) Path.of should allow input to include long path prefix
Reviewed-by: alanb
|
2023-02-08 19:20:39 +00:00 |
|
Mandy Chung
|
10dd98d0dd
|
8301462: Convert Permission files to use lambda after JDK-8076596
Reviewed-by: jpai, dfuchs, mullan
|
2023-02-08 19:06:41 +00:00 |
|
Albert Mingkun Yang
|
8d4c76ddce
|
8302072: Parallel: Remove unimplemented ParCompactionManager::stack_push
Reviewed-by: tschatzl
|
2023-02-08 17:20:58 +00:00 |
|
Alan Bateman
|
ecf21a9a24
|
8301767: Convert virtual thread tests to JUnit
Reviewed-by: cstein, lancea, jpai
|
2023-02-08 14:56:28 +00:00 |
|
Andrey Turbanov
|
9af2ea203d
|
8301828: Avoid unnecessary array fill after creation in javax.swing.text
Reviewed-by: prr, serb
|
2023-02-08 14:29:21 +00:00 |
|
Albert Mingkun Yang
|
3db352d003
|
8302047 : G1: Remove unused G1RegionToSpaceMapper::_region_granularity
Reviewed-by: tschatzl
|
2023-02-08 13:23:37 +00:00 |
|
Markus Grönlund
|
c92a7deba5
|
8301380: jdk/jfr/api/consumer/streaming/TestCrossProcessStreaming.java
Reviewed-by: dholmes, egahlin
|
2023-02-08 10:26:40 +00:00 |
|
Julian Waters
|
0f08785c01
|
8301756: Missed constructor from 8301659
Reviewed-by: aivanov
|
2023-02-08 09:10:21 +00:00 |
|
Albert Mingkun Yang
|
4de2d3c3b6
|
8301862: G1: Remove G1PageBasedVirtualSpace::_executable
Reviewed-by: tschatzl, lkorinth
|
2023-02-08 08:12:01 +00:00 |
|
Daniel Jeliński
|
e628fd5c39
|
8301214: Adjust handshakeTimeout value in test HandshakeTimeout.java after 8189338
Reviewed-by: msheppar, vtewari
|
2023-02-08 08:01:43 +00:00 |
|
Emanuel Peter
|
ac7119f0d5
|
8280126: C2: detect and remove dead irreducible loops
Reviewed-by: kvn, chagedorn, thartmann
|
2023-02-08 07:45:09 +00:00 |
|
Alisen Chung
|
2a579ab839
|
8292588: [macos] Multiscreen/MultiScreenLocationTest/MultiScreenLocationTest.java: Robot.mouseMove test failed on Screen #0
Reviewed-by: dnguyen, jdv
|
2023-02-07 20:28:52 +00:00 |
|
Calvin Cheung
|
53f72edcf6
|
8286510: Tests under dynamicArchive/methodHandles should check for loading of lambda proxy classes
Reviewed-by: iklam
|
2023-02-07 18:48:57 +00:00 |
|
Jonathan Gibbons
|
74485a3f23
|
8301810: Bug in doctree DocCommentTester.compress
Reviewed-by: prappo
|
2023-02-07 18:48:02 +00:00 |
|
Justin King
|
27126157d9
|
8298445: Add LeakSanitizer support in HotSpot
Reviewed-by: erikj, ihse
|
2023-02-07 17:41:25 +00:00 |
|
Mark Powers
|
2e2e71e1fa
|
8300416: java.security.MessageDigestSpi clone can result in thread-unsafe clones
Reviewed-by: mullan
|
2023-02-07 17:40:22 +00:00 |
|
Vicente Romero
|
a73d012c72
|
8295019: Cannot call a method with a parameter of a local class declared in a lambda
Reviewed-by: mcimadamore
|
2023-02-07 16:23:52 +00:00 |
|
Afshin Zafari
|
4fe99da74f
|
8151413: os::allocation_granularity/page_size and friends return signed values
Reviewed-by: stefank, ccheung, ysr
|
2023-02-07 14:08:01 +00:00 |
|
Darragh Clarke
|
09b8a19597
|
8300177: URISyntaxException fields can be final
Reviewed-by: dfuchs, alanb, jpai
|
2023-02-07 12:34:29 +00:00 |
|
Kevin Walls
|
c61a38212e
|
8296646: com/sun/jdi/JdbLastErrorTest.java test failure
Reviewed-by: dholmes, sspitsyn, cjplummer
|
2023-02-07 10:14:37 +00:00 |
|
Erik Österlund
|
f5f38a82cc
|
8301371: Interpreter store barriers on x86_64 don't have disjoint temp registers
Reviewed-by: kvn, tschatzl
|
2023-02-07 09:33:40 +00:00 |
|
Stefan Johansson
|
77dbcd8569
|
8301641: NativeMemoryUsageTotal event uses reserved value for committed field
Reviewed-by: eosterlund, stefank
|
2023-02-07 09:29:59 +00:00 |
|
sunguoyun
|
1aaf394b33
|
8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp
Reviewed-by: alanb
|
2023-02-07 09:17:23 +00:00 |
|
Amit Kumar
|
9dad874ff9
|
8298413: [s390] CPUInfoTest fails due to uppercase feature string
Reviewed-by: mdoerr, lucy
|
2023-02-07 08:38:07 +00:00 |
|
Chang Peng
|
98433a2f6e
|
8296999: AArch64: scalar intrinsics for reverse method in Integer and Long
Reviewed-by: eliu, ngasson
|
2023-02-07 08:00:48 +00:00 |
|
Gui Cao
|
c04a982eb4
|
8301818: RISC-V: Factor out function mvw from MacroAssembler
Reviewed-by: luhenry, fyang, fjiang
|
2023-02-07 04:48:57 +00:00 |
|
Harshitha Onkar
|
787e16bb44
|
8289077: Add manual tests to open
Reviewed-by: azvegint
|
2023-02-06 23:43:18 +00:00 |
|
Archie L. Cobbs
|
07fb4f9a0b
|
7167356: (javac) investigate failing tests in JavacParserTest
Reviewed-by: vromero
|
2023-02-06 20:28:08 +00:00 |
|
William Kemper
|
3ac2beddba
|
8299324: inline_native_setCurrentThread lacks GC barrier for Shenandoah
Reviewed-by: rkennke, phh
|
2023-02-06 19:53:20 +00:00 |
|
Jonathan Gibbons
|
d53ade12a8
|
8301813: Bad caret position in error message
Reviewed-by: iris
|
2023-02-06 18:41:04 +00:00 |
|
Archie L. Cobbs
|
8c01b6e66b
|
8221580: Confusing diagnostic for assigning a static final field in a constructor
Reviewed-by: vromero
|
2023-02-06 18:22:22 +00:00 |
|
Eirik Bjorsnos
|
c129ce4660
|
8300259: Add test coverage for processing of pending block files in signed JARs
Reviewed-by: weijun
|
2023-02-06 17:15:26 +00:00 |
|
Weijun Wang
|
b56974209b
|
8301788: AlgorithmId should keep lowercase characters from 3rd party providers
Reviewed-by: mullan
|
2023-02-06 17:10:46 +00:00 |
|
Eirik Bjorsnos
|
05ea083b05
|
8301167: Update VerifySignedJar to actually exercise and test verification
Reviewed-by: weijun
|
2023-02-06 15:43:53 +00:00 |
|
Viktor Klang
|
ecf8842cd2
|
8300098: java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: jpai, alanb
|
2023-02-06 15:26:32 +00:00 |
|
Amit Kumar
|
7ae447f4eb
|
8301095: [s390x] TestDwarf.java fails
Reviewed-by: lucy, tsteele
|
2023-02-06 14:22:00 +00:00 |
|
Sidraya
|
9c80b8ad99
|
8299683: [S390X] Problems with -XX:+VerifyStack
Reviewed-by: mdoerr, lucy
|
2023-02-06 13:48:26 +00:00 |
|
Albert Mingkun Yang
|
8e9b72670b
|
8301599: Serial: Refactor nested closures in DefNewGeneration
Reviewed-by: tschatzl, iwalulya
|
2023-02-06 13:11:32 +00:00 |
|
Xiaolin Zheng
|
773050647e
|
8299162: Refactor shared trampoline emission logic
Reviewed-by: fyang, adinn, luhenry
|
2023-02-06 12:38:36 +00:00 |
|
Jan Lahoda
|
522fa13274
|
8301580: Error recovery does not clear returnResult
Reviewed-by: vromero
|
2023-02-06 12:25:06 +00:00 |
|