Skip to content

Commit

Permalink
8318580: "javax/swing/MultiMonitor/MultimonVImage.java failing with E…
Browse files Browse the repository at this point in the history
…rror. Can't find library: /open/test/jdk/java/awt/regtesthelpers" after JDK-8316053

Backport-of: e4803e0cbf00da89b98c8703769edc403bb5055b
  • Loading branch information
Andrew Lu committed Mar 4, 2024
1 parent ee6445c commit 500d85a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/jdk/javax/swing/MultiMonitor/MultimonVImage.java
Expand Up @@ -28,7 +28,8 @@
* @summary displays an animating fps (frames per second)
* counter. When the window is dragged from monitor to monitor,
* the speed of the animation should not change too greatly.
* @library /open/test/jdk/java/awt/regtesthelpers
* @library /java/awt/regtesthelpers
* @build PassFailJFrame
* @run main/manual MultimonVImage
*/

Expand Down Expand Up @@ -180,4 +181,5 @@ public void run() {
component.repaint();
}
}
}
}

1 comment on commit 500d85a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.