src/share/vm/opto/divnode.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/divnode.hpp	Mon Aug  4 14:31:47 2014
--- new/src/share/vm/opto/divnode.hpp	Mon Aug  4 14:31:47 2014

*** 1,7 **** --- 1,7 ---- /* ! * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. ! * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 166,176 **** --- 166,176 ---- virtual int Opcode() const; virtual const Type *bottom_type() const { return TypeTuple::INT_PAIR; } virtual Node *match( const ProjNode *proj, const Matcher *m ); // Make a divmod and associated projections from a div or mod. - static DivModINode* make(Compile* C, Node* div_or_mod); }; //------------------------------DivModLNode--------------------------------------- // Long division with remainder result. class DivModLNode : public DivModNode {
*** 179,187 **** --- 179,187 ---- virtual int Opcode() const; virtual const Type *bottom_type() const { return TypeTuple::LONG_PAIR; } virtual Node *match( const ProjNode *proj, const Matcher *m ); // Make a divmod and associated projections from a div or mod. - static DivModLNode* make(Compile* C, Node* div_or_mod); }; #endif // SHARE_VM_OPTO_DIVNODE_HPP

src/share/vm/opto/divnode.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File