# HG changeset patch # User Christian Haeubl # Date 1364472091 -3600 # Node ID c213fc99e2a80ca15b466518f2df3bda2852705d # Parent cd9e8dd9f4882e808449db53bc263edfd396be8d checkstyle fixes diff -r cd9e8dd9f488 -r c213fc99e2a8 graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java --- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java Thu Mar 28 12:58:50 2013 +0100 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVM.java Thu Mar 28 13:01:31 2013 +0100 @@ -214,7 +214,7 @@ String getFileName(HotSpotResolvedJavaType method); void clearQueuedForCompilation(HotSpotResolvedJavaMethod method); - + /** * Invalidates the profiling information and restarts profiling upon the next invocation. * diff -r cd9e8dd9f488 -r c213fc99e2a8 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 Mar 28 12:58:50 2013 +0100 +++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/bridge/CompilerToVMImpl.java Thu Mar 28 13:01:31 2013 +0100 @@ -155,7 +155,7 @@ @Override public native void clearQueuedForCompilation(HotSpotResolvedJavaMethod method); - + @Override public native void reprofile(long metaspaceMethod); }