aboutsummaryrefslogtreecommitdiff
path: root/src/java.base/share/classes/java
AgeCommit message (Expand)Author
2023-08-128313809: String template fails with java.lang.StringIndexOutOfBoundsException...Jim Laskey
2023-08-048039165: [Doc] MessageFormat null locale generates NullPointerExceptionJustin Lu
2023-08-048310033: Clarify return value of Java Time compareTo methodsRoger Riggs
2023-07-228300596: Enhance Jar Signature validationHai-May Chao
2023-07-228302483: Enhance ZIP performanceLance Andersen
2023-07-228310814: Clarify the targetName parameter of Lookup::findClassMandy Chung
2023-07-148311867: StructuredTaskScope.shutdown does not interrupt newly started threadsAlan Bateman
2023-07-146960866: [Fmt-Ch] ChoiceFormat claims impossible and unimplemented functionalityJustin Lu
2023-07-148306785: fix deficient spliterators for Sequenced CollectionsStuart Marks
2023-07-148308694: Clarify reversed() default methods' implementation requirementsStuart Marks
2023-07-148310892: ScopedValue throwing StructureViolationException should be clearerAlan Bateman
2023-07-148311593: Minor doc issue in MemorySegment::copyMaurizio Cimadamore
2023-07-078311122: Fix typos in java.basePavel Rappo
2023-07-078254566: Clarify the spec of ClassLoader::getClassLoadingLock for non-paralle...Mandy Chung
2023-07-078309819: Clarify API note in Class::getName and MethodType::toMethodDescripto...Chen Liang
2023-07-078310838: Correct range notations in MethodTypeDesc specificationChen Liang
2023-06-308311115: Type in java.lang.reflect.AccessFlag.METHOD_PARAMETERJoe Darcy
2023-06-308310405: Linker.Option.firstVariadicArg should specify which index values are...Jorn Vernee
2023-06-308310830: typo in the parameter name in @throws of ClassDesc::ofDescriptorJoe Darcy
2023-06-308310975: java.util.FormatItemModifier should not be protectedJim Laskey
2023-06-308310182: DateTimeFormatter date formats (ISO_LOCAL_DATE) separated with hyphe...Naoto Sato
2023-06-308310242: Clarify the name parameter to Class::forNameMandy Chung
2023-06-308310868: Thread.interrupt() method's javadoc has an incorrect {@link}Jaikiran Pai
2023-06-308304885: Reuse stale data to improve DNS resolver resiliencySergey Bylokhov
2023-06-238309853: StructuredTaskScope.join description improvementsjb21-b172Alan Bateman
2023-06-238310053: VarHandle and slice handle derived from layout are lacking alignment...Jorn Vernee
2023-06-238309937: Add @sealedGraph for some Panama FFM interfacesPer Minborg
2023-06-168307508: IndirectVarHandle.isAccessModeSupported throws NPEChen Liang
2023-06-168309882: LinkedHashMap adds an errant serializable fieldStuart Marks
2023-06-168309955: Matcher uses @since {@inheritDoc}Raffaello Giulietti
2023-06-168308645: Javadoc of FFM API needs to be refreshedMaurizio Cimadamore
2023-06-098306431: File.listRoots method description should be re-examinedNagata-Haruhito
2023-06-098309515: Stale cached data from Matcher.namedGroups() after Matcher.usePattern()Raffaello Giulietti
2023-06-098308031: Linkers should reject unpromoted variadic parametersJorn Vernee
2023-06-098305763: Parsing a URI with an underscore goes through a silent exception, ne...Dhamoder Nalla
2023-06-098306647: Implementation of Structured Concurrency (Preview)Alan Bateman
2023-06-098295071: Spec Clarification : ClassFileFormatVersion: System property java.cl...Joe Darcy
2023-06-098307840: SequencedMap view method specification and implementation adjustmentsStuart Marks
2023-06-098301721: lookup.findSpecial fails on Object method call from interfaceMandy Chung
2023-06-098309413: Improve the performance of MethodTypeDesc::descriptorStringChen Liang
2023-06-098308167: SequencedMap::firstEntry throws NPE when first entry has null key or...Stuart Marks
2023-06-098306112: Implementation of JEP 445: Unnamed Classes and Instance Main Methods...Jim Laskey
2023-06-098291966: SwitchBootstrap.typeSwitch could be fasterJan Lahoda
2023-06-098302822: Method/Field/Constructor/RecordComponent::getGenericInfo() is not th...Chen Liang
2023-06-098299505: findVirtual on array classes incorrectly restricts the receiver typeChen Liang
2023-06-098308316: Default decomposition mode in CollatorNaoto Sato
2023-06-028307944: ClassFileDumper should only load java.nio.file.Path if enabledMandy Chung
2023-06-028308987: Update java.lang.Class to use javadoc snippetsJoe Darcy
2023-06-028297878: KEM: ImplementationWeijun Wang
2023-05-268159023: Engineering notation of DecimalFormat does not work as documentedjb21-b139.1jb21-b139Justin Lu