# HG changeset patch # User Gilles Duboscq # Date 1354198399 -3600 # Node ID bb6d2860e431e21469f65f96ee574482781a6473 # Parent 08fe3a509cf1945f1a54ed72d68c826671a3007a For code installation failure, start the counter so that we don't get an error message if an installation fails shortly after the VM has started diff -r 08fe3a509cf1 -r bb6d2860e431 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java Thu Nov 29 13:31:48 2012 +0100 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java Thu Nov 29 15:13:19 2012 +0100 @@ -46,7 +46,7 @@ /** * Number of successive successful installations. */ - private long successfulInstallations; + private long successfulInstallations = MINIMUM_SUCCESSFUL_INSTALLATIONS_PER_FAILURE; /** * The minimum expected number of successful code installations between each code