--- old/test/jdk/java/lang/management/MemoryMXBean/MemoryTest.java 2018-10-19 10:54:23.000000000 -0400 +++ new/test/jdk/java/lang/management/MemoryMXBean/MemoryTest.java 2018-10-19 10:54:22.000000000 -0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2018, 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 @@ -30,7 +30,8 @@ * @author Mandy Chung * * @modules jdk.management - * @run main MemoryTest 2 3 + * @run main MemoryTest 4 5 + * @run main/othervm -XX:+UseParallelGC MemoryTest 2 3 */ /*