comparison test/runtime/NMT/CommandLineEmptyArgument.java @ 20361:ac12996df59b

8044140: Create NMT (Native Memory Tracking) tests for NMT2 Summary: Create new/modify existing tests for NMT2, which is an internal redesign to address scalability issues in the first implementation. Reviewed-by: ctornqvi, zgu Contributed-by: George Triantafillou <george.triantafillou@oracle.com>
author zgu
date Wed, 27 Aug 2014 08:35:03 -0400
parents 879c6de913d6
children 6640f982c1be
comparison
equal deleted inserted replaced
20360:833b0f92429a 20361:ac12996df59b
24 /* 24 /*
25 * @test 25 * @test
26 * @key nmt 26 * @key nmt
27 * @summary Empty argument to NMT should result in an informative error message 27 * @summary Empty argument to NMT should result in an informative error message
28 * @library /testlibrary 28 * @library /testlibrary
29 * @ignore
29 */ 30 */
30 31
31 import com.oracle.java.testlibrary.*; 32 import com.oracle.java.testlibrary.*;
32 33
33 public class CommandLineEmptyArgument { 34 public class CommandLineEmptyArgument {