jdk-24/test/jdk/java/lang
2021-12-02 18:17:32 +00:00
..
annotation 8266791: Annotation property which is compiled as an array property but changed to a single element throws NullPointerException 2021-06-14 08:24:24 +00:00
Appendable
AssertionError
Boolean 8240524: Remove explicit type argument in test jdk/java/lang/Boolean/MakeBooleanComparable.java 2020-03-11 13:50:13 +01:00
Byte
Character 8239383: Support for Unicode 13.0 2020-05-13 15:46:08 -07:00
CharSequence 8215401: Add isEmpty default method to CharSequence 2020-05-22 11:20:57 +02:00
Class 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
ClassLoader 8266310: deadlock between System.loadLibrary and JNI FindClass loading another class 2021-07-06 11:15:10 +00:00
constant 8270025: DynamicCallSiteDesc::withArgs doesn't throw NPE 2021-07-13 17:48:21 +00:00
Double
Enum 8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library 2018-11-28 15:34:43 +08:00
Float
InheritableThreadLocal
instrument 8273188: java/lang/instrument/BootClassPath/BootClassPathTest.sh fails with "FATAL ERROR in native method: processing of -javaagent failed, processJavaStart failed" 2021-09-09 19:41:56 +00:00
Integer 8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros 2018-05-22 14:44:18 +02:00
invoke 8275063: Implementation of Foreign Function & Memory API (Second incubator) 2021-11-24 11:51:16 +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 8274522: java/lang/management/ManagementFactory/MXBeanException.java test fails with Shenandoah 2021-09-30 06:55:24 +00:00
Math 8271602: Add Math.ceilDiv() family parallel to Math.floorDiv() family 2021-09-22 16:16:14 +00:00
module 8257856: Make ClassFileVersionsTest.java robust to JDK version updates 2021-12-02 18:17:32 +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 8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException 2018-09-15 13:53:43 -07: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 8276408: Deprecate Runtime.exec methods with a single string command line argument 2021-11-08 16:39:07 +00:00
ProcessHandle 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
ref 8263549: 8263412 can cause jtreg testlibrary split 2021-03-13 14:51:53 +00:00
reflect 8277451: java.lang.reflect.Field::set on static field with invalid argument type should throw IAE 2021-11-23 17:14:59 +00:00
runtime 8272347: ObjectMethods::bootstrap should specify NPE if any argument except lookup is null 2021-08-30 21:16:46 +00:00
RuntimePermission
RuntimeTests 8276880: Remove java/lang/RuntimeTests/exec/ExecWithDir as unnecessary 2021-11-09 20:43:51 +00:00
SecurityManager 8267184: Add -Djava.security.manager=allow to tests calling System.setSecurityManager 2021-05-24 16:55:55 +00:00
Short
StackTraceElement
StackWalker 8271820: Implementation of JEP 416: Reimplement Core Reflection with Method Handle 2021-10-28 18:32:50 +00:00
StrictMath 8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath 2019-08-23 19:55:08 +01:00
String 8267773: PhaseStringOpts::int_stringSize doesn't handle min_jint correctly 2021-06-02 07:57:08 +00:00
StringBuffer 8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base 2021-07-13 02:23:16 +00:00
StringBuilder 8271732: Regression in StringBuilder.charAt bounds checking 2021-08-12 07:01:53 +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 8270380: Change the default value of the java.security.manager system property to disallow 2021-10-21 14:04:48 +00:00
Thread 8259265: Refactor UncaughtExceptions shell test as java test. 2021-02-03 14:08:29 +00:00
ThreadGroup 8219197: ThreadGroup.enumerate() may return wrong value 2019-03-13 18:43:16 +00:00
ThreadLocal 8209824: Improve the code coverage for ThreadLocal 2019-10-17 13:18:01 +08:00
Throwable 8210721: Replace legacy serial exception field with Throwable::cause 2018-09-17 15:22:46 -07:00
WeakPairMap
Compare.java
HashCode.java
IntegralPrimitiveToString.java
PrimitiveSumMinMaxTest.java
ToString.java