jdk-24/test/jdk/java/lang
2022-06-02 16:45:05 +00:00
..
annotation 8280713: Related to comment inheritance jdk.javadoc cleanup and refactoring 2022-03-01 12:06:11 +00:00
Appendable 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AssertionError 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Boolean 8240524: Remove explicit type argument in test jdk/java/lang/Boolean/MakeBooleanComparable.java 2020-03-11 13:50:13 +01:00
Byte 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Character 8284856: Add a test case for checking UnicodeScript entity numbers 2022-04-19 15:51:57 +00:00
CharSequence 8215401: Add isEmpty default method to CharSequence 2020-05-22 11:20:57 +02:00
Class 8284853: Fix various 'expected' typo 2022-04-14 18:05:49 +00:00
ClassLoader 8287171: Refactor null caller tests to a single directory 2022-06-02 16:45:05 +00:00
constant 8283075: Bad IllegalArgumentException message for out of range rank from ClassDesc.arrayType(int) 2022-03-15 17:33:45 +00:00
Double 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Enum 8282120: optimal capacity tests and test library need to be cleaned up 2022-04-20 18:43:54 +00:00
Float 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
InheritableThreadLocal 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
instrument 8287496: Alternative virtual thread implementation that maps to OS thread 2022-06-02 09:02:37 +00:00
Integer 8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros 2018-05-22 14:44:18 +02:00
invoke 8287171: Refactor null caller tests to a single directory 2022-06-02 16:45:05 +00:00
Long 8238669: Long.divideUnsigned is extremely slow for certain values (Needs to be Intrinsic) 2020-10-21 16:32:59 +00:00
management 8287496: Alternative virtual thread implementation that maps to OS thread 2022-06-02 09:02:37 +00:00
Math 8279508: Auto-vectorize Math.round API 2022-04-02 18:00:33 +00:00
module 8287171: Refactor null caller tests to a single directory 2022-06-02 16:45:05 +00:00
ModuleLayer 8243596: ModuleLayer::parents should return an unmodifiable list 2020-05-07 14:44:09 +01:00
ModuleTests 8266254: Update to use jtreg 6 2021-06-02 21:20:12 +00:00
Object 8276422: Add command-line option to disable finalization 2021-12-08 00:27:53 +00:00
Package 8256154: Some TestNG tests require default constructors 2020-11-23 11:48:39 +00:00
Process 8220684: Process.waitFor(long, TimeUnit) can return false for a process that exited within the timeout 2019-03-16 15:05:21 -07:00
ProcessBuilder 8285517: System.getenv() returns unexpected value if environment variable has non ASCII character 2022-05-19 23:38:15 +00:00
ProcessHandle 8284874: Add comment to ProcessHandle/OnExitTest to describe zombie problem 2022-04-15 09:08:18 +00:00
ref 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
reflect 8285401: Proxy class initializer should use 3-arg Class.forName to avoid unnecessary class initialization 2022-05-31 18:30:39 +00:00
runtime 8277980: ObjectMethods::bootstrap throws NPE when lookup is null 2021-12-08 22:49:43 +00:00
RuntimePermission 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
RuntimeTests 8274980: Improve adhoc build version strings 2022-02-14 10:31:42 +00:00
SecurityManager 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
Short 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StackTraceElement 8190378: Removal of CORBA and Java EE modules 2018-02-10 07:06:16 -05:00
StackWalker 8284191: Replace usages of 'a the' in hotspot and java.base 2022-05-24 11:25:13 +00:00
StrictMath 8270476: Make floating-point test infrastructure more lambda and method reference friendly 2022-01-27 22:57:09 +00:00
String 4511638: Double.toString(double) sometimes produces incorrect results 2022-06-01 21:53:54 +00:00
StringBuffer 8279954: java/lang/StringBuffer(StringBuilder)/HugeCapacity.java intermittently fails 2022-02-01 18:45:31 +00:00
StringBuilder 8282429: StringBuilder/StringBuffer.toString() skip compressing for UTF16 strings 2022-04-01 04:42:03 +00:00
StringCoding 7008363: TEST_BUG: test/java/lang/StringCoding/CheckEncodings.sh does nothing and is very slow at that 2021-10-19 15:54:14 +00:00
System 8284209: Replace remaining usages of 'a the' in source code 2022-05-24 20:08:11 +00:00
Thread 8287496: Alternative virtual thread implementation that maps to OS thread 2022-06-02 09:02:37 +00:00
ThreadGroup 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
ThreadLocal 8209824: Improve the code coverage for ThreadLocal 2019-10-17 13:18:01 +08:00
Throwable 8284161: Implementation of Virtual Threads (Preview) 2022-05-07 08:06:16 +00:00
WeakPairMap 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AbstractCompressExpandTest.java 8283892: Compress and expand bits 2022-04-14 20:27:12 +00:00
Compare.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
CompressExpandSanityTest.java 8283892: Compress and expand bits 2022-04-14 20:27:12 +00:00
CompressExpandTest.java 8283892: Compress and expand bits 2022-04-14 20:27:12 +00:00
HashCode.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
IntegralPrimitiveToString.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
PrimitiveSumMinMaxTest.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ToString.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00