Please, review the following test change Issue : https://bugs.openjdk.java.net/rest/api/latest/issue/JDK-8072908 Webrev: http://cr.openjdk.java.net/~jbachorik/8072908/webrev.00
The existing shell test fails for MacOS when there is no swap configured due to the pattern processing problem.
This patch converts the shell test to a plain Java one and makes sure the test does not break for zero size swap on MacOS (or any other OS for that matter)
Thanks, -JB-