Commits
User selector
Commit History
Commits on Sep 27, 2021
8274367: Re-indent stack-trace examples for Throwable.printStackTrace
Show description for c880b87committed
Commits on Sep 23, 2021
8274075: Fix miscellaneous typos in java.base
Show description for 8799856committed
Commits on Sep 22, 2021
8271602: Add Math.ceilDiv() family parallel to Math.floorDiv() family
Show description for da38cedauthored andcommitted
8274003: ProcessHandleImpl.Info toString has an if check which is always true
Show description for 33df388committed
Roger Riggs8274071: Clean up java.lang.ref comments and documentation
Show description for c6df3c9committed
Commits on Sep 21, 2021
8274031: Typo in StringBuilder.readObject
Show description for 9c91ff5committed
Commits on Sep 15, 2021
8273656: Improve java.lang.invoke.MethodType.parameterList() and its usage
Show description for 4c673dfauthored andcommitted
Commits on Sep 13, 2021
8273616: Fix trivial doc typos in the java.base module
Show description for b4b1210committed8273259: Character.getName doesn't follow Unicode spec for ideographs
Show description for 4cfa230committed
Commits on Sep 10, 2021
8273194: Document the two possible cases when Lookup::ensureInitialized returns
Show description for ec9d1becommitted
Mandy Chung
Commits on Sep 8, 2021
8273329: Remove redundant null check from String.getBytes(String charsetName)
Show description for e5f298aauthored andcommitted8273000: Remove WeakReference-based class initialisation barrier implementation
Show description for faa942ccommitted
Vladimir Ivanov8078641: MethodHandle.asTypeCache can retain classes from unloading
Show description for 21012f2andcommitted

Commits on Aug 31, 2021
8271225: Add floorDivExact() method to java.lang.[Strict]Math
Show description for e551852committed
Brian Burkhalter8273100: Improve AbstractStringBuilder.append(String) when using CompactStrings
Show description for 98fa533committed
Commits on Aug 30, 2021
8272347: ObjectMethods::bootstrap should specify NPE if any argument except lookup is null
Show description for 0609421committed
Vicente Romero8260265: UTF-8 by Default
Show description for 7fc8540committed
Commits on Aug 27, 2021
8273091: Doc of [Strict]Math.floorDiv(long,int) erroneously documents int in @return tag
Show description for 5116784authored andcommitted
Commits on Aug 18, 2021
8272626: Avoid C-style array declarations in java.*
Show description for 30b0f82committed
Commits on Aug 12, 2021
8267844: Replace Integer/Long.valueOf() with Integer/Long.parse*() where applicable
Show description for b29fbadauthored andcommitted8271732: Regression in StringBuilder.charAt bounds checking
Show description for a15b659committed
Commits on Aug 11, 2021
8271862: C2 intrinsic for Reference.refersTo() is often not used
Show description for 3f723cacommitted
Commits on Aug 10, 2021
8271601: Math.floorMod(int, int) and Math.floorMod(long, long) differ in their logic
Show description for 66d1faaauthored andcommitted
Commits on Aug 6, 2021
8271208: Typo in ModuleDescriptor.read javadoc
Show description for e38e365committed
Commits on Aug 4, 2021
8271888: build error after JDK-8271599
Show description for 91bbe2fcommitted8271599: Javadoc of floorDiv() and floorMod() families is inaccurate in some places
Show description for 9f1edafauthored andcommitted
Commits on Aug 2, 2021
8271624: Avoid unnecessary ThreadGroup.checkAccess calls when creating Threads
Show description for 0b95394committed8271627: Use local field access in favor of Class.getClassLoader0
Show description for e621cffcommitted8271611: Use SecurityConstants.ACCESS_PERMISSION in MethodHandles
Show description for 7a4c754committed8263561: Re-examine uses of LinkedList
Show description for 249d641authored andcommitted8268113: Re-use Long.hashCode() where possible
Show description for 6a3f834authored andcommitted8270160: Remove redundant bounds check from AbstractStringBuilder.charAt()
Show description for 2536e43authored andcommitted8266972: Use String.concat() in j.l.Class where invokedynamic-based String concatenation is not available
Show description for 6c4c48fauthored andcommitted8269665: Clean-up toString() methods of some primitive wrappers
Show description for 72145f3authored andcommitted
Commits on Jul 29, 2021
8271396: Spelling errors
Show description for d09b028authored andcommitted