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 {
}