test/java/nio/Buffer/BasicDouble.java

Print this page

        

@@ -373,10 +373,13 @@
 
 
 
 
 
+
+
+
         // Compact
 
         relPut(b);
         b.position(13);
         b.compact();

@@ -703,10 +706,12 @@
         relPut(b);                       // Required by testViews
 
     }
 
 
+
+