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.
7 lines
328 B
7 lines
328 B
Tests basic functions in the jvmti plugin.
|
|
|
|
Note this function is reliant on the definition of java.util.OptionalLong not
|
|
changing. If this classes definition changes we will need to update this class
|
|
so that the CLASS_BYTES and DEX_BYTES fields contain dex/class bytes for an
|
|
OptionalLong with all the same methods and fields.
|