August 2022 Archives by author
Starting: Mon Aug 1 06:09:39 UTC 2022
Ending: Wed Aug 31 23:33:59 UTC 2022
Messages: 972
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v5]
Lance Andersen
- [jdk19] RFR: 8288769: Revert unintentional change to deflate.c
Lance Andersen
- [jdk19] RFR: 8288769: Revert unintentional change to deflate.c
Lance Andersen
- RFR: 8291954: Use Optional.isEmpty instead of !Optional.isPresent in java.base
Lance Andersen
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al
Lance Andersen
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al [v2]
Lance Andersen
- [jdk19] Integrated: 8288769: Revert unintentional change to deflate.c
Lance Andersen
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
Lance Andersen
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar [v3]
Lance Andersen
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v3]
Lance Andersen
- RFR: 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16 [v2]
Lance Andersen
- RFR: 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations [v12]
Lance Andersen
- RFR: 8293154: TemporalQueries java doc error
Lance Andersen
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v3]
Alan Bateman
- RFR: 8291508: Fix some tests with "requires vm.continuations"
Alan Bateman
- RFR: 8290531: Loom: Parallelize a few tests more deeply
Alan Bateman
- RFR: 8290531: Loom: Parallelize a few tests more deeply [v2]
Alan Bateman
- RFR: 8291508: Fix some tests with "requires vm.continuations"
Alan Bateman
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v3]
Alan Bateman
- RFR: 8290488: IBM864 character encoding implementation bug
Alan Bateman
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v3]
Alan Bateman
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v4]
Alan Bateman
- RFR: 8290488: IBM864 character encoding implementation bug
Alan Bateman
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v5]
Alan Bateman
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v4]
Alan Bateman
- RFR: 8289711: Add container configuration data to mbeans [v7]
Alan Bateman
- RFR: 8289711: Add container configuration data to mbeans [v7]
Alan Bateman
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v5]
Alan Bateman
- RFR: 8290036: adjustments to specification of Runtime::addShutdownHook
Alan Bateman
- [jdk19] RFR: 8288769: Revert unintentional change to deflate.c
Alan Bateman
- [jdk19] RFR: 8288769: Revert unintentional change to deflate.c
Alan Bateman
- RFR: 8290036: Define and specify Runtime shutdown sequence [v2]
Alan Bateman
- RFR: 8290036: Define and specify Runtime shutdown sequence [v2]
Alan Bateman
- RFR: 8291897: TerminatingThreadLocal(s) not registered from virtual thread(s)
Alan Bateman
- RFR: 8291916: Unexpected output on Arabic Windows command prompt
Alan Bateman
- RFR: 8291954: Use Optional.isEmpty instead of !Optional.isPresent in java.base
Alan Bateman
- Coupling in ExtentLocal
Alan Bateman
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Alan Bateman
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v4]
Alan Bateman
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Alan Bateman
- RFR: 8291897: TerminatingThreadLocal(s) not registered from virtual thread(s) [v2]
Alan Bateman
- RFR: 8289834: Add SBCS and DBCS Only EBCDIC charsets
Alan Bateman
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Alan Bateman
- RFR: 8290036: Define and specify Runtime shutdown sequence [v5]
Alan Bateman
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Alan Bateman
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Alan Bateman
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Alan Bateman
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Alan Bateman
- RFR: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []"
Alan Bateman
- RFR: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []"
Alan Bateman
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms
Alan Bateman
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v2]
Alan Bateman
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms [v2]
Alan Bateman
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms [v2]
Alan Bateman
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v3]
Alan Bateman
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v2]
Alan Bateman
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
Alan Bateman
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
Alan Bateman
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v3]
Alan Bateman
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms [v2]
Alan Bateman
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Alan Bateman
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Alan Bateman
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Alan Bateman
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Alan Bateman
- RFR: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []"
Alan Bateman
- RFR: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []" [v2]
Alan Bateman
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Alan Bateman
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v3]
Alan Bateman
- RFR: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []" [v3]
Alan Bateman
- Integrated: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []"
Alan Bateman
- RFR: JDK-8292576: Improve wording of AccessFlag-related specs
Alan Bateman
- RFR: JDK-8292576: Improve wording of AccessFlag-related specs
Alan Bateman
- RFR: JDK-8292576: Improve wording of AccessFlag-related specs [v2]
Alan Bateman
- RFR: 8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected [v4]
Alan Bateman
- RFR: 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
Alan Bateman
- RFR: JDK-8289798: Update to use jtreg 7
Alan Bateman
- RFR: 8292698: Improve performance of DataInputStream
Alan Bateman
- RFR: 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16 [v2]
Alan Bateman
- Inconsistency between ClassDesc::packageName and Class::getPackageName
Alan Bateman
- RFR: 8276651: java/lang/ProcessHandle/InfoTest.java failed with "RuntimeException: Input/output error"
Alan Bateman
- RFR: 8292698: Improve performance of DataInputStream
Alan Bateman
- RFR: 8292698: Improve performance of DataInputStream
Alan Bateman
- RFR: 8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
Alan Bateman
- RFR: 8292698: Improve performance of DataInputStream [v3]
Alan Bateman
- RFR: 8289834: Add SBCS and DBCS Only EBCDIC charsets
Alan Bateman
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v2]
Alan Bateman
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v2]
Alan Bateman
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v3]
Alan Bateman
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v3]
Alan Bateman
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v4]
Alan Bateman
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v5]
Alan Bateman
- RFR: 8290036: Define and specify Runtime shutdown sequence [v7]
Alan Bateman
- RFR: 8290036: Define and specify Runtime shutdown sequence [v7]
Alan Bateman
- RFR: 8293017: Improve hash calculation parallelism in jmod/jlink
Alan Bateman
- RFR: 8293017: Improve hash calculation parallelism in jmod/jlink
Alan Bateman
- RFR: JDK-8173605: Remove support for source and target 1.7 option in javac
Alan Bateman
- RFR: 8293020: jmod should not be treated as "small" tool for large modules [v3]
Alan Bateman
- RFR: 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations [v12]
Alan Bateman
- RFR: 8283660: Convert com/sun/jndi/ldap/AbstractLdapNamingEnumeration.java finalizer to Cleaner [v16]
Hans Boehm
- RFR: JDK-8289106: Add model of class file versions to core reflection [v5]
ExE Boss
- RFR: 8292350: Use static methods for hashCode/toString primitives
ExE Boss
- RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v15]
Laurent Bourgès
- RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v16]
Laurent Bourgès
- RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v16]
Laurent Bourgès
- RFR: 8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
Martin Buchholz
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v3]
Brian Burkhalter
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v3]
Brian Burkhalter
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v3]
Brian Burkhalter
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v3]
Brian Burkhalter
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v4]
Brian Burkhalter
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v5]
Brian Burkhalter
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v4]
Brian Burkhalter
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v4]
Brian Burkhalter
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v6]
Brian Burkhalter
- RFR: 6478546: FileInputStream.read() throws OutOfMemoryError when there is plenty available [v7]
Brian Burkhalter
- [jdk19] RFR: 8288769: Revert unintentional change to deflate.c
Brian Burkhalter
- RFR: 6478546: FileInputStream.read() throws OutOfMemoryError when there is plenty available [v8]
Brian Burkhalter
- RFR: 6478546: FileInputStream.read() throws OutOfMemoryError when there is plenty available [v7]
Brian Burkhalter
- RFR: 8291954: Use Optional.isEmpty instead of !Optional.isPresent in java.base
Brian Burkhalter
- Integrated: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index
Brian Burkhalter
- RFR: 8292132: ProblemList jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java
Brian Burkhalter
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
Brian Burkhalter
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
Brian Burkhalter
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
Brian Burkhalter
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
Brian Burkhalter
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160"
Brian Burkhalter
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160" [v2]
Brian Burkhalter
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160" [v2]
Brian Burkhalter
- RFR: 8291911: java/io/File/GetXSpace.java fails with "53687091200 != 161051996160" [v2]
Brian Burkhalter
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile
Brian Burkhalter
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v2]
Brian Burkhalter
- RFR: 6478546: FileInputStream.read() throws OutOfMemoryError when there is plenty available [v9]
Brian Burkhalter
- RFR: 6478546: FileInputStream.read() throws OutOfMemoryError when there is plenty available [v8]
Brian Burkhalter
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation
Brian Burkhalter
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v3]
Magnus Ihse Bursie
- RFR: 8291454: Missing check for JLI C runtime library in CoreLibraries.gmk [v2]
Magnus Ihse Bursie
- RFR: JDK-8289798: Update to use jtreg 7
Magnus Ihse Bursie
- RFR: JDK-8289798: Update to use jtreg 7
Magnus Ihse Bursie
- RFR: JDK-8289798: Update to use jtreg 7 [v5]
Magnus Ihse Bursie
- RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks
Eric Caspole
- RFR: 8292196: Reduce runtime of java.util.regex microbenchmarks
Eric Caspole
- Integrated: 8292196: Reduce runtime of java.util.regex microbenchmarks
Eric Caspole
- RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks
Eric Caspole
- RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]
Eric Caspole
- RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]
Eric Caspole
- RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]
Eric Caspole
- RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]
Eric Caspole
- Integrated: 8291828: Reduce runtime of java.util.stream microbenchmarks
Eric Caspole
- RFR: 8292623: Reduce runtime of java.io microbenchmarks
Eric Caspole
- Integrated: 8292623: Reduce runtime of java.io microbenchmarks
Eric Caspole
- Integrated: 8288377: [REDO] DST not applying properly with zone id offset set with TZ env variable
Gaurav Chaudhari
- RFR: JDK-8289510 : Improve test coverage for XPath Axes: namespace
Mahendra Chhipa
- RFR: JDK-8289510 : Improve test coverage for XPath Axes: namespace
Mahendra Chhipa
- RFR: JDK-8289510 : Improve test coverage for XPath Axes: namespace [v2]
Mahendra Chhipa
- RFR: JDK-8289510 : Improve test coverage for XPath Axes: namespace [v3]
Mahendra Chhipa
- [jdk19] Integrated: 8290889: JDK 19 RDP2 L10n resource files update - msgdrop 10
Alisen Chung
- RFR: 8291641: Optimize StackTraceElement.toString() [v7]
Mandy Chung
- RFR: 8291641: Optimize StackTraceElement.toString() [v8]
Mandy Chung
- RFR: JDK-8291734: Return accurate ACC_SUPER access flag for classes
Mandy Chung
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]
Mandy Chung
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v4]
Mandy Chung
- [jdk19] RFR: 8288769: Revert unintentional change to deflate.c
Iris Clark
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
Iris Clark
- RFR: 8289562: Change bugs.java.com and bugreport.java.com URL's to https
Iris Clark
- RFR: JDK-8289106: Add model of class file versions to core reflection [v5]
Joe Darcy
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Joe Darcy
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Joe Darcy
- RFR: JDK-8291734: Return accurate ACC_SUPER access flag for classes
Joe Darcy
- RFR: JDK-8289106: Add model of class file versions to core reflection [v6]
Joe Darcy
- RFR: JDK-8289106: Add model of class file versions to core reflection [v5]
Joe Darcy
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Joe Darcy
- Integrated: JDK-8291734: Return accurate ACC_SUPER access flag for classes
Joe Darcy
- RFR: JDK-8289106: Add model of class file versions to core reflection [v6]
Joe Darcy
- RFR: JDK-8289106: Add model of class file versions to core reflection [v7]
Joe Darcy
- Integrated: JDK-8289106: Add model of class file versions to core reflection
Joe Darcy
- RFR: 8292509: ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java on windows
Joe Darcy
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]"
Joe Darcy
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]
Joe Darcy
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]
Joe Darcy
- RFR: JDK-8292576: Improve wording of AccessFlag-related specs
Joe Darcy
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]
Joe Darcy
- Integrated: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]"
Joe Darcy
- RFR: JDK-8292576: Improve wording of AccessFlag-related specs
Joe Darcy
- RFR: JDK-8292576: Improve wording of AccessFlag-related specs [v2]
Joe Darcy
- RFR: JDK-8292576: Improve wording of AccessFlag-related specs [v2]
Joe Darcy
- Integrated: JDK-8292576: Improve wording of AccessFlag-related specs
Joe Darcy
- Inconsistency between ClassDesc::packageName and Class::getPackageName
Joe Darcy
- RFR: JDK-8173605: Remove support for source and target 1.7 option in javac
Joe Darcy
- RFR: JDK-8173605: Remove support for source and target 1.7 option in javac
Joe Darcy
- RFR: JDK-8173605: Remove support for source and target 1.7 option in javac
Joe Darcy
- RFR: JDK-8173605: Remove support for source and target 1.7 option in javac
Joe Darcy
- RFR: JDK-8173605: Remove support for source and target 1.7 option in javac
Joe Darcy
- RFR: 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations [v12]
Joe Darcy
- Inconsistency between ClassDesc::packageName and Class::getPackageName
Joseph D. Darcy
- RFR: 8291941: ProblemList java/lang/ProcessBuilder/PipelineLeaksFD.java on linux-all
Daniel D. Daugherty
- RFR: 8291941: ProblemList java/lang/ProcessBuilder/PipelineLeaksFD.java on linux-all
Daniel D. Daugherty
- Integrated: 8291941: ProblemList java/lang/ProcessBuilder/PipelineLeaksFD.java on linux-all
Daniel D. Daugherty
- RFR: 8292132: ProblemList jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java
Daniel D. Daugherty
- RFR: 8292132: ProblemList jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java
Daniel D. Daugherty
- Integrated: 8292132: ProblemList jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java
Daniel D. Daugherty
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int,int) in 5000ms"
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
Daniel D. Daugherty
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Daniel D. Daugherty
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Daniel D. Daugherty
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Daniel D. Daugherty
- RFR: 8292509: ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java on windows
Daniel D. Daugherty
- RFR: 8292509: ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java on windows
Daniel D. Daugherty
- Integrated: 8292509: ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java on windows
Daniel D. Daugherty
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms" [v2]
Daniel D. Daugherty
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms" [v2]
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
Daniel D. Daugherty
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v2]
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v2]
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v2]
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v3]
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v3]
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v3]
Daniel D. Daugherty
- Integrated: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int,int) in 5000ms"
Daniel D. Daugherty
- Integrated: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
Daniel D. Daugherty
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms" [v2]
Daniel D. Daugherty
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v3]
Daniel D. Daugherty
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Martin Doerr
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Martin Doerr
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Martin Doerr
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v2]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v2]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v4]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v5]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v5]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v6]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v5]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v7]
Jonathan Dowland
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v6]
Jonathan Dowland
- Integrated: 8292541: [Metrics] Reported memory limit may exceed physical machine memory
Jonathan Dowland
- RFR: 8275535: Retrying a failed authentication on multiple LDAP servers can lead to users blocked
Ryan Flegel
- RFR: 8291966: SwitchBootstrap.typeSwitch could be faster
Remi Forax
- More elegant multi-condition groupby. #9719
Remi Forax
- RFR: 8291966: SwitchBootstrap.typeSwitch could be faster
Remi Forax
- Proposal: Collection mutability marker interfaces
Remi Forax
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Jie Fu
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Jie Fu
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Jie Fu
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms" [v2]
Jie Fu
- RFR: 8290300: Use standard String-joining tools where applicable [v5]
Daniel Fuchs
- RFR: 6478546: FileInputStream.read() throws OutOfMemoryError when there is plenty available [v7]
Daniel Fuchs
- RFR: 8290036: Define and specify Runtime shutdown sequence [v6]
Daniel Fuchs
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]
Daniel Fuchs
- RFR: 8292698: Improve performance of DataInputStream
Daniel Fuchs
- RFR: 8292698: Improve performance of DataInputStream
Daniel Fuchs
- RFR: 8292698: Improve performance of DataInputStream
Daniel Fuchs
- RFR: 8065554: MatchResult should provide values of named-capturing groups
Daniel Fuchs
- RFR: 8065554: MatchResult should provide values of named-capturing groups
Daniel Fuchs
- RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned"
Daniel Fuchs
- RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned" [v2]
Daniel Fuchs
- RFR: 8286212: Cgroup v1 initialization causes NPE on some systems [v3]
Severin Gehwolf
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Severin Gehwolf
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v4]
Severin Gehwolf
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Severin Gehwolf
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Severin Gehwolf
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v5]
Severin Gehwolf
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v6]
Severin Gehwolf
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v7]
Severin Gehwolf
- RFR: 8289562: Change bugs.java.com and bugreport.java.com URL's to https
Jonathan Gibbons
- RFR: JDK-8287597: List all preview features on the javadoc PREVIEW page
Jonathan Gibbons
- RFR: 8205592: BigDecimal.doubleValue() is depressingly slow
Raffaello Giulietti
- RFR: 8279986: methods Math::asXExact for safely checked primitive casts [v6]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v2]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v3]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v2]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v4]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v4]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v4]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v4]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v5]
Raffaello Giulietti
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v5]
Raffaello Giulietti
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- Integrated: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Xiaohong Gong
- RFR: 8230374: maxOutputSize, instead of javatest.maxOutputSize, should be used in TEST.properties
Rajan Halade
- Coupling in ExtentLocal
Andrew Haley
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al
Chris Hegarty
- Proposal: Collection mutability marker interfaces
John Hendrikx
- Proposal: Collection mutability marker interfaces
John Hendrikx
- Proposal: Collection mutability marker interfaces
John Hendrikx
- RFR: 8284493: Fix rounding error in computeNextExponential [v14]
Chris Hennick
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
David Holmes
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
David Holmes
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
David Holmes
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
David Holmes
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
David Holmes
- Withdrawn: Merge jdk19
David Holmes
- RFR: Merge jdk19
David Holmes
- RFR: 8290036: adjustments to specification of Runtime::addShutdownHook
David Holmes
- Withdrawn: Merge jdk19
David Holmes
- Withdrawn: Merge jdk19
David Holmes
- RFR: Merge jdk19
David Holmes
- Integrated: Merge jdk19
David Holmes
- RFR: 8291360: Create entry points to expose low-level class file information [v3]
David Holmes
- RFR: 8291360: Create entry points to expose low-level class file information [v4]
David Holmes
- RFR: 8291360: Create entry points to expose low-level class file information [v4]
David Holmes
- RFR: 8291941: ProblemList java/lang/ProcessBuilder/PipelineLeaksFD.java on linux-all
David Holmes
- Integrated: Merge jdk19
David Holmes
- Integrated: Merge jdk19
David Holmes
- [jdk19] RFR: 8278274: Update nroff pages in JDK 19 before RC
David Holmes
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
David Holmes
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
David Holmes
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
David Holmes
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v7]
David Holmes
- Integrated: Merge jdk19
David Holmes
- Integrated: Merge jdk19
David Holmes
- RFR: 8290036: Define and specify Runtime shutdown sequence [v6]
David Holmes
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
David Holmes
- RFR: 8290036: Define and specify Runtime shutdown sequence [v6]
David Holmes
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms [v2]
David Holmes
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
David Holmes
- RFR: 8290036: Define and specify Runtime shutdown sequence [v7]
David Holmes
- RFR: 8290036: Define and specify Runtime shutdown sequence [v7]
David Holmes
- Integrated: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions
Bill Huang
- RFR: JDK-8290836 Improve test coverage for XPath functions: String Functions
Bill Huang
- RFR: JDK-8290836 Improve test coverage for XPath functions: String Functions [v2]
Bill Huang
- Integrated: JDK-8290836 Improve test coverage for XPath functions: String Functions
Bill Huang
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version
Bill Huang
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version
Bill Huang
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version
Bill Huang
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version [v2]
Bill Huang
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version [v2]
Bill Huang
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version [v3]
Bill Huang
- Integrated: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version
Bill Huang
- RFR: JDK-8292066 Convert TestInputArgument.sh and TestSystemLoadAvg.sh to java version
Bill Huang
- RFR: JDK-8289510 : Improve test coverage for XPath Axes: namespace [v2]
Bill Huang
- RFR: JDK-8289949 Improve test coverage for XPath: operators
Bill Huang
- RFR: JDK-8289949 Improve test coverage for XPath: operators [v2]
Bill Huang
- Integrated: JDK-8289949 Improve test coverage for XPath: operators
Bill Huang
- RFR: JDK-8292990 Improve test coverage for XPath Axes: parent
Bill Huang
- RFR: JDK-8292990 Improve test coverage for XPath Axes: parent
Bill Huang
- RFR: JDK-8289510 : Improve test coverage for XPath Axes: namespace [v3]
Bill Huang
- RFR: JDK-8289510 : Improve test coverage for XPath Axes: namespace [v2]
Bill Huang
- RFR: 8291966: SwitchBootstrap.typeSwitch could be faster
Thiago Henrique Hüpner
- RFR: 8291966: SwitchBootstrap.typeSwitch could be faster
Thiago Henrique Hüpner
- RFR: 8291825: java/time/nontestng/java/time/zone/CustomZoneNameTest.java fails if defaultLocale and defaultFormatLocale are different
Daniel Jeliński
- Integrated: 8291825: java/time/nontestng/java/time/zone/CustomZoneNameTest.java fails if defaultLocale and defaultFormatLocale are different
Daniel Jeliński
- RFR: 8289562: Change bugs.java.com and bugreport.java.com URL's to https
Joe
- RFR: 8289562: Change bugs.java.com and bugreport.java.com URL's to https [v2]
Joe
- Integrated: 8289562: Change bugs.java.com and bugreport.java.com URL's to https
Joe
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Smita Kamath
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Smita Kamath
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Smita Kamath
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Smita Kamath
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v2]
Smita Kamath
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Smita Kamath
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v3]
Smita Kamath
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v4]
Smita Kamath
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v5]
Smita Kamath
- RFR: 8291915: jpackage: use multiple Features in MSI installer
Alex Kasko
- RFR: 8291924: jpackage: l10n for Windows context menu label
Alex Kasko
- RFR: 8291915: jpackage: use multiple Features in MSI installer
Alex Kasko
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows
Alex Kasko
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Alex Kasko
- RFR: 8291924: jpackage: l10n for Windows context menu label
Alex Kasko
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Alex Kasko
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Alex Kasko
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows
Alex Kasko
- RFR: 8291924: jpackage: l10n for Windows context menu label [v3]
Alex Kasko
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Alex Kasko
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v2]
Alex Kasko
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v2]
Alex Kasko
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alex Kasko
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alex Kasko
- RFR: 8291924: jpackage: l10n for Windows context menu label [v3]
Alex Kasko
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alex Kasko
- Integrated: 8291924: jpackage: l10n for Windows context menu label
Alex Kasko
- Integrated: 8291978: jpackage: allow to override primary l10n files on Windows
Alex Kasko
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alex Kasko
- RFR: 8292407: Improve Weak* VarHandle tests resilience under spurious failures
Vladimir Kempik
- RFR: 8292407: Improve Weak* VarHandle tests resilience under spurious failures
Vladimir Kempik
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v2]
Vladimir Kempik
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Vladimir Kempik
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
Roman Kennke
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs [v2]
Roman Kennke
- RFR: 8291641: Optimize StackTraceElement.toString()
Carter Kozak
- RFR: 8291641: Optimize StackTraceElement.toString()
Carter Kozak
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Vladimir Kozlov
- RFR: 8291966: SwitchBootstrap.typeSwitch could be faster
Jan Lahoda
- RFR: 8291966: SwitchBootstrap.typeSwitch could be faster
Jan Lahoda
- RFR: 8291966: SwitchBootstrap.typeSwitch could be faster
Jan Lahoda
- RFR: 8283660: Convert com/sun/jndi/ldap/AbstractLdapNamingEnumeration.java finalizer to Cleaner [v16]
Peter Levart
- RFR: 8288327: Executable.hasRealParameterData should not be volatile [v7]
Peter Levart
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
Peter Levart
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs [v2]
Peter Levart
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs [v2]
Peter Levart
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs [v3]
Peter Levart
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs [v2]
Peter Levart
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs [v3]
Peter Levart
- RFR: 8291897: TerminatingThreadLocal(s) not registered from virtual thread(s)
Peter Levart
- Integrated: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
Peter Levart
- [jdk19] RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
Peter Levart
- [jdk19] Integrated: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs
Peter Levart
- RFR: 8291897: TerminatingThreadLocal(s) not registered from virtual thread(s)
Peter Levart
- RFR: 8291897: TerminatingThreadLocal(s) not registered from virtual thread(s) [v2]
Peter Levart
- RFR: 8291897: TerminatingThreadLocal(s) not registered from virtual thread(s) [v2]
Peter Levart
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Peter Levart
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Peter Levart
- Integrated: 8291897: TerminatingThreadLocal(s) not registered from virtual thread(s)
Peter Levart
- RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v15]
Peter Levart
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Peter Levart
- RFR: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []"
Peter Levart
- RFR: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []"
Peter Levart
- RFR: 8292051: jdk/internal/misc/TerminatingThreadLocal/TestTerminatingThreadLocal.java failed "AssertionError: Expected terminated values: [666] but got: []" [v2]
Peter Levart
- CopyOnWriteArrayList Collection.shuffle
Zelva Lia
- CopyOnWriteArrayList Collection.shuffle
Zelva Lia
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Eric Liu
- RFR: 8289227: Support for BCP 47 Extension T - Transformed Content [v6]
Steven R. Loomis
- RFR: 8289227: Support for BCP 47 Extension T - Transformed Content [v6]
Steven R. Loomis
- RFR: 8291641: Optimize StackTraceElement.toString()
Quan Anh Mai
- RFR: 8291641: Optimize StackTraceElement.toString() [v2]
Quan Anh Mai
- RFR: 8291641: Optimize StackTraceElement.toString() [v3]
Quan Anh Mai
- RFR: 8288933: Improve the implementation of Double/Float.isInfinite
Quan Anh Mai
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile
Quan Anh Mai
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile
Quan Anh Mai
- RFR: 8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V) [v4]
Stuart Marks
- RFR: 8290036: adjustments to specification of Runtime::addShutdownHook
Stuart Marks
- RFR: 8290036: adjustments to specification of Runtime::addShutdownHook
Stuart Marks
- RFR: 8283660: Convert com/sun/jndi/ldap/AbstractLdapNamingEnumeration.java finalizer to Cleaner [v16]
Stuart Marks
- RFR: 8290036: adjustments to specification of Runtime::addShutdownHook
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v2]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v3]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v3]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v2]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v5]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Stuart Marks
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al [v2]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v6]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v4]
Stuart Marks
- RFR: 8291660: Grapheme support in BreakIterator
Stuart Marks
- RFR: 8291660: Grapheme support in BreakIterator
Stuart Marks
- RFR: 8291660: Grapheme support in BreakIterator
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v2]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v2]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v2]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v2]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v2]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v2]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v3]
Stuart Marks
- RFR: 8291660: Grapheme support in BreakIterator [v3]
Stuart Marks
- RFR: 8290036: Define and specify Runtime shutdown sequence [v7]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v4]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v4]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v4]
Stuart Marks
- RFR: 8065554: MatchResult should provide values of named-capturing groups [v4]
Stuart Marks
- RFR: 8289562: Change bugs.java.com and bugreport.java.com URL's to https
Fairoz Matte
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows
Alexander Matveev
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows
Alexander Matveev
- RFR: 8291924: jpackage: l10n for Windows context menu label [v3]
Alexander Matveev
- RFR: 8292316: Tests should not rely on specific JAR file names (jpackage)
Alexander Matveev
- Proposal: Collection mutability marker interfaces
Ethan McCue
- Proposal: Collection mutability marker interfaces
Ethan McCue
- Proposal: Collection mutability marker interfaces
Ethan McCue
- Proposal: Collection mutability marker interfaces
Ethan McCue
- Proposal: Collection mutability marker interfaces
Ethan McCue
- Proposal: Collection mutability marker interfaces
Ethan McCue
- Proposal: Collection mutability marker interfaces
Ethan McCue
- CopyOnWriteArrayList Collection.shuffle
Jason Mehrens
- CopyOnWriteArrayList Collection.shuffle
Jason Mehrens
- RFR: 8292350: Use static methods for hashCode/toString primitives
Alex Menkov
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v4]
Leonid Mesnik
- RFR: 8291081: Some sun/tools/jstatd/TestJstatd* tests fail with "Not a percentage\: 68.31\: expected true, was false"
Leonid Mesnik
- RFR: 8291081: Some sun/tools/jstatd/TestJstatd* tests fail with "Not a percentage\: 68.31\: expected true, was false"
Leonid Mesnik
- RFR: 8291081: Some sun/tools/jstatd/TestJstatd* tests fail with "Not a percentage\: 68.31\: expected true, was false" [v2]
Leonid Mesnik
- RFR: 8291081: Some sun/tools/jstatd/TestJstatd* tests fail with "Not a percentage\: 68.31\: expected true, was false" [v2]
Leonid Mesnik
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version
Leonid Mesnik
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version
Leonid Mesnik
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version [v2]
Leonid Mesnik
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version [v3]
Leonid Mesnik
- RFR: 8290211: jdk/internal/vm/Continuation/Fuzz.java failed with "AssertionError: Failed to compile int Fuzz.com_int(int, int) in 5000ms"
Leonid Mesnik
- RFR: 8291641: Optimize StackTraceElement.toString() [v7]
Max Mielchen
- RFR: 8291641: Optimize StackTraceElement.toString() [v7]
Max Mielchen
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v2]
Sergey Nazarkin
- RFR: 8245527: LDAP Channel Binding support for Java GSS/Kerberos [v2]
Neustradamus
- Inconsistency between ClassDesc::packageName and Class::getPackageName
Kasper Nielsen
- Inconsistency between ClassDesc::packageName and Class::getPackageName
Kasper Nielsen
- RFR: 8291954: Use Optional.isEmpty instead of !Optional.isPresent in java.base
Jaikiran Pai
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v2]
Jaikiran Pai
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v3]
Jaikiran Pai
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Jaikiran Pai
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v3]
Jaikiran Pai
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v2]
Jaikiran Pai
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v3]
Jaikiran Pai
- Withdrawn: 8285405: add test and check for negative argument to HashMap::newHashMap et al
Jaikiran Pai
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al
Jaikiran Pai
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al
Jaikiran Pai
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al [v2]
Jaikiran Pai
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al
Jaikiran Pai
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al [v2]
Jaikiran Pai
- Integrated: 8285405: add test and check for negative argument to HashMap::newHashMap et al
Jaikiran Pai
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v2]
Jaikiran Pai
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent
Jaikiran Pai
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v2]
Jaikiran Pai
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar [v2]
Jaikiran Pai
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v2]
Jaikiran Pai
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v3]
Jaikiran Pai
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v2]
Jaikiran Pai
- RFR: 8290041: ModuleDescriptor.hashCode is inconsistent [v3]
Jaikiran Pai
- Integrated: 8290041: ModuleDescriptor.hashCode is inconsistent
Jaikiran Pai
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]
Jaikiran Pai
- RFR: 8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected
Jaikiran Pai
- RFR: 8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected
Jaikiran Pai
- RFR: 8276651: java/lang/ProcessHandle/InfoTest.java failed with "RuntimeException: Input/output error"
Jaikiran Pai
- RFR: 8292350: Use static methods for hashCode/toString primitives
Jaikiran Pai
- RFR: JDK-8289798: Update to use jtreg 7
Jaikiran Pai
- RFR: 8276651: java/lang/ProcessHandle/InfoTest.java failed with "RuntimeException: Input/output error"
Jaikiran Pai
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v4]
Jaikiran Pai
- RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned"
Jaikiran Pai
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation
Jaikiran Pai
- RFR: 8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Jaikiran Pai
- RFR: JDK-8289798: Update to use jtreg 7 [v5]
Jaikiran Pai
- RFR: JDK-8289798: Update to use jtreg 7 [v5]
Jaikiran Pai
- [jdk19] RFR: 8278274: Update nroff pages in JDK 19 before RC
Patrick Pfeifer
- [jdk19] RFR: 8278274: Update nroff pages in JDK 19 before RC
Patrick Pfeifer
- RFR: 8291360: Create entry points to expose low-level class file information [v3]
Coleen Phillimore
- RFR: 8291081: Some sun/tools/jstatd/TestJstatd* tests fail with "Not a percentage\: 68.31\: expected true, was false"
Chris Plummer
- RFR: 8230374: maxOutputSize, instead of javatest.maxOutputSize, should be used in TEST.properties
Rahul Prabhu
- RFR: 8230374: maxOutputSize, instead of javatest.maxOutputSize, should be used in TEST.properties
Rahul Prabhu
- RFR: 8291508: Fix some tests with "requires vm.continuations" [v2]
Ao Qi
- RFR: 8291508: Fix some tests with "requires vm.continuations"
Ao Qi
- RFR: 8291508: Fix some tests with "requires vm.continuations" [v3]
Ao Qi
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations"
Ao Qi
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v4]
Ao Qi
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v5]
Ao Qi
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v4]
Ao Qi
- Integrated: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations"
Ao Qi
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms
Ao Qi
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms [v2]
Ao Qi
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms
Ao Qi
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms [v2]
Ao Qi
- RFR: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms [v2]
Ao Qi
- Integrated: 8292362: java/lang/Thread/jni/AttachCurrentThread/AttachTest.java#id1 failed on some platforms
Ao Qi
- RFR: 8289562: Change bugs.java.com and bugreport.java.com URL's to https
Phil Race
- RFR: 8292350: Use static methods for hashCode/toString primitives
Phil Race
- Integrated: 8288732: Reduce runtime of java.util.concurrent microbenchmarks
Claes Redestad
- RFR: 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations [v11]
Mark Reinhold
- RFR: 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations [v12]
Mark Reinhold
- Integrated: 8290885: java/lang/ProcessBuilder/PipelineLeaksFD.java fail: More or fewer pipes than expected
Roger Riggs
- RFR: 8289227: Support for BCP 47 Extension T - Transformed Content [v3]
Roger Riggs
- RFR: 8291360: Create entry points to expose low-level class file information
Roger Riggs
- RFR: JDK-8289106: Add model of class file versions to core reflection [v5]
Roger Riggs
- RFR: 8291360: Create entry points to expose low-level class file information
Roger Riggs
- RFR: 8291360: Create entry points to expose low-level class file information
Roger Riggs
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v3]
Roger Riggs
- RFR: 8291641: Optimize StackTraceElement.toString() [v4]
Roger Riggs
- RFR: 8291360: Create entry points to expose low-level class file information [v3]
Roger Riggs
- RFR: 8291641: Optimize StackTraceElement.toString() [v6]
Roger Riggs
- RFR: 8290047: (fs) FileSystem.getPathMatcher does not check for ":" at last index [v5]
Roger Riggs
- RFR: JDK-8289106: Add model of class file versions to core reflection [v5]
Roger Riggs
- RFR: 8291954: Use Optional.isEmpty instead of !Optional.isPresent in java.base
Roger Riggs
- RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks
Roger Riggs
- RFR: 8292196: Reduce runtime of java.util.regex microbenchmarks
Roger Riggs
- RFR: 8292350: Use static methods for hashCode/toString primitives
Roger Riggs
- RFR: JDK-8289106: Add model of class file versions to core reflection [v6]
Roger Riggs
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
Roger Riggs
- RFR: 8291828: Reduce runtime of java.util.stream microbenchmarks [v2]
Roger Riggs
- RFR: 8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected
Roger Riggs
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]"
Roger Riggs
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]
Roger Riggs
- RFR: 8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected [v2]
Roger Riggs
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]" [v2]
Roger Riggs
- RFR: 8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected [v4]
Roger Riggs
- RFR: 8276651: java/lang/ProcessHandle/InfoTest.java failed with "RuntimeException: Input/output error"
Roger Riggs
- RFR: 8292623: Reduce runtime of java.io microbenchmarks
Roger Riggs
- RFR: 8276651: java/lang/ProcessHandle/InfoTest.java failed with "RuntimeException: Input/output error"
Roger Riggs
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v3]
Roger Riggs
- RFR: 8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected [v5]
Roger Riggs
- Integrated: 8276651: java/lang/ProcessHandle tests fail with "RuntimeException: Input/output error" in java.lang.ProcessHandleImpl$Info.info0
Roger Riggs
- Proposal: Collection mutability marker interfaces
Roger Riggs
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v2]
Roger Riggs
- Integrated: 8291760: PipelineLeaksFD.java still fails: More or fewer pipes than expected
Roger Riggs
- RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned"
Roger Riggs
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation
Roger Riggs
- RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned"
Roger Riggs
- RFR: 8291651: CleanerTest.java fails with "Cleanable was cleaned" [v2]
Roger Riggs
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation [v2]
Roger Riggs
- RFR: 8293154: TemporalQueries java doc error
Roger Riggs
- RFR: JDK-8173605: Remove support for source and target 1.7 option in javac
Vicente Romero
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Paul Sandoz
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Paul Sandoz
- RFR: 8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
Paul Sandoz
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Paul Sandoz
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
Paul Sandoz
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Paul Sandoz
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v2]
Paul Sandoz
- RFR: JDK-8292498: java/lang/invoke/lambda/LogGeneratedClassesTest.java failed with "AssertionError: only show error once expected [1] but found [0]"
Paul Sandoz
- RFR: 8291118: [vectorapi] Optimize the implementation of lanewise FIRST_NONZERO
Paul Sandoz
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Paul Sandoz
- Proposal: Collection mutability marker interfaces
Paul Sandoz
- RFR: 8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
Paul Sandoz
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v3]
Paul Sandoz
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v4]
Paul Sandoz
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v5]
Paul Sandoz
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v5]
Paul Sandoz
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v7]
Paul Sandoz
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Paul Sandoz
- [jdk19] RFR: 8290889: JDK 19 RDP2 L10n resource files update - msgdrop 10 [v4]
Naoto Sato
- RFR: 8289227: Support for BCP 47 Extension T - Transformed Content [v6]
Naoto Sato
- RFR: 8290488: IBM864 character encoding implementation bug
Naoto Sato
- Integrated: 8290488: IBM864 character encoding implementation bug
Naoto Sato
- RFR: 8290488: IBM864 character encoding implementation bug
Naoto Sato
- RFR: 8291825: java/time/nontestng/java/time/zone/CustomZoneNameTest.java fails if defaultLocale and defaultFormatLocale are different
Naoto Sato
- RFR: 8291924: jpackage: l10n for Windows context menu label
Naoto Sato
- RFR: 8291916: Unexpected output on Arabic Windows command prompt
Naoto Sato
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Naoto Sato
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Naoto Sato
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Naoto Sato
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v2]
Naoto Sato
- RFR: 8285405: add test and check for negative argument to HashMap::newHashMap et al
Naoto Sato
- RFR: 8291916: Unexpected output on Arabic Windows command prompt
Naoto Sato
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Naoto Sato
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Naoto Sato
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
Naoto Sato
- RFR: 8289562: Change bugs.java.com and bugreport.java.com URL's to https
Naoto Sato
- RFR: 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
Naoto Sato
- RFR: 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16 [v2]
Naoto Sato
- RFR: 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16 [v2]
Naoto Sato
- Integrated: 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
Naoto Sato
- RFR: 8291660: Grapheme support in BreakIterator
Naoto Sato
- RFR: 8291660: Grapheme support in BreakIterator
Naoto Sato
- RFR: 8291660: Grapheme support in BreakIterator
Naoto Sato
- RFR: 8291660: Grapheme support in BreakIterator [v2]
Naoto Sato
- RFR: 8291660: Grapheme support in BreakIterator [v3]
Naoto Sato
- RFR: 8291660: Grapheme support in BreakIterator [v3]
Naoto Sato
- RFR: 8292899: CustomTzIDCheckDST.java testcase failed on AIX platform
Naoto Sato
- RFR: 8291660: Grapheme support in BreakIterator [v4]
Naoto Sato
- RFR: 8291660: Grapheme support in BreakIterator [v3]
Naoto Sato
- RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent [v3]
Naoto Sato
- RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent [v3]
Naoto Sato
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation
Naoto Sato
- RFR: 8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Naoto Sato
- Withdrawn: 8289227: Support for BCP 47 Extension T - Transformed Content
Naoto Sato
- RFR: 8293154: TemporalQueries java doc error
Naoto Sato
- RFR: 8291641: Optimize StackTraceElement.toString()
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString()
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString()
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString()
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString()
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString()
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v2]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v2]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v3]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v2]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v4]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v3]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v5]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v6]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v4]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v7]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v8]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v7]
David Schlosnagle
- RFR: 8291641: Optimize StackTraceElement.toString() [v7]
David Schlosnagle
- Integrated: 8291641: Optimize StackTraceElement.toString()
David Schlosnagle
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v2]
ScientificWare
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v3]
ScientificWare
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v2]
ScientificWare
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v2]
ScientificWare
- Integrated: JDK-8289741 : Remove unused imports from DTDBuilder.java
ScientificWare
- RFR: JDK-8289741 : Remove unused imports from DTDBuilder.java [v3]
ScientificWare
- RFR: 8291360: Create entry points to expose low-level class file information
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v3]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v2]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v3]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v4]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v4]
Harold Seigel
- RFR: 8291360: Create entry points to expose low-level class file information [v4]
Harold Seigel
- Integrated: 8291360: Create entry points to expose low-level class file information
Harold Seigel
- RFR: 8291915: jpackage: use multiple Features in MSI installer
Alexey Semenyuk
- RFR: 8291915: jpackage: use multiple Features in MSI installer
Alexey Semenyuk
- RFR: 8291924: jpackage: l10n for Windows context menu label
Alexey Semenyuk
- RFR: 8291915: jpackage: use multiple Features in MSI installer
Alexey Semenyuk
- RFR: 8291915: jpackage: use multiple Features in MSI installer
Alexey Semenyuk
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows
Alexey Semenyuk
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Alexey Semenyuk
- RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Alexey Semenyuk
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows
Alexey Semenyuk
- RFR: 8291924: jpackage: l10n for Windows context menu label [v3]
Alexey Semenyuk
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v2]
Alexey Semenyuk
- [jdk19] RFR: 8290889: JDK 19 RDP2 L10n resource files update - msgdrop 10 [v4]
Alexey Semenyuk
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alexey Semenyuk
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alexey Semenyuk
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alexey Semenyuk
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alexey Semenyuk
- RFR: 8291978: jpackage: allow to override primary l10n files on Windows [v3]
Alexey Semenyuk
- RFR: 8292316: Tests should not rely on specific JAR file names (jpackage)
Alexey Semenyuk
- Integrated: 8292316: Tests should not rely on specific JAR file names (jpackage)
Alexey Semenyuk
- RFR: 8290531: Loom: Parallelize a few tests more deeply
Aleksey Shipilev
- RFR: 8290531: Loom: Parallelize a few tests more deeply
Aleksey Shipilev
- RFR: 8290531: Loom: Parallelize a few tests more deeply [v2]
Aleksey Shipilev
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning
Aleksey Shipilev
- RFR: 8290531: Loom: Parallelize a few tests more deeply [v2]
Aleksey Shipilev
- Integrated: 8290531: Loom: Parallelize a few tests more deeply
Aleksey Shipilev
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v2]
Aleksey Shipilev
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs [v2]
Aleksey Shipilev
- RFR: 8283276: java/io/ObjectStreamClass/ObjectStreamClassCaching.java fails with various GCs [v3]
Aleksey Shipilev
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v2]
Aleksey Shipilev
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v3]
Aleksey Shipilev
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v2]
Aleksey Shipilev
- RFR: 8292352: 32-bit Windows build failures after JDK-8290059
Aleksey Shipilev
- RFR: 8292352: 32-bit Windows build failures after JDK-8290059
Aleksey Shipilev
- RFR: 8292407: Improve Weak* VarHandle tests resilience under spurious failures
Aleksey Shipilev
- RFR: 8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v2]
Aleksey Shipilev
- RFR: 8292352: 32-bit Windows build failures after JDK-8290059
Aleksey Shipilev
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v3]
Aleksey Shipilev
- RFR: 8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
Aleksey Shipilev
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v3]
Aleksey Shipilev
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v3]
Aleksey Shipilev
- Integrated: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning
Aleksey Shipilev
- Integrated: 8292352: 32-bit Windows build failures after JDK-8290059
Aleksey Shipilev
- RFR: 8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
Aleksey Shipilev
- Integrated: 8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v3]
Aleksey Shipilev
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Aleksey Shipilev
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v2]
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Aleksey Shipilev
- RFR: 8292215: java/util/stream/boottest/java.base/java/util/stream/SpinedBufferTest.java times out with slowdebug [v3]
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v5]
Aleksey Shipilev
- RFR: 8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
Aleksey Shipilev
- RFR: 8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
Aleksey Shipilev
- Integrated: 8292877: java/util/concurrent/atomic/Serial.java uses {Double,Long}Accumulator incorrectly
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v6]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash ignores the algorithm for cache checks
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v2]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v2]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v3]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v2]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v3]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v3]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v4]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v3]
Aleksey Shipilev
- RFR: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks [v4]
Aleksey Shipilev
- Integrated: 8292983: ModuleReferenceImpl.computeHash should record algorithm for cache checks
Aleksey Shipilev
- RFR: 8293017: Improve hash calculation parallelism in jmod/jlink
Aleksey Shipilev
- RFR: 8293017: Improve hash calculation parallelism in jmod/jlink [v2]
Aleksey Shipilev
- RFR: 8293017: Improve hash calculation parallelism in jmod/jlink
Aleksey Shipilev
- RFR: 8293017: Improve hash calculation parallelism in jmod/jlink [v2]
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v7]
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v7]
Aleksey Shipilev
- RFR: 8293020: jmod should not be treated as "small" tool for large modules [v3]
Aleksey Shipilev
- Integrated: 8293020: jmod should not be treated as "small" tool for large modules
Aleksey Shipilev
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Aleksey Shipilev
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v3]
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v2]
Volker Simonis
- RFR: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962 [v3]
Volker Simonis
- Integrated: 8292327: java.io.EOFException in InflaterInputStream after JDK-8281962
Volker Simonis
- RFR: 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations [v12]
Volker Simonis
- RFR: 8282648: Weaken the InflaterInputStream specification in order to allow faster Zip implementations [v10]
Volker Simonis
- RFR: 8278863: Add method ClassDesc::ofInternalName [v3]
Adam Sotona
- RFR: 8278863: Add method ClassDesc::ofInternalName [v3]
Adam Sotona
- RFR: 8278863: Add method ClassDesc::ofInternalName [v4]
Adam Sotona
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v4]
Serguei Spitsyn
- RFR: 8291508: Fix some tests with "requires vm.jvmti & vm.continuations" [v5]
Serguei Spitsyn
- RFR: JDK-8292064 Convert java/lang/management/MemoryMXBean shell tests to java version [v3]
Serguei Spitsyn
- [BUG] Collections.unmodifiableMap(map).entrySet().iterator().forEachRemaining is missing null check
Rob Spoor
- [BUG]Collections.unmodifiableMap(map).entrySet().iterator().forEachRemaining ismissing null check
Rob Spoor
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
Christian Stein
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar [v2]
Christian Stein
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar [v2]
Christian Stein
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar [v2]
Christian Stein
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar [v3]
Christian Stein
- Integrated: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
Christian Stein
- RFR: JDK-8289798: Update to use jtreg 7
Christian Stein
- RFR: JDK-8289798: Update to use jtreg 7
Christian Stein
- RFR: JDK-8289798: Update to use jtreg 7 [v2]
Christian Stein
- RFR: JDK-8289798: Update to use jtreg 7 [v3]
Christian Stein
- RFR: JDK-8289798: Update to use jtreg 7 [v4]
Christian Stein
- RFR: JDK-8289798: Update to use jtreg 7 [v5]
Christian Stein
- RFR: JDK-8289798: Update to use jtreg 7 [v5]
Christian Stein
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v3]
Thomas Stuefe
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v3]
Thomas Stuefe
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v3]
Thomas Stuefe
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v4]
Thomas Stuefe
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v4]
Thomas Stuefe
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v9]
Thomas Stuefe
- RFR: 8292352: 32-bit Windows build failures after JDK-8290059
Thomas Stuefe
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v3]
Thomas Stuefe
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v3]
Thomas Stuefe
- RFR: 8289049: x86_32 build fails with GCC 11 due to newString646_US warning [v3]
Thomas Stuefe
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v11]
Thomas Stuefe
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Thomas Stuefe
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Thomas Stuefe
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Thomas Stuefe
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Thomas Stuefe
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v2]
Thomas Stuefe
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v3]
Thomas Stuefe
- RFR: 8292541: [Metrics] Reported memory limit may exceed physical machine memory [v2]
Thomas Stuefe
- RFR: 8290488: IBM864 character encoding implementation bug
Ichiroh Takiguchi
- RFR: 8289834: Add SBCS and DBCS Only EBCDIC charsets
Ichiroh Takiguchi
- RFR: 8291916: Unexpected output on Arabic Windows command prompt
Ichiroh Takiguchi
- RFR: 8289834: Add SBCS and DBCS Only EBCDIC charsets
Ichiroh Takiguchi
- RFR: 8292899: CustomTzIDCheckDST.java testcase failed on AIX platform
Ichiroh Takiguchi
- RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent [v2]
KIRIYAMA Takuya
- RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent
KIRIYAMA Takuya
- RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent [v3]
KIRIYAMA Takuya
- RFR: 8291954: Use Optional.isEmpty instead of !Optional.isPresent in java.base
Andrey Turbanov
- Integrated: 8291954: Use Optional.isEmpty instead of !Optional.isPresent in java.base
Andrey Turbanov
- RFR: 8292350: Use static methods for hashCode/toString primitives
Andrey Turbanov
- Integrated: 8292350: Use static methods for hashCode/toString primitives
Andrey Turbanov
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation
Andrey Turbanov
- RFR: 8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Andrey Turbanov
- Integrated: 8293009: Remove unused field 'millisPerHour' in DateFormatSymbols
Andrey Turbanov
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation [v2]
Andrey Turbanov
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation [v2]
Andrey Turbanov
- RFR: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation [v2]
Andrey Turbanov
- Integrated: 8293008: Replace uses of StringBuffer with StringBuilder in MergeCollation
Andrey Turbanov
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Sandhya Viswanathan
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats
Sandhya Viswanathan
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v5]
Sandhya Viswanathan
- RFR: 8291081: Some sun/tools/jstatd/TestJstatd* tests fail with "Not a percentage\: 68.31\: expected true, was false"
Kevin Walls
- RFR: JDK-8290836 Improve test coverage for XPath functions: String Functions
Joe Wang
- RFR: JDK-8290836 Improve test coverage for XPath functions: String Functions [v2]
Joe Wang
- RFR: 8292182: [TESTLIB] Enhance JAXPPolicyManager to setup required permissions for jtreg version 7 jar
Joe Wang
- RFR: JDK-8289510 : Improve test coverage for XPath Axes: namespace
Joe Wang
- RFR: 8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
Joe Wang
- RFR: JDK-8289949 Improve test coverage for XPath: operators
Joe Wang
- RFR: JDK-8289949 Improve test coverage for XPath: operators [v2]
Joe Wang
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v2]
Yadong Wang
- RFR: 8291454: Missing check for JLI C runtime library in CoreLibraries.gmk
Julian Waters
- RFR: 8291917: [WINDOWS] Dump error diagnostics when runtime libraries fail to load
Julian Waters
- RFR: 8291917: Dump error diagnostics when runtime libraries fail to load (win) [v2]
Julian Waters
- RFR: 8291917: Dump error diagnostics when runtime libraries fail to load (win) [v3]
Julian Waters
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v3]
Julian Waters
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v3]
Julian Waters
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v3]
Julian Waters
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v3]
Julian Waters
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v4]
Julian Waters
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v4]
Julian Waters
- RFR: 8291917: Windows - Dump error diagnostics when runtime libraries fail to load [v4]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v2]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v3]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v4]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v5]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v6]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v7]
Julian Waters
- RFR: 8291454: Missing check for JLI C runtime library in CoreLibraries.gmk [v2]
Julian Waters
- RFR: 8291454: Missing check for JLI C runtime library in CoreLibraries.gmk
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v8]
Julian Waters
- Integrated: 8291454: Missing check for JLI C runtime library in CoreLibraries.gmk
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v7]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v8]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v7]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v9]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v8]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v11]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v11]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v12]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v12]
Julian Waters
- Withdrawn: 8292016: Rework JLI_ReportErrorMessageSys
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v2]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v3]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v4]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v5]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v6]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v7]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v8]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v9]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v11]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v12]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Julian Waters
- RFR: 8292016: Rework JLI_ReportErrorMessageSys [v10]
Julian Waters
- Coupling in ExtentLocal
Holo The Sage Wolf
- Coupling in ExtentLocal
Holo The Sage Wolf
- RFR: 8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures [v4]
Fei Yang
- Withdrawn: 8279031: Add API note to ToolProvider about being reusable/reentrant
duke
- Withdrawn: 8282664: Unroll by hand StringUTF16, StringLatin1, and Arrays polynomial hash loops
duke
- Withdrawn: JDK-8288475: Initializing RandomGeneratorFactory.FactoryMapHolder fails if a SecurityManager is installed
duke
- RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v16]
iaroslavski
- RFR: 8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V) [v4]
liach
- Proposal: Collection mutability marker interfaces
forax at univ-mlv.fr
- [BUG]Collections.unmodifiableMap(map).entrySet().iterator().forEachRemaining ismissing null check
some-java-user-99206970363698485155 at vodafonemail.de
- Reduce / avoid ConditionalSpecialCasing.lookUpTable temporary memory allocation
some-java-user-99206970363698485155 at vodafonemail.de
- Why does CompletableFuture use ThreadPerTaskExecutor?
some-java-user-99206970363698485155 at vodafonemail.de
- RFR: 8289711: Add container configuration data to mbeans [v7]
xpbob
- RFR: 8289711: Add container configuration data to mbeans [v8]
xpbob
- RFR: 8289711: Add container configuration data to mbeans [v9]
xpbob
- RFR: 8289711: Add container configuration data to mbeans [v8]
xpbob
- RFR: 8289711: Add container configuration data to mbeans [v9]
xpbob
- RFR: 8289711: Add container configuration data to mbeans [v10]
xpbob
- RFR: 8289711: Add container configuration data to mbeans [v7]
xpbob
- RFR: 8291641: Optimize StackTraceElement.toString()
Сергей Цыпанов
- RFR: 8291641: Optimize StackTraceElement.toString()
Сергей Цыпанов
- RFR: 8291641: Optimize StackTraceElement.toString()
Сергей Цыпанов
- RFR: 8291641: Optimize StackTraceElement.toString()
Сергей Цыпанов
- RFR: 8291641: Optimize StackTraceElement.toString()
Сергей Цыпанов
- RFR: 8291641: Optimize StackTraceElement.toString() [v2]
Сергей Цыпанов
- RFR: 8288327: Executable.hasRealParameterData should not be volatile [v7]
Сергей Цыпанов
- RFR: 8288327: Executable.hasRealParameterData should not be volatile [v7]
Сергей Цыпанов
- Integrated: 8288327: Executable.hasRealParameterData should not be volatile
Сергей Цыпанов
- RFR: 8287908: Use non-cloning reflection methods where acceptable [v3]
Сергей Цыпанов
- RFR: 8292698: Improve performance of DataInputStream
Сергей Цыпанов
- RFR: 8292698: Improve performance of DataInputStream [v2]
Сергей Цыпанов
- RFR: 8292698: Improve performance of DataInputStream
Сергей Цыпанов
- RFR: 8290300: Use standard String-joining tools where applicable [v5]
Сергей Цыпанов
- Integrated: 8290300: Use standard String-joining tools where applicable
Сергей Цыпанов
- RFR: 8290300: Use standard String-joining tools where applicable [v5]
Сергей Цыпанов
- RFR: 8292698: Improve performance of DataInputStream [v3]
Сергей Цыпанов
- RFR: 8292698: Improve performance of DataInputStream
Сергей Цыпанов
- RFR: 8292698: Improve performance of DataInputStream
Сергей Цыпанов
- RFR: 8292698: Improve performance of DataInputStream [v3]
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v2]
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v2]
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v3]
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v2]
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v4]
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v5]
Сергей Цыпанов
- RFR: 8292937: Improve performance of some read operations of RandomAccessFile [v5]
Сергей Цыпанов
- RFR: 8292698: Improve performance of DataInputStream [v4]
Сергей Цыпанов
- RFR: 8293017: Improve hash calculation parallelism in jmod/jlink
Сергей Цыпанов
- More elegant multi-condition groupby. #9719
(11I10I24) 活 动 中 心
Last message date:
Wed Aug 31 23:33:59 UTC 2022
Archived on: Wed Aug 31 23:34:18 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).