// throwpoint: java.lang.Thread-getContextClassLoader
harness.checkPoint("getContextClassLoader");
try {
sm.prepareChecks(getClassLoader);
getContextClassLoaderTest.invoke(null, new Object[] {testThread});
sm.checkAllChecked();
}
catch (SecurityException ex) {
harness.debug(ex);
harness.check(false, "unexpected check");
}