art/test/989-method-trace-throw/info.txt

16 lines
430 B
Plaintext
Raw Normal View History

2025-08-25 08:21:32 +08:00
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.