<i18n dev> RFR: 8359053: Implement JEP 504 - Remove the Applet API [v3]

Phil Race prr at openjdk.org
Wed Jun 11 18:42:22 UTC 2025


On Tue, 10 Jun 2025 22:47:21 GMT, Phil Race <prr at openjdk.org> wrote:

> > The following files still reference the now-removed applet classes and will fail to compile. Are they not included in any tier testing?
> > ```
> > test/hotspot/jtreg/vmTestbase/jit/misctests/fpustack/GraphApplet.java
> > test/hotspot/jtreg/vmTestbase/jit/misctests/fpustack/GraphPanel.java
> > test/hotspot/jtreg/vmTestbase/jit/misctests/fpustack/layout.java
> > ```
> 
> I didn't notice those. It can't be run by any standard task. TEST.groups has it under

It isn't run because it is marked headful and hotspot excludes headful tests.
Not sure it is ever run and probably is not adding value.
After some off-line discussion with the hotspot lead, I will remove this test as part of this PR.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/25698#issuecomment-2963811726


More information about the i18n-dev mailing list