jdk/test/java/lang/instrument/appendToClassLoaderSearch/A.2
author dcubed
Mon, 24 Mar 2008 15:14:31 -0700
changeset 273 3d51c181a2e5
parent 2 90ce3da70b43
permissions -rw-r--r--
6274276: 3/2 java.lang.instrument JAR manifest processing does not remove spaces from class names Summary: Attribute values should be extracted without leading or trailing whitespace. Reviewed-by: ohair, sspitsyn

/*
 *%E
 *
 * Simple "no-op" class used by CircularityErrorTest.sh to create a circularity
 * condition.
 *
 */
public interface A extends B {
}