..
java.base
8338411: Implement JEP 486: Permanently Disable the Security Manager
2024-11-12 17:16:15 +00:00
java.compiler
8325268: Add policy statement to langtools makefiles concerning warnings
2024-02-07 18:03:38 +00:00
java.datatransfer
8320915: Update copyright year in build files
2023-11-28 21:40:20 +00:00
java.desktop
8339336: Fix build system whitespace to adhere to coding conventions
2024-09-03 15:31:09 +00:00
java.instrument
8329704: Implement framework for proper handling of JDK_LIBS
2024-04-11 09:40:12 +00:00
java.logging
8320915: Update copyright year in build files
2023-11-28 21:40:20 +00:00
java.management
8339336: Fix build system whitespace to adhere to coding conventions
2024-09-03 15:31:09 +00:00
java.management.rmi
8258407: Split up CompileJavaModules.gmk into make/modules/$M/Java.gmk
2021-01-11 11:28:29 +00:00
java.naming
8303689: javac -Xlint could/should report on "dangling" doc comments
2024-04-26 19:47:06 +00:00
java.prefs
8329704: Implement framework for proper handling of JDK_LIBS
2024-04-11 09:40:12 +00:00
java.rmi
8338411: Implement JEP 486: Permanently Disable the Security Manager
2024-11-12 17:16:15 +00:00
java.scripting
8328680: Introduce JDK_LIB, and clean up module native compilation
2024-03-22 14:12:26 +00:00
java.security.jgss
8339156: Use more fine-granular clang unused warnings
2024-08-30 16:43:16 +00:00
java.security.sasl
8303689: javac -Xlint could/should report on "dangling" doc comments
2024-04-26 19:47:06 +00:00
java.smartcardio
8329704: Implement framework for proper handling of JDK_LIBS
2024-04-11 09:40:12 +00:00
java.sql
8303689: javac -Xlint could/should report on "dangling" doc comments
2024-04-26 19:47:06 +00:00
java.sql.rowset
8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options
2024-11-05 15:44:54 +00:00
java.transaction.xa
8258407: Split up CompileJavaModules.gmk into make/modules/$M/Java.gmk
2021-01-11 11:28:29 +00:00
java.xml
8330542: Template for Creating Strict JAXP Configuration File
2024-05-28 19:26:17 +00:00
java.xml.crypto
8303689: javac -Xlint could/should report on "dangling" doc comments
2024-04-26 19:47:06 +00:00
jdk.accessibility
8339235: Fix indentation in build system
2024-08-30 08:58:18 +00:00
jdk.attach
8329704: Implement framework for proper handling of JDK_LIBS
2024-04-11 09:40:12 +00:00
jdk.charsets
8317376: Minor improvements to the 'this' escape analyzer
2024-04-17 17:35:17 +00:00
jdk.compiler
8317376: Minor improvements to the 'this' escape analyzer
2024-04-17 17:35:17 +00:00
jdk.crypto.cryptoki
8339156: Use more fine-granular clang unused warnings
2024-08-30 16:43:16 +00:00
jdk.crypto.mscapi
8329704: Implement framework for proper handling of JDK_LIBS
2024-04-11 09:40:12 +00:00
jdk.dev
8258407: Split up CompileJavaModules.gmk into make/modules/$M/Java.gmk
2021-01-11 11:28:29 +00:00
jdk.dynalink
8258407: Split up CompileJavaModules.gmk into make/modules/$M/Java.gmk
2021-01-11 11:28:29 +00:00
jdk.editpad
8258407: Split up CompileJavaModules.gmk into make/modules/$M/Java.gmk
2021-01-11 11:28:29 +00:00
jdk.hotspot.agent
8341722: Fix some warnings as errors when building on Linux with toolchain clang
2024-10-10 07:21:05 +00:00
jdk.httpserver
8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options
2024-11-05 15:44:54 +00:00
jdk.incubator.vector
8312425: [vectorapi] AArch64: Optimize vector math operations with SLEEF
2024-11-04 09:19:39 +00:00
jdk.internal.jvmstat
8320915: Update copyright year in build files
2023-11-28 21:40:20 +00:00
jdk.internal.le
8327476: Upgrade JLine to 3.26.1
2024-05-09 13:54:04 +00:00
jdk.internal.md
8332545: Fix handling of HTML5 entities in Markdown comments
2024-05-21 00:39:46 +00:00
jdk.internal.opt
8320915: Update copyright year in build files
2023-11-28 21:40:20 +00:00
jdk.internal.vm.ci
8303689: javac -Xlint could/should report on "dangling" doc comments
2024-04-26 19:47:06 +00:00
jdk.jartool
8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options
2024-11-05 15:44:54 +00:00
jdk.javadoc
8339336: Fix build system whitespace to adhere to coding conventions
2024-09-03 15:31:09 +00:00
jdk.jcmd
8317376: Minor improvements to the 'this' escape analyzer
2024-04-17 17:35:17 +00:00
jdk.jconsole
8317376: Minor improvements to the 'this' escape analyzer
2024-04-17 17:35:17 +00:00
jdk.jdeps
8339336: Fix build system whitespace to adhere to coding conventions
2024-09-03 15:31:09 +00:00
jdk.jdi
8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options
2024-11-05 15:44:54 +00:00
jdk.jdwp.agent
8338768: Introduce runtime lookup to check for static builds
2024-09-02 09:14:36 +00:00
jdk.jfr
8303689: javac -Xlint could/should report on "dangling" doc comments
2024-04-26 19:47:06 +00:00
jdk.jlink
8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options
2024-11-05 15:44:54 +00:00
jdk.jpackage
8339156: Use more fine-granular clang unused warnings
2024-08-30 16:43:16 +00:00
jdk.jshell
8328680: Introduce JDK_LIB, and clean up module native compilation
2024-03-22 14:12:26 +00:00
jdk.jstatd
8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options
2024-11-05 15:44:54 +00:00
jdk.localedata
8317376: Minor improvements to the 'this' escape analyzer
2024-04-17 17:35:17 +00:00
jdk.management
8339336: Fix build system whitespace to adhere to coding conventions
2024-09-03 15:31:09 +00:00
jdk.management.agent
8329704: Implement framework for proper handling of JDK_LIBS
2024-04-11 09:40:12 +00:00
jdk.net
8329704: Implement framework for proper handling of JDK_LIBS
2024-04-11 09:40:12 +00:00
jdk.sctp
8317376: Minor improvements to the 'this' escape analyzer
2024-04-17 17:35:17 +00:00
jdk.security.auth
8303689: javac -Xlint could/should report on "dangling" doc comments
2024-04-26 19:47:06 +00:00
sun.charsets
8258407: Split up CompileJavaModules.gmk into make/modules/$M/Java.gmk
2021-01-11 11:28:29 +00:00