/
githubmirror
/
jdk21u
ОбзорДокументацияВойти
/
githubmirror
/
jdk21u
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
jdk21u/
.../java/util/
..
AbstractCollection

8193300: Miscellaneous changes imported from jsr166 CVS 2018-01

9 лет назад
AbstractList

8161558: ListIterator should not discard cause on exception

6 лет назад
AbstractMap

8308167: SequencedMap::firstEntry throws NPE when first entry has null key or value

3 года назад
AbstractSequentialList

8193300: Miscellaneous changes imported from jsr166 CVS 2018-01

9 лет назад
ArrayDeque

8206123: ArrayDeque created with default constructor can only hold 15 elements

8 лет назад
ArrayList

8249834: java/util/ArrayList/Bug8146568.java and j/u/Vector/Bug8148174.java use @ignore w/o bug-id

4 года назад
Arrays

8267174: Many test files have the wrong Copyright header

год назад
Base64

8295470: Update openjdk.java.net => openjdk.org URLs in test code

4 года назад
BitSet

8225397: Integer value miscalculation in toString() method of BitSet

7 лет назад
Calendar

8373716: Refactor further java/util tests from TestNG to JUnit

4 месяца назад
Collection

8266571: Sequenced Collections

3 года назад
Collections

8314236: Overflow in Collections.rotate

год назад
Comparator

8237589: Fix copyright header formatting

7 лет назад
Currency

8368308: ISO 4217 Amendment 180 Update

10 месяцев назад
Date

8347841: Test fixes that use deprecated time zone IDs

10 месяцев назад
Deque

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
DoubleStreamSums

8294705: Disable an assertion in test/jdk/java/util/DoubleStreamSums/CompensatedSums.java

4 года назад
DoubleSummaryStatistics

8214761: Bug in parallel Kahan summation implementation

5 лет назад
EnumMap

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
EnumSet

8227368: EnumSet.class serialization broken in JDK 9+

7 лет назад
Formattable

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
Formatter

8328037: Test java/util/Formatter/Padding.java has unnecessary high heap requirement after JDK-8326718

2 года назад
HashMap

8328066: WhiteBoxResizeTest failure on linux-x86: Could not reserve enough space for 2097152KB object heap

2 года назад
HashSet

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
Hashtable

8270416: Enhance construction of Identity maps

5 лет назад
HexFormat

8263754: HexFormat 'fromHex' methods should be static

5 лет назад
IdentityHashMap

8178355: IdentityHashMap uses identity-based comparison for values everywhere except remove(K,V) and replace(K,V,V)

4 года назад
IllegalFormatException

8253459: Formatter treats index, width and precision > Integer.MAX_VALUE incorrectly

6 лет назад
Iterator

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
LinkedHashMap

8193300: Miscellaneous changes imported from jsr166 CVS 2018-01

9 лет назад
LinkedHashSet

8193300: Miscellaneous changes imported from jsr166 CVS 2018-01

9 лет назад
LinkedList

8193300: Miscellaneous changes imported from jsr166 CVS 2018-01

9 лет назад
List

8180352: Add Stream.toList() method

6 лет назад
Locale

8368335: Refactor the rest of Locale TestNG based tests to JUnit

4 месяца назад
Map

8267174: Many test files have the wrong Copyright header

год назад
MissingFormatArgumentException

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
NavigableMap

8247605: Avoid array allocation when concatenating with empty string

6 лет назад
Objects

8280168: Add Objects.toIdentityString

5 лет назад
Observable

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
Optional

8184693: add Pattern.isEmpty

8 лет назад
PluggableLocale

8347841: Test fixes that use deprecated time zone IDs

10 месяцев назад
PriorityQueue

8207003: Miscellaneous changes imported from jsr166 CVS 2018-09

8 лет назад
Properties

8373716: Refactor further java/util tests from TestNG to JUnit

4 месяца назад
PropertyPermission

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
Random

8315751: RandomTestBsi1999 fails often with timeouts on Linux ppc64le

3 года назад
RandomAccess

8229338: clean up test/jdk/java/util/RandomAccess/Basic.java

7 лет назад
ResourceBundle

8373716: Refactor further java/util tests from TestNG to JUnit

4 месяца назад
Scanner

8283698: Refactor Locale constructors used in src/test

4 года назад
SequencedCollection

8307840: SequencedMap view method specification and implementation adjustments

3 года назад
ServiceLoader

8375231: Refactor util/ServiceLoader tests to use JUnit 8375232: Refactor util/StringJoiner tests to use JUnit 8375233: Refactor util/Vector tests to use JUnit

4 месяца назад
Spliterator

8267452: Delegate forEachRemaining in Spliterators.iterator()

5 лет назад
StringJoiner

8375231: Refactor util/ServiceLoader tests to use JUnit 8375232: Refactor util/StringJoiner tests to use JUnit 8375233: Refactor util/Vector tests to use JUnit

4 месяца назад
StringTokenizer

8187443: Forest Consolidation: Move files to unified layout

9 лет назад
TimSort

8193300: Miscellaneous changes imported from jsr166 CVS 2018-01

9 лет назад
TimeZone

8380993: [REDO] Incorrect Interpretation of POSIX TZ Environment Variable on AIX

месяц назад
Timer

8263903: Use Cleaner instead of finalize to auto stop Timer thread

5 лет назад
TreeMap

8193300: Miscellaneous changes imported from jsr166 CVS 2018-01

9 лет назад
UUID

8308803: Improve java/util/UUID/UUIDTest.java

3 года назад
Vector

8375231: Refactor util/ServiceLoader tests to use JUnit 8375232: Refactor util/StringJoiner tests to use JUnit 8375233: Refactor util/Vector tests to use JUnit

4 месяца назад
WeakHashMap

8201386: Miscellaneous changes imported from jsr166 CVS 2018-05

8 лет назад
concurrent

8365058: Enhance CopyOnWriteArraySet

7 месяцев назад
function

8050818: Predicate::not - provide an easier way to negate a predicate

8 лет назад
jar

8351567: Jar Manifest test ValueUtf8Coding produces misleading diagnostic output

год назад
logging

8332495: java/util/logging/LoggingDeadlock2.java fails with AssertionError: Some tests failed

4 месяца назад
prefs

8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder

2 года назад
regex

8312976: MatchResult produces StringIndexOutOfBoundsException for groups outside match

3 года назад
spi

8298047: Remove all non-significant trailing whitespace from properties files

4 года назад
stream

8267174: Many test files have the wrong Copyright header

год назад
zip

8341625: Improve ZipFile validation of the END header

12 дней назад