February 2023 Archives by subject
Starting: Wed Feb 1 01:12:10 UTC 2023
Ending: Tue Feb 28 23:59:05 UTC 2023
Messages: 1575
- 8281301: Map.of() calls with null argument should throw more contextual information.
Sage Vaillancourt
- 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Roger Riggs
- 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- [jdk20] Integrated: 8301863: ObjectInputFilter example incorrectly calls rejectUndecidedClass
Roger Riggs
- [jdk20] RFR: 8301863: ObjectInputFilter example incorrectly calls rejectUndecidedClass [v2]
Roger Riggs
- [jdk20] RFR: 8301863: ObjectInputFilter example incorrectly calls rejectUndecidedClass [v2]
Lance Andersen
- [jdk20] RFR: 8301864: ObjectInputFilter example incorrectly calls rejectUndecideClass
Roger Riggs
- Avoiding module-boundaries when bootstrapping invokedyanmic/constantdynamic
Rafael Winterhalter
- Avoid string decoding in ZipFile.Source.getEntryPos
Eirik Bjørsnøs
- Convert CorruptedZipFiles to testNG
Eirik Bjørsnøs
- Incorrect capitalization in Arrays.compare and Arrays.mismatch Javadocs
Eirik Bjørsnøs
- Integrated: 6595142: (spec) ByteArrayInputStream treats bytes, not characters
Brian Burkhalter
- Integrated: 8026369: javac potentially ambiguous overload warning needs an improved scheme
Archie L. Cobbs
- Integrated: 8292914: Lambda proxies have unstable names
David M. Lloyd
- Integrated: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- Integrated: 8293667: Align jlink's --compress option with jmod's --compress option
Ian Graves
- Integrated: 8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE
Brian Burkhalter
- Integrated: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
Varada M
- Integrated: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes
Per Minborg
- Integrated: 8300259: Add test coverage for processing of pending block files in signed JARs
Eirik Bjorsnos
- Integrated: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter
Raffaello Giulietti
- Integrated: 8301119: Support for GB18030-2022
Naoto Sato
- Integrated: 8301214: Adjust handshakeTimeout value in test HandshakeTimeout.java after 8189338
Daniel Jeliński
- Integrated: 8301226: Add clamp() methods to java.lang.Math and to StrictMath
Tagir F. Valeev
- Integrated: 8301269: Update Commons BCEL to Version 6.7.0
Joe Wang
- Integrated: 8301367: Add exception handler method to the BaseLdapServer
Aleksei Efimov
- Integrated: 8301578: Perform output outside synchronization in Module.class
Per Minborg
- Integrated: 8301627: System.exit and Runtime.exit debug logging
Roger Riggs
- Integrated: 8301637: ThreadLocalRandom.current().doubles().parallel() contention
kabutz
- Integrated: 8301655: Problemlist jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java on Linux
Jaikiran Pai
- Integrated: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp
SUN Guoyun
- Integrated: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
SUN Guoyun
- Integrated: 8301767: Convert virtual thread tests to JUnit
Alan Bateman
- Integrated: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Eirik Bjorsnos
- Integrated: 8301958: Reduce Arrays.copyOf/-Range overheads
Claes Redestad
- Integrated: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false
Richard Reingruber
- Integrated: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Claes Redestad
- Integrated: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Eirik Bjorsnos
- Integrated: 8302226 failure_handler native.core should wait for coredump to finish
Ludvig Janiuk
- Integrated: 8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
Mandy Chung
- Integrated: 8302315: Examine cost of clone of primitive arrays compared to arraycopy
Claes Redestad
- Integrated: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp
Severin Gehwolf
- Integrated: 8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
Severin Gehwolf
- Integrated: 8302512: Update IANA Language Subtag Registry to Version 2023-02-14
Justin Lu
- Integrated: 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize
Jaikiran Pai
- Integrated: 8302667: Improve message format when failing to load symbols or libraries
Julian Waters
- Integrated: 8302815 Use new Math.clamp method in core libraries
Tagir F. Valeev
- Integrated: 8302863: Speed up String::encodeASCII using countPositives
Claes Redestad
- Integrated: 8302871: Speed up StringLatin1.regionMatchesCI
Eirik Bjorsnos
- Integrated: 8302877: Speed up latin1 case conversions
Eirik Bjorsnos
- Integrated: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Alan Bateman
- Integrated: 8302981: Fix a typo in the doc comment for java.lang.Record.equals
Pavel Rappo
- Integrated: 8303033: Build failure with the micro bench mark
Eirik Bjorsnos
- Integrated: 8303033: Build failure with the micro bench mark
Naoto Sato
- Integrated: 8303033: Build failure with the micro bench mark
Eirik Bjorsnos
- Integrated: 8303033: Build failure with the micro bench mark
Eirik Bjorsnos
- Integrated: 8303033: Build failure with the micro bench mark
Naoto Sato
- Integrated: 8303227: JniObjWithEnv should be NullablePointer compliant
Julian Waters
- Integrated: 8303253: Remove unnecessary calls to super() in java.time value based classes
Roger Riggs
- Integrated: 8303350: Fix mistyped {@code}
Pavel Rappo
- Integrated: JDK-8284236: Remove java/lang/ref/ReferenceEnqueue.java from ProblemList-Xcomp.txt
Mandy Chung
- Integrated: JDK-8299994: java/security/Policy/Root/Root.java fails when home directory is read-only
Bill Huang
- Integrated: JDK-8300098 : java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
Viktor Klang
- Integrated: JDK-8300808: Accelerate Base64 on x86 for AVX2
Scott Gibbons
- Integrated: JDK-8301202: Port fdlibm log to Java
Joe Darcy
- Integrated: JDK-8301392: Port fdlibm log1p to Java
Joe Darcy
- Integrated: JDK-8301396: Port fdlibm expm1 to Java
Joe Darcy
- Integrated: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java
Joe Darcy
- Integrated: JDK-8301460: Clean up LambdaForm to reference BasicType enums directly
Mandy Chung
- Integrated: JDK-8301462: Convert Permission files to use lambda after JDK-8076596
Mandy Chung
- Integrated: JDK-8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
Mandy Chung
- Integrated: JDK-8301833: Add wide-ranging tests for FDLIBM porting
Joe Darcy
- Integrated: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
Joe Darcy
- Integrated: JDK-8302028: Port fdlibm atan2 to Java
Joe Darcy
- Integrated: JDK-8302040: Port fdlibm sqrt to Java
Joe Darcy
- Integrated: JDK-8302800: Augment NaN handling tests of FDLIBM methods
Joe Darcy
- Integrated: JDK-8303072: Memory leak in exeNullCallerTest.cpp
Justin King
- Integrated: Merge jdk20
Jesper Wilhelmsson
- java.util.Date.parse(String) doesn't declare thrown IllegalArgumentException
Andrey Turbanov
- java.util.Date.parse(String) doesn't declare thrown IllegalArgumentException
Roger Riggs
- JEP-198 - Lets start talking about JSON
Ethan McCue
- JEP-198 - Lets start talking about JSON
Ethan McCue
- JEP-198 - Lets start talking about JSON
Brian Goetz
- JEP-198 - Lets start talking about JSON
Remi Forax
- JEP415: FilterInThread Example
Dr Heinz M. Kabutz
- JEP415: FilterInThread Example
Roger Riggs
- JEP415: FilterInThread Example
Dr Heinz M. Kabutz
- JEP415: FilterInThread Example
Dr Heinz M. Kabutz
- JEP415: FilterInThread Example
Roger Riggs
- Made random generation of BigIntegers faster
Fabio Romano
- New class for handling infinite-precision rationals
Fabio Romano
- RFD: Consumer.empty()
Eirik Bjørsnøs
- RFD: Consumer.empty()
Eirik Bjørsnøs
- RFD: Invalid CRC in ZipFile, ZipFileSystem
Eirik Bjørsnøs
- RFD: Invalid CRC in ZipFile, ZipFileSystem
Lance Andersen
- RFD: Invalid CRC in ZipFile, ZipFileSystem
Alan Bateman
- RFD: Invalid CRC in ZipFile, ZipFileSystem
Eirik Bjørsnøs
- RFD: Invalid CRC in ZipFile, ZipFileSystem
Eirik Bjørsnøs
- RFR: 6595142: (spec) ByteArrayInputStream treats bytes, not characters
Brian Burkhalter
- RFR: 6595142: (spec) ByteArrayInputStream treats bytes, not characters
Alan Bateman
- RFR: 6595142: (spec) ByteArrayInputStream treats bytes, not characters
Daniel Jeliński
- RFR: 6595142: (spec) ByteArrayInputStream treats bytes, not characters
Brian Burkhalter
- RFR: 6595142: (spec) ByteArrayInputStream treats bytes, not characters [v2]
Brian Burkhalter
- RFR: 6595142: (spec) ByteArrayInputStream treats bytes, not characters [v2]
Brian Burkhalter
- RFR: 6595142: (spec) ByteArrayInputStream treats bytes, not characters [v2]
Alan Bateman
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme
SWinxy
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v2]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v2]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v2]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v2]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v3]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v3]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v3]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v3]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v3]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v3]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v3]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v3]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v4]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v4]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v4]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v4]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v4]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v5]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v5]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v5]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v5]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v5]
Vicente Romero
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v6]
Archie L. Cobbs
- RFR: 8026369: javac potentially ambiguous overload warning needs an improved scheme [v6]
Vicente Romero
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field
Yi Yang
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field
Yi Yang
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field [v2]
Yi Yang
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field [v2]
Vladimir Kozlov
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field [v2]
Vladimir Kozlov
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field [v2]
Yi Yang
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field [v2]
Vladimir Kozlov
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field [v3]
Yi Yang
- RFR: 8143900: OptimizeStringConcat has an opaque dependency on Integer.sizeTable field [v3]
Vladimir Kozlov
- RFR: 8205592: BigDecimal.doubleValue() is depressingly slow
Andriy Plokhotnyuk
- RFR: 8205592: BigDecimal.doubleValue() is depressingly slow
Raffaello Giulietti
- RFR: 8205592: BigDecimal.doubleValue() is depressingly slow
Andriy Plokhotnyuk
- RFR: 8205592: BigDecimal.doubleValue() is depressingly slow
Raffaello Giulietti
- RFR: 8205592: BigDecimal.doubleValue() is depressingly slow
Andriy Plokhotnyuk
- RFR: 8276799: Implementation of JEP 422: Linux/RISC-V Port [v5]
SUN Guoyun
- RFR: 8282319: java.util.Locale method to stream available Locales
Justin Lu
- RFR: 8282319: java.util.Locale method to stream available Locales
Sergey Tsypanov
- RFR: 8282319: java.util.Locale method to stream available Locales
Justin Lu
- RFR: 8282319: java.util.Locale method to stream available Locales
Sergey Tsypanov
- RFR: 8282319: java.util.Locale method to stream available Locales
Naoto Sato
- RFR: 8282319: java.util.Locale method to stream available Locales [v2]
Justin Lu
- RFR: 8282319: java.util.Locale method to stream available Locales [v2]
Naoto Sato
- RFR: 8282319: java.util.Locale method to stream available Locales [v2]
Lance Andersen
- RFR: 8282319: java.util.Locale method to stream available Locales [v2]
Naoto Sato
- RFR: 8282319: java.util.Locale method to stream available Locales [v2]
Justin Lu
- RFR: 8282319: java.util.Locale method to stream available Locales [v3]
Justin Lu
- RFR: 8282319: java.util.Locale method to stream available Locales [v3]
Lance Andersen
- RFR: 8282319: java.util.Locale method to stream available Locales [v3]
Justin Lu
- RFR: 8282319: java.util.Locale method to stream available Locales [v3]
Roger Riggs
- RFR: 8282319: java.util.Locale method to stream available Locales [v4]
Justin Lu
- RFR: 8282319: java.util.Locale method to stream available Locales [v4]
Justin Lu
- RFR: 8282319: java.util.Locale method to stream available Locales [v4]
Lance Andersen
- RFR: 8282319: java.util.Locale method to stream available Locales [v4]
Lance Andersen
- RFR: 8282319: java.util.Locale method to stream available Locales [v4]
Roger Riggs
- RFR: 8283660: Convert com/sun/jndi/ldap/AbstractLdapNamingEnumeration.java finalizer to Cleaner [v16]
Brent Christian
- RFR: 8283660: Convert com/sun/jndi/ldap/AbstractLdapNamingEnumeration.java finalizer to Cleaner [v16]
Stuart Marks
- RFR: 8284493: Improve computeNextExponential tail performance and accuracy [v16]
Chris Hennick
- RFR: 8289552: Make intrinsic conversions between bit representations of half precision values and floats [v13]
Tobias Hartmann
- RFR: 8292914: Drop the counter from lambda class names
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names
Brian Goetz
- RFR: 8292914: Drop the counter from lambda class names
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names
Brian Goetz
- RFR: 8292914: Drop the counter from lambda class names
John Rose
- RFR: 8292914: Drop the counter from lambda class names [v10]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v10]
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names [v10]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v10]
Roger Riggs
- RFR: 8292914: Drop the counter from lambda class names [v2]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v2]
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names [v2]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v3]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v4]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v4]
Ioi Lam
- RFR: 8292914: Drop the counter from lambda class names [v4]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v5]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v5]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v5]
Ioi Lam
- RFR: 8292914: Drop the counter from lambda class names [v5]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v6]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v6]
ExE Boss
- RFR: 8292914: Drop the counter from lambda class names [v6]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v6]
ExE Boss
- RFR: 8292914: Drop the counter from lambda class names [v6]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v6]
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names [v6]
Vojin Jovanovic
- RFR: 8292914: Drop the counter from lambda class names [v6]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v6]
Vojin Jovanovic
- RFR: 8292914: Drop the counter from lambda class names [v6]
Ioi Lam
- RFR: 8292914: Drop the counter from lambda class names [v6]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v6]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v6]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v6]
Brian Goetz
- RFR: 8292914: Drop the counter from lambda class names [v7]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v7]
Ioi Lam
- RFR: 8292914: Drop the counter from lambda class names [v7]
Brian Goetz
- RFR: 8292914: Drop the counter from lambda class names [v8]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v8]
Joe Darcy
- RFR: 8292914: Drop the counter from lambda class names [v8]
Brian Goetz
- RFR: 8292914: Drop the counter from lambda class names [v8]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v8]
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names [v8]
Ioi Lam
- RFR: 8292914: Drop the counter from lambda class names [v8]
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names [v8]
Brian Goetz
- RFR: 8292914: Drop the counter from lambda class names [v8]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v8]
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names [v8]
Mandy Chung
- RFR: 8292914: Drop the counter from lambda class names [v8]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v9]
David M. Lloyd
- RFR: 8292914: Drop the counter from lambda class names [v9]
Mandy Chung
- RFR: 8292914: Introduce a system property that enables stable names for lambda proxy classes [v7]
David M. Lloyd
- RFR: 8292914: Introduce a system property that enables stable names for lambda proxy classes [v7]
Brian Goetz
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Jatin Bhateja
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Jatin Bhateja
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Jatin Bhateja
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Jatin Bhateja
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Jatin Bhateja
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Quan Anh Mai
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange()
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v2]
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v2]
Quan Anh Mai
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v2]
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v2]
Paul Sandoz
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v2]
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v2]
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v2]
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v3]
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v3]
Xiaohong Gong
- RFR: 8293198: [vectorapi] Improve the implementation of VectorMask.indexInRange() [v3]
Paul Sandoz
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v10]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v11]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v11]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v12]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v12]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v12]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v12]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v13]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v13]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v14]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v14]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v14]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v15]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v15]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v2]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v2]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v2]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v5]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v5]
Jaikiran Pai
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v5]
Jaikiran Pai
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v5]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v6]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v6]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v6]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v6]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v6]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v7]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v8]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v8]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v8]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v9]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v9]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v9]
Ian Graves
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v9]
Mandy Chung
- RFR: 8293667: Align jlink's --compress option with jmod's --compress option [v9]
Ian Graves
- RFR: 8294961: java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes [v2]
Adam Sotona
- RFR: 8294961: java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes [v2]
Mandy Chung
- RFR: 8294961: java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes [v2]
Mandy Chung
- RFR: 8294961: java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes [v2]
Adam Sotona
- RFR: 8294961: java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes [v2]
Adam Sotona
- RFR: 8294961: java.base java.lang.reflect.ProxyGenerator uses ASM to generate proxy classes [v3]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v12]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v13]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v13]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v14]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v15]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v15]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v15]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v16]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v17]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v18]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v19]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v20]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v20]
Jens Lidestrom
- RFR: 8294982: Implementation of Classfile API [v20]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v20]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v20]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Maurizio Cimadamore
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v20]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v21]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v22]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v23]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v24]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v25]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v26]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v27]
Adam Sotona
- RFR: 8294982: Implementation of Classfile API [v28]
Adam Sotona
- RFR: 8296935: Arrays.asList().set() with wrong types throws undocumented ArrayStoreException [v7]
Tingjun Yuan
- RFR: 8296935: Arrays.asList().set() with wrong types throws undocumented ArrayStoreException [v7]
Stuart Marks
- RFR: 8296935: Arrays.asList().set() with wrong types throws undocumented ArrayStoreException [v8]
Tingjun Yuan
- RFR: 8296935: Arrays.asList().set() with wrong types throws undocumented ArrayStoreException [v8]
Tingjun Yuan
- RFR: 8296935: Arrays.asList().set() with wrong types throws undocumented ArrayStoreException [v8]
Stuart Marks
- RFR: 8296935: Arrays.asList().set() with wrong types throws undocumented ArrayStoreException [v8]
Tingjun Yuan
- RFR: 8297587: Upgrade JLine to 3.22.0
Jan Lahoda
- RFR: 8297587: Upgrade JLine to 3.22.0
Vicente Romero
- RFR: 8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE [v6]
Brian Burkhalter
- RFR: 8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE [v6]
Alan Bateman
- RFR: 8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE [v6]
Brian Burkhalter
- RFR: 8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE [v7]
Brian Burkhalter
- RFR: 8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE [v7]
Alan Bateman
- RFR: 8298619: java/io/File/GetXSpace.java is failing
Brian Burkhalter
- RFR: 8298619: java/io/File/GetXSpace.java is failing
Brian Burkhalter
- RFR: 8298619: java/io/File/GetXSpace.java is failing
Alan Bateman
- RFR: 8298619: java/io/File/GetXSpace.java is failing
Brian Burkhalter
- RFR: 8298619: java/io/File/GetXSpace.java is failing
Alan Bateman
- RFR: 8298619: java/io/File/GetXSpace.java is failing
Brian Burkhalter
- RFR: 8298619: java/io/File/GetXSpace.java is failing [v2]
Brian Burkhalter
- RFR: 8298619: java/io/File/GetXSpace.java is failing [v2]
Brian Burkhalter
- RFR: 8298619: java/io/File/GetXSpace.java is failing [v3]
Brian Burkhalter
- RFR: 8298619: java/io/File/GetXSpace.java is failing [v3]
Brian Burkhalter
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test
Daniel Fuchs
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test
Daniel Fuchs
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v2]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v2]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v2]
Daniel Fuchs
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v2]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Daniel Fuchs
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Roger Riggs
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Stuart Marks
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Stuart Marks
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Stuart Marks
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Roger Riggs
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Stuart Marks
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v3]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v4]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v4]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v4]
Stuart Marks
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v4]
Stuart Marks
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v4]
Matthew Donovan
- RFR: 8298939: Refactor open/test/jdk/javax/rmi/ssl/SSLSocketParametersTest.sh to jtreg java test [v5]
Matthew Donovan
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Alan Bateman
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Alan Bateman
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Alan Bateman
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Alan Bateman
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Alan Bateman
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Alan Bateman
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Alan Bateman
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v2]
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v2]
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v2]
Amit Kumar
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v2]
Jaikiran Pai
- RFR: 8299748: java/util/zip/Deinflate.java failing on s390x [v2]
Amit Kumar
- RFR: 8299807: newStringNoRepl should avoid copying arrays for ASCII compatible charsets [v4]
Glavo
- RFR: 8299852: Modernize ConcurrentHashMap [v3]
Per Minborg
- RFR: 8299852: Modernize ConcurrentHashMap [v4]
Per Minborg
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
David Holmes
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
Alan Bateman
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v2]
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v2]
Thomas Stuefe
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v2]
Tyler Steele
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v2]
David Holmes
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v2]
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v2]
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v2]
David Holmes
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v3]
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v3]
Thomas Stuefe
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v3]
Thomas Stuefe
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v4]
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v4]
Varada M
- RFR: 8300139 : [AIX] Use pthreads to avoid JNI_createVM call from primordial thread [v4]
Thomas Stuefe
- RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v2]
Per Minborg
- RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v2]
Per Minborg
- RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v3]
Per Minborg
- RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v3]
Roger Riggs
- RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v4]
Per Minborg
- RFR: 8300235: Use VarHandle access in Image(Input | Output)StreamImpl classes [v4]
Alan Bateman
- RFR: 8300259: Add test coverage for processing of pending block files in signed JARs [v2]
Weijun Wang
- RFR: 8300819: -Dfile.encoding=Cp943C option does not work as expected since jdk18 [v2]
Alan Bateman
- RFR: 8300819: -Dfile.encoding=Cp943C option does not work as expected since jdk18 [v2]
Alan Bateman
- RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v7]
Raffaello Giulietti
- RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v8]
Raffaello Giulietti
- RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v8]
Raffaello Giulietti
- RFR: 8300869: Make use of the Double.toString(double) algorithm in java.util.Formatter [v8]
Naoto Sato
- RFR: 8300917: Regression 2x and bimodal startup on Mac aarch64 in b27
David Holmes
- RFR: 8300917: Regression 2x and bimodal startup on Mac aarch64 in b27
Alan Bateman
- RFR: 8300917: Regression 2x and bimodal startup on Mac aarch64 in b27
Viktor Klang
- RFR: 8300917: Regression 2x and bimodal startup on Mac aarch64 in b27
Per Minborg
- RFR: 8301043: Super-interface for PrintStream and PrintWriter [v2]
Tingjun Yuan
- RFR: 8301119: Support for GB18030-2022
Naoto Sato
- RFR: 8301119: Support for GB18030-2022
Alan Bateman
- RFR: 8301119: Support for GB18030-2022
Sean Coffey
- RFR: 8301119: Support for GB18030-2022
Alan Bateman
- RFR: 8301119: Support for GB18030-2022
Alan Bateman
- RFR: 8301119: Support for GB18030-2022 [v2]
Naoto Sato
- RFR: 8301119: Support for GB18030-2022 [v2]
Naoto Sato
- RFR: 8301119: Support for GB18030-2022 [v2]
Claes Redestad
- RFR: 8301119: Support for GB18030-2022 [v2]
Claes Redestad
- RFR: 8301119: Support for GB18030-2022 [v2]
Alan Bateman
- RFR: 8301119: Support for GB18030-2022 [v2]
Sean Coffey
- RFR: 8301119: Support for GB18030-2022 [v2]
Alan Bateman
- RFR: 8301119: Support for GB18030-2022 [v3]
Naoto Sato
- RFR: 8301119: Support for GB18030-2022 [v3]
Naoto Sato
- RFR: 8301119: Support for GB18030-2022 [v3]
Alan Bateman
- RFR: 8301119: Support for GB18030-2022 [v3]
Ichiroh Takiguchi
- RFR: 8301119: Support for GB18030-2022 [v3]
Sean Coffey
- RFR: 8301119: Support for GB18030-2022 [v3]
Alan Bateman
- RFR: 8301119: Support for GB18030-2022 [v3]
Naoto Sato
- RFR: 8301119: Support for GB18030-2022 [v3]
Ichiroh Takiguchi
- RFR: 8301119: Support for GB18030-2022 [v4]
Naoto Sato
- RFR: 8301119: Support for GB18030-2022 [v4]
Lance Andersen
- RFR: 8301214: Adjust handshakeTimeout value in test HandshakeTimeout.java after 8189338 [v2]
Daniel Jeliński
- RFR: 8301214: Adjust handshakeTimeout value in test HandshakeTimeout.java after 8189338 [v2]
Daniel Jeliński
- RFR: 8301214: Adjust handshakeTimeout value in test HandshakeTimeout.java after 8189338 [v2]
Mark Sheppard
- RFR: 8301214: Adjust handshakeTimeout value in test HandshakeTimeout.java after 8189338 [v2]
Vyom Tewari
- RFR: 8301220: Return value of toArray() of Сollection types from java.base should be trusted [v3]
ExE Boss
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath
Emily
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Sergey Tsypanov
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
ExE Boss
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
ExE Boss
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Quan Anh Mai
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Quan Anh Mai
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
ExE Boss
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v2]
Quan Anh Mai
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v3]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v4]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v4]
Quan Anh Mai
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v4]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v4]
Joe Darcy
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v4]
Joe Darcy
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v4]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v5]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v6]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v6]
Raffaello Giulietti
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v6]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v6]
Raffaello Giulietti
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v7]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Quan Anh Mai
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Quan Anh Mai
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Raffaello Giulietti
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Quan Anh Mai
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Joe Darcy
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Laurent Bourgès
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Karl T
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Tagir F. Valeev
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Karl T
- RFR: 8301226: Add clamp() methods to java.lang.Math and to StrictMath [v8]
Karl T
- RFR: 8301269: Update Commons BCEL to Version 6.7.0
Joe Wang
- RFR: 8301269: Update Commons BCEL to Version 6.7.0
Lance Andersen
- RFR: 8301269: Update Commons BCEL to Version 6.7.0 [v2]
Joe Wang
- RFR: 8301269: Update Commons BCEL to Version 6.7.0 [v2]
Lance Andersen
- RFR: 8301306: java/net/httpclient/* fail with -Xcomp: java.io.IOException: HTTP/1.1 header parser received no bytes [v2]
SUN Guoyun
- RFR: 8301367: Add exception handler method to the BaseLdapServer
Jaikiran Pai
- RFR: 8301367: Add exception handler method to the BaseLdapServer
Vyom Tewari
- RFR: 8301367: Add exception handler method to the BaseLdapServer
Daniel Fuchs
- RFR: 8301367: Add exception handler method to the BaseLdapServer
Aleksei Efimov
- RFR: 8301492: Modernize equals() method of ResourceBundle.CacheKey and Bundles.CacheKey [v2]
Sergey Tsypanov
- RFR: 8301492: Modernize equals() method of ResourceBundle.CacheKey and Bundles.CacheKey [v3]
Sergey Tsypanov
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset
Viktor Klang
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset
Andrey Turbanov
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v2]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v2]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v3]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v4]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v4]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v4]
Sergey Tsypanov
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v4]
cheenar
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v4]
cheenar
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v4]
j3graham
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v4]
Stephen Colebourne
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v5]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v5]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v6]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v6]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v6]
Roger Riggs
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v7]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v8]
Per Minborg
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v8]
Roger Riggs
- RFR: 8301552: Use AtomicReferenceArray for caching instead of CHM in ZoneOffset [v8]
Per Minborg
- RFR: 8301569: list mode of jmod and jimage cannot be used normally in turkish locale
Glavo
- RFR: 8301569: list mode of jmod and jimage cannot be used normally in turkish locale
Glavo
- RFR: 8301569: list mode of jmod and jimage cannot be used normally in turkish locale
Alan Bateman
- RFR: 8301569: list mode of jmod and jimage cannot be used normally in turkish locale
Glavo
- RFR: 8301569: list mode of jmod and jimage cannot be used normally in turkish locale
Glavo
- RFR: 8301569: list mode of jmod and jimage cannot be used normally in turkish locale
Alan Bateman
- RFR: 8301578: Perform output outside synchronization in Module.class
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v2]
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v3]
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v3]
ExE Boss
- RFR: 8301578: Perform output outside synchronization in Module.class [v3]
ExE Boss
- RFR: 8301578: Perform output outside synchronization in Module.class [v3]
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v4]
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v4]
Alan Bateman
- RFR: 8301578: Perform output outside synchronization in Module.class [v4]
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v4]
Alan Bateman
- RFR: 8301578: Perform output outside synchronization in Module.class [v5]
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v6]
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v6]
Alan Bateman
- RFR: 8301578: Perform output outside synchronization in Module.class [v7]
Per Minborg
- RFR: 8301578: Perform output outside synchronization in Module.class [v7]
Alan Bateman
- RFR: 8301627: System.exit and Runtime.exit debug logging
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging
Alan Bateman
- RFR: 8301627: System.exit and Runtime.exit debug logging
Alan Bateman
- RFR: 8301627: System.exit and Runtime.exit debug logging
Daniel Fuchs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v2]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v2]
Alan Bateman
- RFR: 8301627: System.exit and Runtime.exit debug logging [v2]
Daniel Fuchs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v3]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v3]
Daniel Fuchs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v3]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v4]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v4]
Stuart Marks
- RFR: 8301627: System.exit and Runtime.exit debug logging [v4]
Sean Mullan
- RFR: 8301627: System.exit and Runtime.exit debug logging [v4]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v4]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v4]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v4]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v5]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v5]
Alan Bateman
- RFR: 8301627: System.exit and Runtime.exit debug logging [v5]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v6]
Roger Riggs
- RFR: 8301627: System.exit and Runtime.exit debug logging [v6]
Alan Bateman
- RFR: 8301627: System.exit and Runtime.exit debug logging [v6]
Chris Hegarty
- RFR: 8301627: System.exit and Runtime.exit debug logging [v7]
Roger Riggs
- RFR: 8301637: ThreadLocalRandom.current().doubles().parallel() contention
kabutz
- RFR: 8301637: ThreadLocalRandom.current().doubles().parallel() contention
Joe Darcy
- RFR: 8301637: ThreadLocalRandom.current().doubles().parallel() contention
Alan Bateman
- RFR: 8301637: ThreadLocalRandom.current().doubles().parallel() contention
kabutz
- RFR: 8301655: Problemlist jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java on Linux
Jaikiran Pai
- RFR: 8301655: Problemlist jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java on Linux
Lance Andersen
- RFR: 8301655: Problemlist jdk/jdk/nio/zipfs/TestLocOffsetFromZip64EF.java on Linux
Jaikiran Pai
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp
SUN Guoyun
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp
Alan Bateman
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp
SUN Guoyun
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp
Alan Bateman
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp [v2]
SUN Guoyun
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp [v2]
Alan Bateman
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp [v2]
SUN Guoyun
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp [v2]
Alan Bateman
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp [v2]
Jie Fu
- RFR: 8301736: jdk/incubator/concurrent/StructuredTaskScope/StructuredTaskScopeTest.java fail with -Xcomp [v2]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
Roger Riggs
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
Daniel Fuchs
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v2]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v2]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v2]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v2]
Roger Riggs
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v2]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v3]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v3]
Roger Riggs
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v3]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v3]
Mark Sheppard
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v3]
Mark Sheppard
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v3]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v3]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
Mark Sheppard
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
Mark Sheppard
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
Roger Riggs
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
Mark Sheppard
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
Roger Riggs
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
Mark Sheppard
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v4]
Roger Riggs
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v5]
SUN Guoyun
- RFR: 8301737: java/rmi/server/UnicastRemoteObject/serialFilter/FilterUROTest.java fail with -Xcomp [v5]
Roger Riggs
- RFR: 8301767: Convert virtual thread tests to JUnit
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit
Christian Stein
- RFR: 8301767: Convert virtual thread tests to JUnit
Lance Andersen
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Christian Stein
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v2]
Jaikiran Pai
- RFR: 8301767: Convert virtual thread tests to JUnit [v3]
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit [v4]
Alan Bateman
- RFR: 8301767: Convert virtual thread tests to JUnit [v4]
Jaikiran Pai
- RFR: 8301834: Templated Buffer classes leave a lot of empty lines in the generated source
Jaikiran Pai
- RFR: 8301834: Templated Buffer classes leave a lot of empty lines in the generated source
Alan Bateman
- RFR: 8301834: Templated Buffer classes leave a lot of empty lines in the generated source
Jaikiran Pai
- RFR: 8301834: Templated Buffer classes leave a lot of empty lines in the generated source
altrisi
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v10]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v10]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v11]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v12]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v12]
Lance Andersen
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v12]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v12]
Lance Andersen
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v12]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v13]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v14]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v15]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v15]
Lance Andersen
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v15]
Lance Andersen
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v2]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v2]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v2]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v2]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v2]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v2]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v3]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v3]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v4]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v4]
Lance Andersen
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v4]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v4]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v4]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v4]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v4]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v5]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v5]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v6]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v6]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v6]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v6]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v7]
Claes Redestad
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v8]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v9]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v9]
Lance Andersen
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v9]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v9]
Eirik Bjorsnos
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v9]
Lance Andersen
- RFR: 8301873: Avoid string decoding in ZipFile.Source.getEntryPos [v9]
Eirik Bjorsnos
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v2]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v3]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v3]
Alan Bateman
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v3]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v4]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v4]
Alan Bateman
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Stuart Marks
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
John R Rose
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Stuart Marks
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Francesco Nigro
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
John R Rose
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
John R Rose
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Francesco Nigro
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v5]
Claes Redestad
- RFR: 8301958: Avoid Arrays.copyOfRange overhead in java.lang.String [v6]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v10]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v10]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v10]
Alan Bateman
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v7]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v7]
David Schlosnagle
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v7]
David Schlosnagle
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v7]
Francesco Nigro
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v7]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v7]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v7]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v8]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v9]
Claes Redestad
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v9]
David Schlosnagle
- RFR: 8301958: Reduce Arrays.copyOf/-Range overheads [v9]
Alan Bateman
- RFR: 8301958: Reduce Arrays.copyOfRange overheads [v6]
Francesco Nigro
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded
Jorn Vernee
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded
Mandy Chung
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded
Mandy Chung
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Ioi Lam
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Mandy Chung
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Mandy Chung
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Remi Forax
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Thomas Stuefe
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Rémi Forax
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Jorn Vernee
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Thomas Stuefe
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Mandy Chung
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
liach
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
David Holmes
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Alan Bateman
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Coleen Phillimore
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Ioi Lam
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
David Holmes
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Volker Simonis
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Rémi Forax
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Jorn Vernee
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Kasper Nielsen
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Rémi Forax
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Kasper Nielsen
- RFR: 8302154: Hidden classes created by LambdaMetaFactory can't be unloaded [v2]
Mandy Chung
- RFR: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false
Richard Reingruber
- RFR: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false
Goetz Lindenmaier
- RFR: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false
Martin Doerr
- RFR: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false [v2]
Richard Reingruber
- RFR: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false [v2]
Richard Reingruber
- RFR: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false [v2]
Martin Doerr
- RFR: 8302158: PPC: test/jdk/jdk/internal/vm/Continuation/Fuzz.java: AssertionError: res: false shouldPin: false [v2]
Richard Reingruber
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Claes Redestad
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Claes Redestad
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Laurent Bourgès
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Eirik Bjorsnos
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Sergey Tsypanov
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Roger Riggs
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch
Alan Bateman
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch [v2]
Claes Redestad
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch [v2]
Eirik Bjorsnos
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch [v2]
Alan Bateman
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch [v2]
Claes Redestad
- RFR: 8302163: Speed up various String comparison methods with ArraysSupport.mismatch [v2]
Claes Redestad
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Sergey Kuksenko
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Sergey Kuksenko
- RFR: 8302204: Optimize BigDecimal.divide
Louis Wasserman
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Sergey Kuksenko
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Raffaello Giulietti
- RFR: 8302204: Optimize BigDecimal.divide
Andriy Plokhotnyuk
- RFR: 8302204: Optimize BigDecimal.divide
Raffaello Giulietti
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide
Raffaello Giulietti
- RFR: 8302204: Optimize BigDecimal.divide
Xiaowei Lu
- RFR: 8302204: Optimize BigDecimal.divide [v2]
Xiaowei Lu
- RFR: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Jaikiran Pai
- RFR: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Eirik Bjorsnos
- RFR: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Eirik Bjorsnos
- RFR: 8302214: Typo in javadoc of Arrays.compare and Arrays.mismatch
Jaikiran Pai
- RFR: 8302226 failure_handler native.core should wait for coredump to finish [v2]
Ludvig Janiuk
- RFR: 8302226 failure_handler native.core should wait for coredump to finish [v2]
Erik Joelsson
- RFR: 8302226 failure_handler native.core should wait for coredump to finish on linux
Ludvig Janiuk
- RFR: 8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
Mandy Chung
- RFR: 8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
Paul Sandoz
- RFR: 8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
Mandy Chung
- RFR: 8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
Alan Bateman
- RFR: 8302260: VarHandle.describeConstable() fails to return a nominal descriptor for static public fields
Paul Sandoz
- RFR: 8302267: [jittester] Improve separation of test generation and execution
Evgeny Nikitin
- RFR: 8302267: [jittester] Improve separation of test generation and execution [v2]
Evgeny Nikitin
- RFR: 8302267: [jittester] Improve separation of test generation and execution [v2]
Leonid Mesnik
- RFR: 8302267: [jittester] Improve separation of test generation and execution [v2]
Andrey Turbanov
- RFR: 8302315: Examine cost of clone of primitive arrays compared to arraycopy
Claes Redestad
- RFR: 8302315: Examine cost of clone of primitive arrays compared to arraycopy
Claes Redestad
- RFR: 8302315: Examine cost of clone of primitive arrays compared to arraycopy
David Schlosnagle
- RFR: 8302315: Examine cost of clone of primitive arrays compared to arraycopy
Alan Bateman
- RFR: 8302315: Examine cost of clone of primitive arrays compared to arraycopy
Claes Redestad
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp
Alan Bateman
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Alan Bateman
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Jim Laskey
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Jim Laskey
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Jim Laskey
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Jim Laskey
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v2]
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v3]
Severin Gehwolf
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v3]
Jim Laskey
- RFR: 8302325: Wrong comment in java.base/share/native/libjimage/imageFile.hpp [v3]
Severin Gehwolf
- RFR: 8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
Severin Gehwolf
- RFR: 8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
Thomas Stuefe
- RFR: 8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
Jim Laskey
- RFR: 8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
Alan Bateman
- RFR: 8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
Severin Gehwolf
- RFR: 8302337: JDK crashes if lib/modules contains non-zero byte containing ATTRIBUTE_END
Severin Gehwolf
- RFR: 8302512: Update IANA Language Subtag Registry to Version 2023-02-14
Justin Lu
- RFR: 8302512: Update IANA Language Subtag Registry to Version 2023-02-14
Naoto Sato
- RFR: 8302512: Update IANA Language Subtag Registry to Version 2023-02-14 [v2]
Justin Lu
- RFR: 8302512: Update IANA Language Subtag Registry to Version 2023-02-14 [v2]
Justin Lu
- RFR: 8302512: Update IANA Language Subtag Registry to Version 2023-02-14 [v2]
Naoto Sato
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
ExE Boss
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Roger Riggs
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Roger Riggs
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Alan Bateman
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Roger Riggs
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Viktor Klang
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex)
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Roger Riggs
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Viktor Klang
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Alan Bateman
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Alan Bateman
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Alan Bateman
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v2]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v3]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v3]
Raffaello Giulietti
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v3]
Stuart Marks
- RFR: 8302590: Add String.indexOf(int ch, int fromIndex, int toIndex) [v3]
Raffaello Giulietti
- RFR: 8302659: Modernize Windows native code for NetworkInterface
Daniel Fuchs
- RFR: 8302659: Modernize Windows native code for NetworkInterface
Rich DiCroce
- RFR: 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize
Jaikiran Pai
- RFR: 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize
Daniel Jeliński
- RFR: 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize
Daniel Fuchs
- RFR: 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize
Alan Bateman
- RFR: 8302664: Fix several incorrect usages of Preconditions.checkFromIndexSize
Jaikiran Pai
- RFR: 8302667: Improve message format when failing to load symbols or libraries
Julian Waters
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]
Julian Waters
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]
Mandy Chung
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]
Julian Waters
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]
Julian Waters
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]
Mandy Chung
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]
Julian Waters
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v2]
Julian Waters
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v3]
Julian Waters
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v3]
Mandy Chung
- RFR: 8302667: Improve message format when failing to load symbols or libraries [v4]
Julian Waters
- RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
Ravali Yatham
- RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
Ravali Yatham
- RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
liach
- RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
Ravali Yatham
- RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
Alan Bateman
- RFR: 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message
Mandy Chung
- RFR: 8302806: (fs) Remove com.sun.nio.file.SensitivityWatchEventModifier [v3]
Brian Burkhalter
- RFR: 8302806: (fs) Remove com.sun.nio.file.SensitivityWatchEventModifier [v3]
Alan Bateman
- RFR: 8302806: (fs) Remove com.sun.nio.file.SensitivityWatchEventModifier [v4]
Brian Burkhalter
- RFR: 8302806: (fs) Remove com.sun.nio.file.SensitivityWatchEventModifier [v5]
Brian Burkhalter
- RFR: 8302806: (fs) Remove com.sun.nio.file.SensitivityWatchEventModifier [v5]
Alan Bateman
- RFR: 8302806: (fs) Remove com.sun.nio.file.SensitivityWatchEventModifier [v6]
Brian Burkhalter
- RFR: 8302806: (fs) Remove unused enum sun.nio.file.SensitivityWatchEventModifier
Brian Burkhalter
- RFR: 8302806: (fs) Remove unused enum sun.nio.file.SensitivityWatchEventModifier
Alan Bateman
- RFR: 8302806: (fs) Remove unused enum sun.nio.file.SensitivityWatchEventModifier [v2]
Brian Burkhalter
- RFR: 8302815 Use new Math.clamp method in core libraries
Tagir F. Valeev
- RFR: 8302815 Use new Math.clamp method in core libraries [v2]
Tagir F. Valeev
- RFR: 8302815 Use new Math.clamp method in core libraries [v2]
Alan Bateman
- RFR: 8302815 Use new Math.clamp method in core libraries [v2]
Alan Bateman
- RFR: 8302815 Use new Math.clamp method in core libraries [v2]
Tagir F. Valeev
- RFR: 8302815 Use new Math.clamp method in core libraries [v3]
Tagir F. Valeev
- RFR: 8302815 Use new Math.clamp method in core libraries [v3]
Pavel Rappo
- RFR: 8302815 Use new Math.clamp method in core libraries [v3]
Pavel Rappo
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums
liach
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums
ExE Boss
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v2]
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v2]
liach
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v2]
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v2]
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v2]
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v2]
liach
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v2]
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v3]
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v4]
Tingjun Yuan
- RFR: 8302818: Optimize wrapper sets and immutable sets of Enums [v5]
Tingjun Yuan
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
liach
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
Sergey Tsypanov
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
Claes Redestad
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
Jaikiran Pai
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
Claes Redestad
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
David Holmes
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
liach
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
Peter Levart
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
David Holmes
- RFR: 8302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not thread safe
Alan Bateman
- RFR: 8302863: Speed up String::encodeASCII using countPositives
Claes Redestad
- RFR: 8302863: Speed up String::encodeASCII using countPositives
David Schlosnagle
- RFR: 8302863: Speed up String::encodeASCII using countPositives
Claes Redestad
- RFR: 8302863: Speed up String::encodeASCII using countPositives
Claes Redestad
- RFR: 8302863: Speed up String::encodeASCII using countPositives
Alan Bateman
- RFR: 8302863: Speed up String::encodeASCII using countPositives
Brett Okken
- RFR: 8302863: Speed up String::encodeASCII using countPositives
Claes Redestad
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI
David Schlosnagle
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI
David Schlosnagle
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v10]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v10]
Claes Redestad
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v10]
Martin Buchholz
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v10]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v11]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v12]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v12]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v12]
Alan Bateman
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v13]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v14]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v14]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v14]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v14]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v14]
Alan Bateman
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v2]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v3]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v4]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v4]
Claes Redestad
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v4]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v4]
Claes Redestad
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v4]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v5]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v6]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Claes Redestad
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Alan Bateman
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Martin Buchholz
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Martin Buchholz
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
David Holmes
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Martin Buchholz
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Martin Buchholz
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Martin Buchholz
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v7]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v8]
Eirik Bjorsnos
- RFR: 8302871: Speed up StringLatin1.regionMatchesCI [v9]
Eirik Bjorsnos
- RFR: 8302872: Speed up StringLatin1.regionMatchesCI_UTF16
Eirik Bjorsnos
- RFR: 8302872: Speed up StringLatin1.regionMatchesCI_UTF16
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions
Naoto Sato
- RFR: 8302877: Speed up latin1 case conversions
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions
Naoto Sato
- RFR: 8302877: Speed up latin1 case conversions [v2]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v2]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v2]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v2]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v2]
Claes Redestad
- RFR: 8302877: Speed up latin1 case conversions [v2]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v3]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v3]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v3]
Naoto Sato
- RFR: 8302877: Speed up latin1 case conversions [v3]
David Holmes
- RFR: 8302877: Speed up latin1 case conversions [v3]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v3]
Naoto Sato
- RFR: 8302877: Speed up latin1 case conversions [v3]
Eirik Bjorsnos
- RFR: 8302877: Speed up latin1 case conversions [v3]
Eirik Bjorsnos
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Roger Riggs
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Viktor Klang
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor
Martin Buchholz
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v2]
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v2]
Brent Christian
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v2]
Martin Buchholz
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v2]
Martin Buchholz
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v3]
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v3]
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v3]
Daniel Fuchs
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v3]
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v3]
Brent Christian
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v3]
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v3]
Brent Christian
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Daniel Fuchs
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Roger Riggs
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Daniel Fuchs
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Martin Buchholz
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Martin Buchholz
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Martin Buchholz
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Brent Christian
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v4]
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v5]
Alan Bateman
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v5]
Martin Buchholz
- RFR: 8302899: Executors.newSingleThreadExecutor can use Cleaner to shutdown executor [v5]
Brent Christian
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Sandhya Viswanathan
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Vladimir Kozlov
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Joe Darcy
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Joe Darcy
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
David Holmes
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Joe Darcy
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Doug Simon
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Sandhya Viswanathan
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Vladimir Kozlov
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Dean Long
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Vladimir Kozlov
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Sandhya Viswanathan
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Dean Long
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Joe Darcy
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
David Holmes
- RFR: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Sandhya Viswanathan
- RFR: 8302981: Fix a typo in the doc comment for java.lang.Record.equals
Pavel Rappo
- RFR: 8302981: Fix a typo in the doc comment for java.lang.Record.equals
Jaikiran Pai
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider
Madjosz
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider
Naoto Sato
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider
Madjosz
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider [v2]
Madjosz
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider [v2]
Madjosz
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider [v2]
Naoto Sato
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider [v3]
Madjosz
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider [v3]
Andrey Turbanov
- RFR: 8302983: ZoneRulesProvider.registerProvider() twice will remove provider [v4]
Madjosz
- RFR: 8302987: Add uniform and spatially equidistributed bounded float/double streams to RandomGenerator
Raffaello Giulietti
- RFR: 8302987: Add uniform and spatially equidistributed bounded float/double streams to RandomGenerator
Raffaello Giulietti
- RFR: 8302987: Add uniform and spatially equidistributed bounded float/double streams to RandomGenerator
Raffaello Giulietti
- RFR: 8302987: Add uniform and spatially equidistributed bounded float/double streams to RandomGenerator [v2]
Raffaello Giulietti
- RFR: 8302987: Add uniform and spatially equidistributed bounded float/double streams to RandomGenerator [v3]
Raffaello Giulietti
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
Per Minborg
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
Maurizio Cimadamore
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Maurizio Cimadamore
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Maurizio Cimadamore
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v2]
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Maurizio Cimadamore
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Robbin Ehn
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Jorn Vernee
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Robbin Ehn
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Robbin Ehn
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Erik Österlund
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Martin Doerr
- RFR: 8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview) [v3]
Jorn Vernee
- RFR: 8303133: Update ProcessTols.startProcess(...) to exit early if process exit before linePredicate is printed.
Leonid Mesnik
- RFR: 8303133: Update ProcessTols.startProcess(...) to exit early if process exit before linePredicate is printed.
Daniel D. Daugherty
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
Roger Riggs
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed.
Roger Riggs
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v2]
Leonid Mesnik
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v2]
Leonid Mesnik
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v2]
David Holmes
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v2]
Leonid Mesnik
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v2]
David Holmes
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v3]
Leonid Mesnik
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v4]
Leonid Mesnik
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v4]
David Holmes
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v4]
Leonid Mesnik
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v5]
Leonid Mesnik
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v5]
David Holmes
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v5]
Leonid Mesnik
- RFR: 8303133: Update ProcessTools.startProcess(...) to exit early if process exit before linePredicate is printed. [v5]
Roger Riggs
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal
Brian Burkhalter
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal
Lance Andersen
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal
Brian Burkhalter
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal
Lance Andersen
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]
Brian Burkhalter
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]
Lance Andersen
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]
Alan Bateman
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]
Brian Burkhalter
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v2]
Brian Burkhalter
- RFR: 8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal [v3]
Brian Burkhalter
- RFR: 8303186: Missing Classpath exception from Continuation.c
Tyler Steele
- RFR: 8303198: System and Runtime.exit() resilience to logging errors
Roger Riggs
- RFR: 8303198: System and Runtime.exit() resilience to logging errors
Alan Bateman
- RFR: 8303198: System and Runtime.exit() resilience to logging errors
Roger Riggs
- RFR: 8303198: System and Runtime.exit() resilience to logging errors
David Holmes
- RFR: 8303198: System and Runtime.exit() resilience to logging errors
Roger Riggs
- RFR: 8303198: System and Runtime.exit() resilience to logging errors
David Holmes
- RFR: 8303198: System and Runtime.exit() resilience to logging errors
Alan Bateman
- RFR: 8303227: JniObjWithEnv should be NullablePointer compliant
Julian Waters
- RFR: 8303227: JniObjWithEnv should be NullablePointer compliant
Julian Waters
- RFR: 8303227: JniObjWithEnv should be NullablePointer compliant
Alexey Semenyuk
- RFR: 8303232: java.util.Date.parse(String) and java.util.Date(String) don't declare thrown IllegalArgumentException
Justin Lu
- RFR: 8303232: java.util.Date.parse(String) and java.util.Date(String) don't declare thrown IllegalArgumentException
Jaikiran Pai
- RFR: 8303232: java.util.Date.parse(String) and java.util.Date(String) don't declare thrown IllegalArgumentException
Alan Bateman
- RFR: 8303232: java.util.Date.parse(String) and java.util.Date(String) don't declare thrown IllegalArgumentException
Lance Andersen
- RFR: 8303232: java.util.Date.parse(String) and java.util.Date(String) don't declare thrown IllegalArgumentException
Naoto Sato
- RFR: 8303253: Remove unnecessary calls to super() in java.time value based classes
Roger Riggs
- RFR: 8303253: Remove unnecessary calls to super() in java.time value based classes
Naoto Sato
- RFR: 8303253: Remove unnecessary calls to super() in java.time value based classes
Mandy Chung
- RFR: 8303253: Remove unnecessary calls to super() in java.time value based classes
Lance Andersen
- RFR: 8303266: Prefer ArrayList to LinkedList in JImageTask
Andrey Turbanov
- RFR: 8303266: Prefer ArrayList to LinkedList in JImageTask
Jim Laskey
- RFR: 8303266: Prefer ArrayList to LinkedList in JImageTask
Roger Riggs
- RFR: 8303266: Prefer ArrayList to LinkedList in JImageTask
Andrey Turbanov
- RFR: 8303350: Fix mistyped {@code}
Pavel Rappo
- RFR: 8303350: Fix mistyped {@code}
Jaikiran Pai
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark
Eirik Bjorsnos
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark
Eric Caspole
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark
Sandhya Viswanathan
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v2]
Eirik Bjorsnos
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v2]
Eirik Bjorsnos
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v3]
Eirik Bjorsnos
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v3]
Sandhya Viswanathan
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v3]
Eirik Bjorsnos
- RFR: 8303401: Add a Vector API equalsIgnoreCase micro benchmark [v3]
Paul Sandoz
- RFR: JDK-8266431: Dual-Pivot Quicksort improvements (Radix sort) [v18]
Laurent Bourgès
- RFR: JDK-8284236: Remove java/lang/ref/ReferenceEnqueue.java from ProblemList-Xcomp.txt
Mandy Chung
- RFR: JDK-8284236: Remove java/lang/ref/ReferenceEnqueue.java from ProblemList-Xcomp.txt
Alan Bateman
- RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v35]
Jim Laskey
- RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v36]
Jim Laskey
- RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v37]
Jim Laskey
- RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v38]
Jim Laskey
- RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v39]
Jim Laskey
- RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v40]
Jim Laskey
- RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v41]
Jim Laskey
- RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v42]
Jim Laskey
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Doug Lea
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Martin Buchholz
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Martin Buchholz
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Martin Buchholz
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Martin Buchholz
- RFR: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing [v2]
Viktor Klang
- RFR: JDK-8297605 DelayQueue javadoc is confusing [v2]
Doug Lea
- RFR: JDK-8299994: java/security/Policy/Root/Root.java fails when home directory is read-only [v3]
Bill Huang
- RFR: JDK-8299994: java/security/Policy/Root/Root.java fails when home directory is read-only [v4]
Bill Huang
- RFR: JDK-8299994: java/security/Policy/Root/Root.java fails when home directory is read-only [v5]
Bill Huang
- RFR: JDK-8299994: java/security/Policy/Root/Root.java fails when home directory is read-only [v5]
Rajan Halade
- RFR: JDK-8300098 : java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
Jaikiran Pai
- RFR: JDK-8300098 : java/util/concurrent/ConcurrentHashMap/ConcurrentAssociateTest.java fails with internal timeout when executed with TieredCompilation1/3
Alan Bateman
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v10]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v11]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v11]
Sandhya Viswanathan
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v11]
Sandhya Viswanathan
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v11]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v11]
Sandhya Viswanathan
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v11]
Jatin Bhateja
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v12]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v13]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v14]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Jatin Bhateja
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Claes Redestad
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Sandhya Viswanathan
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Claes Redestad
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Claes Redestad
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Sandhya Viswanathan
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v15]
Sandhya Viswanathan
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v16]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v17]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v17]
Sandhya Viswanathan
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v17]
Claes Redestad
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v17]
Sandhya Viswanathan
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v17]
Claes Redestad
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v6]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v7]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v7]
Claes Redestad
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v7]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v7]
Claes Redestad
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v7]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v7]
Claes Redestad
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v8]
Scott Gibbons
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v8]
Jatin Bhateja
- RFR: JDK-8300808: Accelerate Base64 on x86 for AVX2 [v9]
Scott Gibbons
- RFR: JDK-8301202: Port fdlibm log to Java
Joe Darcy
- RFR: JDK-8301202: Port fdlibm log to Java
Joe Darcy
- RFR: JDK-8301202: Port fdlibm log to Java
Raffaello Giulietti
- RFR: JDK-8301202: Port fdlibm log to Java [v2]
Joe Darcy
- RFR: JDK-8301202: Port fdlibm log to Java [v2]
Joe Darcy
- RFR: JDK-8301202: Port fdlibm log to Java [v3]
Joe Darcy
- RFR: JDK-8301202: Port fdlibm log to Java [v3]
Brian Burkhalter
- RFR: JDK-8301202: Port fdlibm log to Java [v4]
Joe Darcy
- RFR: JDK-8301392: Port fdlibm log1p to Java [v3]
Joe Darcy
- RFR: JDK-8301392: Port fdlibm log1p to Java [v3]
Joe Darcy
- RFR: JDK-8301392: Port fdlibm log1p to Java [v4]
Joe Darcy
- RFR: JDK-8301392: Port fdlibm log1p to Java [v4]
Raffaello Giulietti
- RFR: JDK-8301392: Port fdlibm log1p to Java [v4]
Raffaello Giulietti
- RFR: JDK-8301392: Port fdlibm log1p to Java [v4]
Joe Darcy
- RFR: JDK-8301392: Port fdlibm log1p to Java [v5]
Joe Darcy
- RFR: JDK-8301392: Port fdlibm log1p to Java [v5]
Brian Burkhalter
- RFR: JDK-8301396: Port fdlibm expm1 to Java
Joe Darcy
- RFR: JDK-8301396: Port fdlibm expm1 to Java
Andrey Turbanov
- RFR: JDK-8301396: Port fdlibm expm1 to Java
Raffaello Giulietti
- RFR: JDK-8301396: Port fdlibm expm1 to Java [v2]
Joe Darcy
- RFR: JDK-8301396: Port fdlibm expm1 to Java [v2]
Joe Darcy
- RFR: JDK-8301396: Port fdlibm expm1 to Java [v2]
Brian Burkhalter
- RFR: JDK-8301396: Port fdlibm expm1 to Java [v2]
Alan Bateman
- RFR: JDK-8301396: Port fdlibm expm1 to Java [v2]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java
Andrey Turbanov
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java
Raffaello Giulietti
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java
Raffaello Giulietti
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v10]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v11]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v11]
Brian Burkhalter
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v2]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v2]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v2]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v3]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v3]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v3]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v3]
Raffaello Giulietti
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v3]
Magnus Ihse Bursie
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v3]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v3]
Magnus Ihse Bursie
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v3]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v4]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v5]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v6]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v7]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v8]
Joe Darcy
- RFR: JDK-8301444: Port fdlibm hyperbolic transcendental functions to Java [v9]
Joe Darcy
- RFR: JDK-8301460: Clean up LambdaForm to reference BasicType enums directly
Mandy Chung
- RFR: JDK-8301460: Clean up LambdaForm to reference BasicType enums directly
Jorn Vernee
- RFR: JDK-8301460: Clean up LambdaForm to reference BasicType enums directly
Sergey Tsypanov
- RFR: JDK-8301460: Clean up LambdaForm to reference BasicType enums directly [v2]
Mandy Chung
- RFR: JDK-8301460: Clean up LambdaForm to reference BasicType enums directly [v2]
Mandy Chung
- RFR: JDK-8301460: Clean up LambdaForm to reference BasicType enums directly [v2]
Mandy Chung
- RFR: JDK-8301460: Clean up LambdaForm to reference BasicType enums directly [v2]
Jorn Vernee
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596
Mandy Chung
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596
Jaikiran Pai
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v2]
Mandy Chung
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v2]
Mandy Chung
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v2]
Jaikiran Pai
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v2]
Daniel Fuchs
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v2]
Sean Mullan
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v2]
Mandy Chung
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v3]
Mandy Chung
- RFR: JDK-8301462: Convert Permission files to use lambda after JDK-8076596 [v3]
Sean Mullan
- RFR: JDK-8301621: libzip should use pread instead of lseek+read
Justin King
- RFR: JDK-8301621: libzip should use pread instead of lseek+read
Alan Bateman
- RFR: JDK-8301621: libzip should use pread instead of lseek+read
Vyom Tewari
- RFR: JDK-8301621: libzip should use pread instead of lseek+read
Justin King
- RFR: JDK-8301637: Fixed bug that regressed TLR.doubles()
kabutz
- RFR: JDK-8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
Mandy Chung
- RFR: JDK-8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
Roger Riggs
- RFR: JDK-8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
Mandy Chung
- RFR: JDK-8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded
Roger Riggs
- RFR: JDK-8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded [v2]
Mandy Chung
- RFR: JDK-8301704: Shorten the number of GCs in UnloadingTest.java to verify a class loader not being unloaded [v2]
Roger Riggs
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Joe Darcy
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Joe Darcy
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Alan Bateman
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Joe Darcy
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Alan Bateman
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Alan Bateman
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Brian Burkhalter
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Brian Burkhalter
- RFR: JDK-8301833: Add manual tests for FDLIBM porting
Joe Darcy
- RFR: JDK-8301833: Add manual tests for FDLIBM porting [v2]
Joe Darcy
- RFR: JDK-8301833: Add manual tests for FDLIBM porting [v2]
Joe Darcy
- RFR: JDK-8301833: Add manual tests for FDLIBM porting [v2]
Brian Burkhalter
- RFR: JDK-8301833: Add manual tests for FDLIBM porting [v2]
Brian Burkhalter
- RFR: JDK-8301833: Add wide-ranging tests for FDLIBM porting [v3]
Joe Darcy
- RFR: JDK-8301833: Add wide-ranging tests for FDLIBM porting [v3]
Alan Bateman
- RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
Joe Darcy
- RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
Joe Darcy
- RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
Joe Darcy
- RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java
Raffaello Giulietti
- RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java [v2]
Joe Darcy
- RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java [v2]
Brian Burkhalter
- RFR: JDK-8302026: Port fdlibm inverse trig functions (asin, acos, atan) to Java [v3]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java
Brian Burkhalter
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v2]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v2]
Raffaello Giulietti
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v2]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v2]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v2]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v2]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v2]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v2]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v3]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v4]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v5]
Joe Darcy
- RFR: JDK-8302028: Port fdlibm atan2 to Java [v5]
Brian Burkhalter
- RFR: JDK-8302040: Port fdlibm sqrt to Java
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java
Raffaello Giulietti
- RFR: JDK-8302040: Port fdlibm sqrt to Java
Raffaello Giulietti
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v2]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v2]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v2]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v3]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v3]
Brian Burkhalter
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v3]
Andrey Turbanov
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v3]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v3]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v4]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v5]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v5]
Joe Darcy
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v5]
Tobias Hartmann
- RFR: JDK-8302040: Port fdlibm sqrt to Java [v5]
Andrey Turbanov
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Raffaello Giulietti
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Raffaello Giulietti
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Roger Riggs
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Roger Riggs
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Roger Riggs
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Roger Riggs
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v2]
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v2]
Raffaello Giulietti
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v2]
Tagir F. Valeev
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v2]
Tagir F. Valeev
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v2]
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v2]
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v2]
Tagir F. Valeev
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
Tagir F. Valeev
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
Tagir F. Valeev
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
John Hendrikx
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
Alan Bateman
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
Alan Bateman
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v3]
Roger Riggs
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v4]
Jim Laskey
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v4]
Tagir F. Valeev
- RFR: JDK-8302323 Add repeat methods to StringBuilder/StringBuffer [v4]
Roger Riggs
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask
Per Minborg
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask
Paul Sandoz
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask
Paul Sandoz
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v2]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v2]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v2]
Paul Sandoz
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v2]
ExE Boss
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v2]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v2]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v2]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v3]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v4]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v4]
ExE Boss
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v4]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v5]
Viktor Klang
- RFR: JDK-8302666: Replace CHM with VarHandle in ForeachOrderedTask [v5]
Paul Sandoz
- RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods
Joe Darcy
- RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods
Raffaello Giulietti
- RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods
Joe Darcy
- RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods
Brian Burkhalter
- RFR: JDK-8302800: Augment NaN handling tests of FDLIBM methods [v2]
Joe Darcy
- RFR: JDK-8303072: Memory leak in exeNullCallerTest.cpp
Justin King
- RFR: JDK-8303072: Memory leak in exeNullCallerTest.cpp
David Holmes
- RFR: JDK-8303072: Memory leak in exeNullCallerTest.cpp
Justin King
- RFR: Merge jdk20
Jesper Wilhelmsson
- Speed up latin1 case folding
Eirik Bjørsnøs
- Speed up latin1 case folding
Claes Redestad
- Speed up StringLatin1.regionMatchesCI
Eirik Bjørsnøs
- Speed up StringLatin1.regionMatchesCI
Claes Redestad
- Speed up StringLatin1.regionMatchesCI_UTF16
Eirik Bjørsnøs
- Speed up StringLatin1.regionMatchesCI_UTF16
Claes Redestad
- String encodeASCII
Brett Okken
- String encodeASCII
Claes Redestad
- String encodeASCII
Brett Okken
- String encodeASCII
Claes Redestad
- String encoding to ByteBuffer
Carl M
- Update TestTooManyEntries to run non-manual
Eirik Bjørsnøs
- Withdrawn: 6478546: FileInputStream.read() throws OutOfMemoryError when there is plenty available
duke
- Withdrawn: 8296935: Arrays.asList().set() with wrong types throws undocumented ArrayStoreException
Tingjun Yuan
- Withdrawn: 8297271: AccessFlags should be specific to class file version
Roger Riggs
- Withdrawn: 8297632: InputStream.transferTo() method should specify what the return value should be when the number of bytes transfered is larger than Long.MAX_VALUE
duke
- Withdrawn: 8298638: Cleanup of unix java_md.c for better re-exec handling
duke
- Withdrawn: 8301834: Templated Buffer classes leave a lot of empty lines in the generated source
Jaikiran Pai
- Withdrawn: 8302806: (fs) Remove com.sun.nio.file.SensitivityWatchEventModifier
Brian Burkhalter
- Withdrawn: 8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
Sandhya Viswanathan
- Withdrawn: JDK-8297605 DelayQueue javadoc is confusing
Viktor Klang
Last message date:
Tue Feb 28 23:59:05 UTC 2023
Archived on: Tue Feb 28 23:59:10 UTC 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).