RFR: 8416: Better Eclipse classpath entry defaults
Suchita Chaturvedi
schaturvedi at openjdk.org
Fri Jul 18 12:58:10 UTC 2025
On Wed, 9 Jul 2025 11:48:30 GMT, Marcus Hirt <hirt at openjdk.org> wrote:
> Should be pom derived.
application/tests/org.openjdk.jmc.flightrecorder.controlpanel.ui.test/.classpath line 3:
> 1: <?xml version="1.0" encoding="UTF-8"?>
> 2: <classpath>
> 3: <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
Any specific reason why are we hard coding 21 here?
application/tests/org.openjdk.jmc.rjmx.services.jfr.test/.classpath line 3:
> 1: <?xml version="1.0" encoding="UTF-8"?>
> 2: <classpath>
> 3: <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21"/>
Any specific reason why are we hard coding 21 here?
-------------
PR Review Comment: https://git.openjdk.org/jmc/pull/663#discussion_r2195034466
PR Review Comment: https://git.openjdk.org/jmc/pull/663#discussion_r2195024121
More information about the jmc-dev
mailing list