diff options
author | 2017-01-17 23:44:38 +0000 | |
---|---|---|
committer | 2017-01-17 23:44:39 +0000 | |
commit | 3a5e34b65727d2c9e7e6ebe45c337dae0d0398a4 (patch) | |
tree | 66013474dc85b2a868d5fad2506c8674a086fa1a | |
parent | 442a83a7627a5fb8c9e99f7431554d53d9fbf269 (diff) | |
parent | 7735305ebaf3f2fab3a134bd5e599cc504873dca (diff) |
Merge "ART: Disable app images for test 912"
-rwxr-xr-x | test/912-classes/run | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/912-classes/run b/test/912-classes/run index 4379349cb2..20dfc4b767 100755 --- a/test/912-classes/run +++ b/test/912-classes/run @@ -14,6 +14,11 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This test checks which classes are initiated by a classloader. App images preload classes. +# In certain configurations, the app images may be valid even in a new classloader. Turn off +# app images to avoid the issue. + ./default-run "$@" --experimental agents \ --experimental runtime-plugins \ - --jvmti + --jvmti \ + --no-app-image |