8248295: serviceability/jvmti/CompiledMethodLoad/Zombie.java failure with Graal

Reviewed-by: kvn, sspitsyn
This commit is contained in:
Kevin Walls 2020-08-20 11:42:12 +01:00
parent 17bc6915a1
commit 99c9b39058

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -25,7 +25,7 @@
* @test
* @bug 8212159
* @summary Generate compiled method load events without crashing
* @run main/othervm/native -agentlib:CompiledZombie -Xcomp -XX:ReservedCodeCacheSize=20m Zombie
* @run main/othervm/native -agentlib:CompiledZombie -Xcomp -XX:ReservedCodeCacheSize=50m Zombie
**/
// The stress test that made this fail was -jar SwingSet2.jar from demos (without DISPLAY set so it exits)