Skip to content

Commit 99c9b39

Browse files
committedAug 20, 2020
8248295: serviceability/jvmti/CompiledMethodLoad/Zombie.java failure with Graal
Reviewed-by: kvn, sspitsyn
1 parent 17bc691 commit 99c9b39

File tree

1 file changed

+2
-2
lines changed
  • test/hotspot/jtreg/serviceability/jvmti/CompiledMethodLoad

1 file changed

+2
-2
lines changed
 

‎test/hotspot/jtreg/serviceability/jvmti/CompiledMethodLoad/Zombie.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,7 +25,7 @@
2525
* @test
2626
* @bug 8212159
2727
* @summary Generate compiled method load events without crashing
28-
* @run main/othervm/native -agentlib:CompiledZombie -Xcomp -XX:ReservedCodeCacheSize=20m Zombie
28+
* @run main/othervm/native -agentlib:CompiledZombie -Xcomp -XX:ReservedCodeCacheSize=50m Zombie
2929
**/
3030

3131
// The stress test that made this fail was -jar SwingSet2.jar from demos (without DISPLAY set so it exits)

0 commit comments

Comments
 (0)
Please sign in to comment.