Request for reviews (L): 6823354: Add intrinsics for{Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()

Christian Thalinger Christian.Thalinger at Sun.COM
Tue May 5 09:15:25 PDT 2009


On Tue, 2009-05-05 at 09:10 -0700, Vladimir Kozlov wrote:
> It is the same since bottom_type() returns TypeInt::INT:
> 
> + class CountBitsNode : public Node {
> + public:
> +   CountBitsNode(Node* in1) : Node(0, in1) {}
> +   const Type* bottom_type() const { return TypeInt::INT; }

Right, sorry.  Then I will use bottom_type().

-- Christian




More information about the hotspot-compiler-dev mailing list