Searched defs:testclass (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/
H A DFakeTestDriver.java81 Class testclass = loadOneTest(classname);
83 if ( testclass != null ) {
84 boolean result = runOneTest(testclass);
112 runOneTest(Class testclass) { argument
117 mainMethod = testclass.getMethod("main",
123 log(testclass.getName() + " is malformed");
129 mainMethod.invoke(null, new Object[] {new String[] {testclass.getName()}});
/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java69 testclass(classname, ia[i]);
75 testclass(classname, x);
97 testclass(classname, la[i]);
103 testclass(classname, x);
126 testclass(classname, ia[i]);
132 testclass(classname, x);
154 testclass(classname, la[i]);
160 testclass(classname, x);
188 static void testclass(String classname, int x) throws Exception { method in class:Test6823354
193 static void testclass(Strin method in class:Test6823354
[all...]

Completed in 36 milliseconds