You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
430 B
16 lines
430 B
4 months ago
|
Tests method tracing in JVMTI
|
||
|
|
||
|
This test is sensitive to the internal implementations of:
|
||
|
* java.lang.Error
|
||
|
* java.lang.Integer
|
||
|
* java.lang.Math
|
||
|
* java.lang.String
|
||
|
* java.lang.System
|
||
|
* java.util.ArrayList
|
||
|
* java.util.Arrays
|
||
|
* java.util.StringBuilder
|
||
|
* all super-classes and super-interfaces of the above types.
|
||
|
|
||
|
Changes to the internal implementation of these classes might (or might not)
|
||
|
change the output of this test.
|