Skip to content

Commit

Permalink
8327998: Enable java/lang/ProcessBuilder/JspawnhelperProtocol.java on…
Browse files Browse the repository at this point in the history
… Mac

Reviewed-by: gli, shade, rriggs
  • Loading branch information
elifaslan1 authored and shipilev committed Mar 26, 2024
1 parent b9c76de commit cc1800f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/*
* @test
* @bug 8307990
* @requires (os.family == "linux") | (os.family == "aix")
* @requires (os.family == "linux") | (os.family == "aix") | (os.family == "mac")
* @requires vm.debug
* @requires vm.flagless
* @library /test/lib
Expand Down

1 comment on commit cc1800f

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