1Tests method tracing in JVMTI 2 3This test is sensitive to the internal implementations of: 4 * java.lang.Error 5 * java.lang.Integer 6 * java.lang.Math 7 * java.lang.String 8 * java.lang.System 9 * java.util.ArrayList 10 * java.util.Arrays 11 * java.util.StringBuilder 12 * all super-classes and super-interfaces of the above types. 13 14Changes to the internal implementation of these classes might (or might not) 15change the output of this test. 16