.. |
annotation
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
|
2020-05-20 17:33:37 -07: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
|
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
|
8233272: The Class.forName specification should be updated to match the long-standing implementation with respect to class linking
|
2019-11-19 10:02:46 -08:00 |
ClassLoader
|
8228336: Refactor native library loading implementation
|
2020-03-12 11:54:11 -07:00 |
constant
|
8241100: Make Boolean, Character, Byte, and Short implement Constable
|
2020-05-04 09:41:01 -07:00 |
Double
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Enum
|
8211975: move testlibrary/jdk/testlibrary/OptimalCapacity.java to top-level library
|
2018-11-28 15:34:43 +08: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
|
8227046: compiler implementation for sealed classes
|
2020-06-01 17:00:40 -04:00 |
Integer
|
8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
|
2018-05-22 14:44:18 +02:00 |
invoke
|
8235521: Replacement API for Unsafe::ensureClassInitialized
|
2020-06-08 16:55:45 -07:00 |
Long
|
8203352: Improve java implementation of Integer/Long.numberOfLeadingZeros
|
2018-05-22 14:44:18 +02:00 |
management
|
8081652: [TESTBUG] java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java timed out intermittently
|
2020-06-08 09:58:55 -07:00 |
Math
|
8241374: add Math.absExact
|
2020-03-30 13:49:02 -07:00 |
module
|
8243596: ModuleLayer::parents should return an unmodifiable list
|
2020-05-07 14:44:09 +01:00 |
ModuleLayer
|
8243596: ModuleLayer::parents should return an unmodifiable list
|
2020-05-07 14:44:09 +01:00 |
ModuleTests
|
8236111: narrow allowSmartActionArgs disabling
|
2020-01-15 21:20:40 -08:00 |
Object
|
8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
|
2018-09-15 13:53:43 -07:00 |
Package
|
8218419: Can't get annotations that are present on packages in -Xbootclasspath/a
|
2019-02-06 10:53:13 -08: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
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
|
2020-05-20 17:33:37 -07:00 |
ProcessHandle
|
8185139: [Graal] Tests which set too restrictive security manager fail with Graal
|
2019-06-21 13:04:14 -07:00 |
ref
|
8244066: ClassFileInstaller should be run in driver mode
|
2020-04-28 21:59:31 -07:00 |
reflect
|
8227046: compiler implementation for sealed classes
|
2020-06-01 17:00:40 -04:00 |
runtime
|
8236111: narrow allowSmartActionArgs disabling
|
2020-01-15 21:20:40 -08:00 |
RuntimePermission
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
RuntimeTests
|
8244582: Remove terminally deprecated Solaris-specific SO_FLOW_SLA socket option
|
2020-06-05 09:35:42 +01:00 |
SecurityManager
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
|
2020-05-20 17:33:37 -07: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
|
8244078: ProcessTools executeTestJvm and createJavaProcessBuilder have inconsistent handling of test.*.opts
|
2020-05-04 21:20:39 +02:00 |
StrictMath
|
8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
|
2019-08-23 19:55:08 +01:00 |
String
|
8246632: StringConcatFactory::makeConcatWithConstants no longer throws NullPointerException when an unexpected constant is null
|
2020-06-08 19:23:51 +02:00 |
StringBuffer
|
8221430: StringBuffer(CharSequence) constructor truncates when -XX:-CompactStrings specified
|
2019-04-09 16:32:22 -07:00 |
StringBuilder
|
8218227: StringBuilder/StringBuffer constructor throws confusing NegativeArraySizeException
|
2019-02-05 17:05:40 -08:00 |
StringCoding
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
|
2020-05-20 17:33:37 -07:00 |
System
|
8244224: Implementation of JEP 381: Remove the Solaris and SPARC Ports
|
2020-05-20 17:33:37 -07:00 |
Thread
|
8081652: [TESTBUG] java/lang/management/ThreadMXBean/ThreadMXBeanStateTest.java timed out intermittently
|
2020-06-08 09:58:55 -07: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
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02:00 |
Compare.java
|
8187443: Forest Consolidation: Move files to unified layout
|
2017-09-12 19:03:39 +02: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 |