Commits
User selector
Commit History
Commits on May 21, 2021
8203359: Container level resources events
Show description for ee2651bcommitted
Jaroslav Bachorik
Commits on May 20, 2021
8261880: Change nested classes in java.base to static nested classes where possible
Show description for 9425d3dauthored andcommitted8260517: implement Sealed Classes as a standard feature in Java
Show description for 0fa9223andcommitted

Commits on May 19, 2021
8267321: Use switch expression for VarHandle$AccessMode lookup
Show description for 9760dbacommitted8256973: Intrinsic creation for VectorMask query (lastTrue,firstTrue,trueCount) APIs
Show description for 7aa6568committed
Jatin Bhateja
Commits on May 17, 2021
8264777: Overload optimized FileInputStream::readAllBytes
Show description for da4dfdecommitted
Brian Burkhalter
Commits on May 14, 2021
8266291: (jrtfs) Calling Files.exists may break the JRT filesystem
Show description for af4cd04committed8266622: Optimize Class.descriptorString() and Class.getCanonicalName0()
Show description for ebcf399authored andcommitted8265605: Cannot call BootLoader::loadClassOrNull before initPhase2
Show description for 1e0ecd6committed
Commits on May 13, 2021
8266552: Technical corrections to java/util/random/package-info.java
Show description for b4371e9committed
Jim Laskey8243287: Removal of Unsafe::defineAnonymousClass
Show description for e14b026committed
Harold Seigel
Commits on May 11, 2021
8266857: PipedOutputStream.sink should be volatile
Show description for d0daa72committed
Commits on May 10, 2021
8265208: [JEP-356] : SplittableRandom and SplittableGenerators - splits() methods does not throw NullPointerException when source is null
Show description for 0cc7833committed
Jim Laskey8266774: System property values for stdout/err on Windows UTF-8
Show description for c494efccommitted8266797: Fix for 8266610 breaks the build on macos
Show description for b823b3ecommitted
Vyom Tewari8241248: NullPointerException in sun.security.ssl.HKDF.extract(HKDF.java:93)
Show description for 1603ca2authored andcommitted

8266610: Method RandomAccessFile#length() returns 0 for block devices on linux.
Show description for 69b96f9committed
Vyom Tewari
Commits on May 8, 2021
8266369: (se) Add wepoll based Selector
Show description for be4f25bcommitted
Alan Bateman
Commits on May 7, 2021
8266589: (fs) Improve performance of Files.copy() on macOS using copyfile(3)
Show description for b5b3119committed
Brian Burkhalter8265426: Update java.security to use instanceof pattern variable
Show description for 86b8dc9committed8262992: Improve `@see` output
Show description for e0c8688committed8265465: jcmd VM.cds should keep already dumped archive when exception happens
Show description for 43ad24fcommitted
Commits on May 6, 2021
8266293: Key protection using PBEWithMD5AndDES fails with "java.security.InvalidAlgorithmParameterException: Salt must be 8 bytes long"
Show description for 04f7112committed8266168: -Wmaybe-uninitialized happens in check_code.c
Show description for 0f9852ccommitted
Commits on May 5, 2021
8260621: (jrtfs) ThreadLocal memory leak in ImageBufferCache when using jrtfs
Show description for c9873c4committed
Commits on May 4, 2021
8265989: System property for the native character encoding name
Show description for 4e96b31committed8265279: Remove unused RandomGeneratorFactory.all(Class<T> category)
Show description for 770dfc1committed
Jim Laskey8265137: java.util.Random suddenly has new public methods nowhere documented
Show description for 05e6017committed
Jim Laskey
Commits on May 3, 2021
8266391: Replace use of reflection in jdk.internal.platform.Metrics
Show description for 3544a9dcommitted
Mandy Chung8266320: (bf) ReadOnlyBufferException in heap buffer put(String,int,int) should not be conditional
Show description for 45760d4authored andcommitted
Commits on May 1, 2021
8265356: need code example for getting canonical constructor of a Record
Show description for 3e667cccommitted
Commits on Apr 30, 2021
8266155: Convert java.base to use Stream.toList()
Show description for dd05158authored andcommitted
8266220: keytool still prompt for store password on a password-less pkcs12 file if -storetype pkcs12 is specified
Show description for 48bb996committed8236671: NullPointerException in JKS keystore
Show description for 276a1bfcommitted
Commits on Apr 29, 2021
8266078: Reader.read(CharBuffer) advances Reader position for read-only Charbuffers
Show description for 5f15666committed
Brian Burkhalter