On Tue, 10 Jun 2025 22:47:21 GMT, Phil Race <p...@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