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

/openjdk7/hotspot/test/runtime/6294277/
H A DSourceDebugExtension.java27 * @summary java -Xdebug crashes on SourceDebugExtension attribute larger than 64K
28 * @run main/othervm -Xdebug -Xrunjdwp:transport=dt_socket,address=8888,server=y,suspend=n SourceDebugExtension
32 public class SourceDebugExtension extends ClassLoader class in inherits:ClassLoader
112 SourceDebugExtension loader = new SourceDebugExtension();
114 * stored above and adding the content of a SourceDebugExtension
118 * able to load a class file with a SourceDebugExtension
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DAttribute.java59 public static final String SourceDebugExtension = "SourceDebugExtension"; field in class:Attribute
125 standardAttributes.put(SourceDebugExtension, SourceDebugExtension_attribute.class);

Completed in 36 milliseconds