Skip to content

Commit

Permalink
8268776: Test ADatagramSocket.java missing /othervm from @run tag
Browse files Browse the repository at this point in the history
Backport-of: 7d7bdbe
  • Loading branch information
shipilev committed Aug 13, 2021
1 parent 7b6f391 commit 51cd685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @summary DatagramSocket should use a factory for its impl
*
* @compile/module=java.base java/net/MyDatagramSocketImplFactory.java
* @run main ADatagramSocket
* @run main/othervm ADatagramSocket
*/
import java.io.*;
import java.net.*;
Expand Down

1 comment on commit 51cd685

@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.