Thomas Schatzl
|
f37674a8f7
|
8304711: Combine G1 root region abort and wait into a single method
Reviewed-by: ayang, iwalulya
|
2023-03-23 19:14:24 +00:00 |
|
Thomas Schatzl
|
7f9e691630
|
8304712: Only pass total number of regions into G1Policy::calc_min_old_cset_length
Reviewed-by: ayang, iwalulya
|
2023-03-23 19:13:28 +00:00 |
|
Brian Burkhalter
|
51035a75e4
|
8294137: Review running times of java.math tests
Reviewed-by: darcy
|
2023-03-23 18:01:12 +00:00 |
|
Brian Burkhalter
|
46cca1a4c5
|
4842457: (bf spec) Clarify meaning of "(optional operation)"
Reviewed-by: alanb
|
2023-03-23 18:00:07 +00:00 |
|
Archie L. Cobbs
|
6fa25cc134
|
8184444: The compiler error "variable not initialized in the default constructor" is not apt in case of static final variables
Reviewed-by: vromero
|
2023-03-23 16:06:47 +00:00 |
|
Archie L. Cobbs
|
4b8f7db6be
|
8027682: javac wrongly accepts semicolons in package and import decls
Reviewed-by: vromero
|
2023-03-23 16:04:35 +00:00 |
|
Archie L. Cobbs
|
c00d0885ae
|
8043179: Lambda expression can mutate final field
Reviewed-by: vromero
|
2023-03-23 15:59:51 +00:00 |
|
Daniel Jeliński
|
147f3473d4
|
8219083: java/net/MulticastSocket/SetGetNetworkInterfaceTest.java failed in same binary run on windows x64
Reviewed-by: dfuchs
|
2023-03-23 15:45:14 +00:00 |
|
Coleen Phillimore
|
bf917ba6af
|
8304687: Move add_to_hierarchy
Reviewed-by: dholmes, fparain
|
2023-03-23 13:47:06 +00:00 |
|
Jan Lahoda
|
63d4afbeb1
|
8304671: javac regression: Compilation with --release 8 fails on underscore in enum identifiers
Reviewed-by: vromero, darcy
|
2023-03-23 08:35:25 +00:00 |
|
Prasanta Sadhukhan
|
e2cfcfbfa9
|
6817009: Action.SELECTED_KEY not toggled when using key binding
Reviewed-by: tr, jdv
|
2023-03-23 07:50:57 +00:00 |
|
Emanuel Peter
|
af4d5600e3
|
8303951: Add asserts before record_method_not_compilable where possible
Reviewed-by: kvn, thartmann
|
2023-03-23 07:44:18 +00:00 |
|
Prasanta Sadhukhan
|
c4338620b7
|
6245410: javax.swing.text.html.CSS.Attribute: BACKGROUND_POSITION is not w3c spec compliant
Reviewed-by: aivanov
|
2023-03-23 02:58:01 +00:00 |
|
Archie L. Cobbs
|
91f407d6fe
|
8029301: Confusing error message for array creation method reference
Reviewed-by: vromero
|
2023-03-22 21:00:27 +00:00 |
|
Leonid Mesnik
|
e73411a235
|
8304376: Rename t1/t2 classes in com/sun/jdi/CLETest.java to avoid class duplication error in IDE
Reviewed-by: sspitsyn, cjplummer
|
2023-03-22 18:25:41 +00:00 |
|
Chen Liang
|
a2d8f634de
|
8288730: Add type parameter to Lookup::accessClass and Lookup::ensureInitialized
Reviewed-by: mchung
|
2023-03-22 16:19:34 +00:00 |
|
Jan Kratochvil
|
37774556da
|
8302191: Performance degradation for float/double modulo on Linux
Reviewed-by: dholmes, sviswanathan
|
2023-03-22 15:55:57 +00:00 |
|
Justin King
|
760c0128a4
|
8304683: Memory leak in WB_IsMethodCompatible
Reviewed-by: thartmann
|
2023-03-22 15:28:44 +00:00 |
|
Ludvig Janiuk
|
75168eaca3
|
8304134: jib bootstrapper fails to quote filename when checking download filetype
Reviewed-by: erikj
|
2023-03-22 14:58:34 +00:00 |
|
Johan Sjölen
|
4154a980ca
|
8301498: Replace NULL with nullptr in cpu/x86
Reviewed-by: dholmes, kvn
|
2023-03-22 14:18:40 +00:00 |
|
Coleen Phillimore
|
ddf1e34c1a
|
8304089: Convert TraceDependencies to UL
Reviewed-by: vlivanov, dholmes
|
2023-03-22 12:33:00 +00:00 |
|
Adam Sotona
|
358c61b58d
|
8294972: Convert jdk.jlink internal plugins to use the Classfile API
Reviewed-by: mchung, alanb
|
2023-03-22 12:12:14 +00:00 |
|
Albert Mingkun Yang
|
c74507eeb3
|
8304657: G1: Rename set_state_empty to set_state_untracked
Reviewed-by: tschatzl
|
2023-03-22 10:12:38 +00:00 |
|
Albert Mingkun Yang
|
ca94287d2b
|
8304144: G1: Remove unnecessary is_survivor check in G1ClearCardTableTask
Reviewed-by: tschatzl, ysr
|
2023-03-22 10:11:55 +00:00 |
|
Daniel Jeliński
|
eda0065107
|
8304286: java/net/SocketOption/OptionsTest.java failing after JDK-8302659
Reviewed-by: dfuchs
|
2023-03-22 08:42:39 +00:00 |
|
Wang Haomin
|
c039d26603
|
8303804: Fix some errors of If-VectorTest and CMove-VectorTest
Reviewed-by: qamai, thartmann
|
2023-03-22 07:36:11 +00:00 |
|
Adam Sotona
|
0156909ab3
|
8304502: Classfile API class hierarchy makes assumptions when class is not resolved
Reviewed-by: jpai
|
2023-03-22 06:13:34 +00:00 |
|
Chris Plummer
|
0deb648985
|
8290200: com/sun/jdi/InvokeHangTest.java fails with "Debuggee appears to be hung"
Reviewed-by: amenkov, lmesnik, sspitsyn, dcubed
|
2023-03-21 18:00:35 +00:00 |
|
Chen Liang
|
019fcd819c
|
8304139: Add <init> and <clinit> method constants to ConstantDescs
Reviewed-by: mchung
|
2023-03-21 16:16:08 +00:00 |
|
Christian Hagedorn
|
d6f20e2fbf
|
8304680: Problemlist compiler/sharedstubs/SharedStubToInterpTest.java
Reviewed-by: thartmann
|
2023-03-21 16:05:42 +00:00 |
|
Chen Liang
|
d788a1bb80
|
8304180: Constant Descriptors for MethodHandles::classData and classDataAt
Reviewed-by: jvernee, mchung
|
2023-03-21 14:55:17 +00:00 |
|
Coleen Phillimore
|
bbde2158d1
|
8299494: Test vmTestbase/nsk/stress/except/except011.java failed: ExceptionInInitializerError: target class not found
Reviewed-by: dholmes, dcubed
|
2023-03-21 13:18:44 +00:00 |
|
Xiaolin Zheng
|
1c04686cd6
|
8304387: Fix positions of shared static stubs / trampolines
Reviewed-by: adinn, fyang
|
2023-03-21 11:27:54 +00:00 |
|
Matthias Baesken
|
c65bb2c58e
|
8304334: java/awt/color/ICC_ColorSpace/ToFromCIEXYZRoundTrip.java times out on slow platforms
Reviewed-by: lucy, serb, prr
|
2023-03-21 09:13:01 +00:00 |
|
Raffaello Giulietti
|
4bf1fbb06d
|
8303648: Add String.indexOf(String str, int beginIndex, int endIndex)
Reviewed-by: rriggs
|
2023-03-21 08:43:23 +00:00 |
|
Jan Lahoda
|
c4df9b5f17
|
8304537: Ant-based langtools build fails after JDK-8015831 Add lint check for calling overridable methods from a constructor
Reviewed-by: vromero, erikj
|
2023-03-21 07:33:56 +00:00 |
|
Jasmine K
|
a6b72f56f5
|
8304230: LShift ideal transform assertion
Reviewed-by: thartmann
|
2023-03-21 06:03:05 +00:00 |
|
Varada M
|
a72ba38347
|
8303948: HsErrFileUtils.checkHsErrFileContent() fails to check the last pattern.
Reviewed-by: dholmes, stuefe
|
2023-03-21 05:45:58 +00:00 |
|
Mandy Chung
|
bbca7c3ede
|
8304542: Convert use of internal VM::classFileVersion to ClassFileFormatVersion
Reviewed-by: alanb
|
2023-03-20 23:24:49 +00:00 |
|
Naoto Sato
|
f593a6b52e
|
8303018: Unicode Emoji Properties
Reviewed-by: prr, erikj, rriggs
|
2023-03-20 20:20:19 +00:00 |
|
Serguei Spitsyn
|
bc0ed730f2
|
8304303: implement VirtualThread class notifyJvmti methods as C2 intrinsics
Reviewed-by: vlivanov, lmesnik
|
2023-03-20 19:55:16 +00:00 |
|
Kim Barrett
|
2d0d057d66
|
8304016: Add BitMap find_last suite of functions
Reviewed-by: stefank, aboldtch
|
2023-03-20 19:23:38 +00:00 |
|
Maurizio Cimadamore
|
42723dcb18
|
8304420: Regression ~11% with Javac-Generates on all platforms in b14
Reviewed-by: vromero
|
2023-03-20 18:44:20 +00:00 |
|
Julian Waters
|
19f2edd9b7
|
8304541: Modules THROW_MSG_ should return nullptr instead of JNI_FALSE
Reviewed-by: coleenp
|
2023-03-20 18:13:05 +00:00 |
|
Mandy Chung
|
622f239448
|
8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
Reviewed-by: jpai, alanb
|
2023-03-20 17:30:24 +00:00 |
|
Tyler Steele
|
4c8c9935eb
|
8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX
Reviewed-by: erikj
|
2023-03-20 17:13:35 +00:00 |
|
Thomas Schatzl
|
4ed7350573
|
8304393: Provide method to iterate over regions of humongous object in G1
Reviewed-by: iwalulya, ayang
|
2023-03-20 16:25:53 +00:00 |
|
Matias Saavedra Silva
|
eb73fa833c
|
8301715: CDS should be disabled in exploded JDK
Reviewed-by: ccheung, coleenp
|
2023-03-20 15:21:10 +00:00 |
|
Jonathan Gibbons
|
80e979720a
|
8304433: cleanup sentence breaker code in DocTreeMaker
Reviewed-by: hannesw
|
2023-03-20 15:14:25 +00:00 |
|
Archie L. Cobbs
|
c396f1ed8b
|
8304443: bootcycle builds fail after JDK-8015831
Reviewed-by: vromero
|
2023-03-20 14:33:16 +00:00 |
|