You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by be...@apache.org on 2015/09/10 17:50:55 UTC

[1/3] cassandra git commit: ninja remove bytecode printing

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-3.0 ce0ec43a0 -> cc559af66
  refs/heads/trunk 0ec30bcac -> b440de5fe


ninja remove bytecode printing


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cc559af6
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cc559af6
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/cc559af6

Branch: refs/heads/cassandra-3.0
Commit: cc559af66c1da0458ae4b75448d85c6d8f7b8237
Parents: ce0ec43
Author: Benedict Elliott Smith <be...@apache.org>
Authored: Thu Sep 10 16:50:35 2015 +0100
Committer: Benedict Elliott Smith <be...@apache.org>
Committed: Thu Sep 10 16:50:35 2015 +0100

----------------------------------------------------------------------
 src/java/org/apache/cassandra/io/util/RebufferingInputStream.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/cc559af6/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java b/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java
index 7d64f3d..958a815 100644
--- a/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java
+++ b/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java
@@ -26,7 +26,6 @@ import java.nio.ByteBuffer;
 import java.nio.ByteOrder;
 
 import net.nicoulaj.compilecommand.annotations.DontInline;
-import net.nicoulaj.compilecommand.annotations.Print;
 import org.apache.cassandra.utils.FastByteOperations;
 import org.apache.cassandra.utils.vint.VIntCoding;
 
@@ -69,7 +68,6 @@ public abstract class RebufferingInputStream extends InputStream implements Data
             throw new EOFException();
     }
 
-    @Print
     @Override
     public int read(byte[] b, int off, int len) throws IOException {
 


[3/3] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

Posted by be...@apache.org.
Merge branch 'cassandra-3.0' into trunk


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b440de5f
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b440de5f
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/b440de5f

Branch: refs/heads/trunk
Commit: b440de5fea0bb17db8a4ed0ff4116e06b0918a20
Parents: 0ec30bc cc559af
Author: Benedict Elliott Smith <be...@apache.org>
Authored: Thu Sep 10 16:50:40 2015 +0100
Committer: Benedict Elliott Smith <be...@apache.org>
Committed: Thu Sep 10 16:50:40 2015 +0100

----------------------------------------------------------------------
 src/java/org/apache/cassandra/io/util/RebufferingInputStream.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------



[2/3] cassandra git commit: ninja remove bytecode printing

Posted by be...@apache.org.
ninja remove bytecode printing


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cc559af6
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cc559af6
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/cc559af6

Branch: refs/heads/trunk
Commit: cc559af66c1da0458ae4b75448d85c6d8f7b8237
Parents: ce0ec43
Author: Benedict Elliott Smith <be...@apache.org>
Authored: Thu Sep 10 16:50:35 2015 +0100
Committer: Benedict Elliott Smith <be...@apache.org>
Committed: Thu Sep 10 16:50:35 2015 +0100

----------------------------------------------------------------------
 src/java/org/apache/cassandra/io/util/RebufferingInputStream.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/cc559af6/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java b/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java
index 7d64f3d..958a815 100644
--- a/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java
+++ b/src/java/org/apache/cassandra/io/util/RebufferingInputStream.java
@@ -26,7 +26,6 @@ import java.nio.ByteBuffer;
 import java.nio.ByteOrder;
 
 import net.nicoulaj.compilecommand.annotations.DontInline;
-import net.nicoulaj.compilecommand.annotations.Print;
 import org.apache.cassandra.utils.FastByteOperations;
 import org.apache.cassandra.utils.vint.VIntCoding;
 
@@ -69,7 +68,6 @@ public abstract class RebufferingInputStream extends InputStream implements Data
             throw new EOFException();
     }
 
-    @Print
     @Override
     public int read(byte[] b, int off, int len) throws IOException {