diff graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/InitTimer.java @ 18163:c88ab4f1f04a

re-enabled Checkstyle with the release of 6.0 that supports Java 8; fixed existing Checkstyle warnings
author Doug Simon <doug.simon@oracle.com>
date Fri, 24 Oct 2014 16:18:10 +0200
parents 4481cf549cfc
children 1da7aef31a08
line wrap: on
line diff
--- a/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/InitTimer.java	Thu Oct 23 17:20:10 2014 +0200
+++ b/graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/InitTimer.java	Fri Oct 24 16:18:10 2014 +0200
@@ -31,7 +31,7 @@
  * {@link DebugTimer} as it must be independent from all other Graal code so as to not perturb the
  * initialization sequence.
  */
-public class InitTimer implements AutoCloseable {
+public final class InitTimer implements AutoCloseable {
     final String name;
     final long start;