moving locking code into UnixRuntime and use GlobalScope to track extra-process locks
[nestedvm.git] / src / org / ibex / nestedvm / util / Platform.java
index a8db074..4b50f18 100644 (file)
@@ -205,7 +205,7 @@ public abstract class Platform {
         }
     }
 
-    private static final class Jdk14FileLock implements Seekable.Lock {
+    private static final class Jdk14FileLock extends Seekable.Lock {
         private final Seekable s;
         private final FileLock l;