Messages by Thread
-
-
RFR: 8202583: Remove experimental ClassForNamePlugin
Claes Redestad
-
Will Java be paid
Everson Ferreira da Cunha Junior
-
JMOD, native libraries and the packaging of JavaFX
Mike Hearn
-
Re: Fwd: JMOD, native libraries and the packaging of JavaFX
Mike Hearn
-
Re: Fwd: JMOD, native libraries and the packaging of JavaFX
Samuel Audet
-
Re: Fwd: JMOD, native libraries and the packaging of JavaFX
Mike Hearn
-
Re: Fwd: JMOD, native libraries and the packaging of JavaFX
Samuel Audet
-
Re: Fwd: JMOD, native libraries and the packaging of JavaFX
Mike Hearn
-
Re: JMOD, native libraries and the packaging of JavaFX
Mark Raynsford
-
Re: JMOD, native libraries and the packaging of JavaFX
Mark Raynsford
-
Re: JMOD, native libraries and the packaging of JavaFX
Mike Hearn
-
Re: JMOD, native libraries and the packaging of JavaFX
Samuel Audet
-
Re: JMOD, native libraries and the packaging of JavaFX
Gregg Wonderly
-
RFR: 8201794: [Graal] add dummy HotSpotGraalManagement class
Doug Simon
-
Provides clauses in binary module descriptor but not in source
Doug Simon
-
RFR: 8187490: HotSpotRuntimeMBean should be moved to Graal management module
Doug Simon
-
a program that fails only when run as a macOS bundled app
Alan Snyder
-
Easy multirelease jars
Russell Gold
-
Proposed convention for multi-release source JARs
David Lloyd
-
Avoiding sun.misc.Unsafe and embracing modules in Java libraries: missing links
Rafael Winterhalter
-
Deprecation beyond the level of types
Stephan Herrmann
-
Deprecated attribute in module-info.class?
Stephan Herrmann
-
The baby and the bathwater
mark . reinhold
-
Accessing internals in Java 11
Nicolai Parlog
-
Some points on JPMS/Jigsaw after he modularised some code (from Stephen Colebourne)
Martijn Verburg
-
RFR 8193033 remove terminally deprecated sun.misc.Unsafe.defineClass
Paul Sandoz
-
why is modularity changing the rules of inheritance?
Bernard Amade
-
java.beans package in java.desktop module
Guillaume Smet
-
Main class in jar
Bernard Amade
-
suggested document enhancement
Bernard Amade
-
[JDK 11] Problem list tools/jimage/JImageExtractTest.java for macosx-all
Amy Lu
-
Finding module-info.class without loading a jar
Mark Raynsford
-
JDK-8198405 - JImageExtractTest.java & JImageListTest.java failed in Windows
Michal Vala
-
RFR 8194922: jlink --exclude-resources should never exclude module-info.class
Sundararajan Athijegannathan
-
RFR - JImageListTest test fix
Michal Vala
-
JDK-8170120 jimage IOException solution?
Michal Vala
-
Re: IllegalAccessException trying to load a ResourceBundle in 9u181
mandy chung
-
Strange observation: MethodHandle.invokeWithArguments() would not work, whereas Method.invoke() would with the very same arguments
Rony G. Flatscher
-
Accessing dependency version information
Nicolai Parlog
-
Signing jlink code for macOS on other platforms
Mark Raynsford
-
Loading resource bundles across module boundaries
Nicolai Parlog
-
RFR JDK-8170114 jimage extract to not an empty directory overwrites content of the directory
Michal Vala
-
ClassLoader.getResources(String)
Stephen Colebourne