Home | History | Annotate | Download | only in 989-method-trace-throw
      1 Tests method tracing in JVMTI
      2 
      3 This 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 
     14 Changes to the internal implementation of these classes might (or might not)
     15 change the output of this test.
     16