8078225: tools/launcher/FXLauncherTest.java fails intermittently (win)
authorksrini
Tue, 05 May 2015 18:18:06 -0700
changeset 30371 aa862dad6ad9
parent 30370 984bf40cdc67
child 30372 83ebb3d73b77
8078225: tools/launcher/FXLauncherTest.java fails intermittently (win) Reviewed-by: darcy
jdk/test/tools/launcher/FXLauncherTest.java
--- a/jdk/test/tools/launcher/FXLauncherTest.java	Tue May 05 15:34:22 2015 -0700
+++ b/jdk/test/tools/launcher/FXLauncherTest.java	Tue May 05 18:18:06 2015 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -28,7 +28,7 @@
  * Test uses main method and blank main method, a jfx app class and an incorrest
  * jfx app class, a main-class for the manifest, a bogus one and none.
  * All should execute except the incorrect fx app class entries.
- * @run main FXLauncherTest
+ * @run main/othervm FXLauncherTest
  */
 import java.io.File;
 import java.io.IOException;