comparison src/share/vm/opto/superword.hpp @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 52b8826ef035
children
comparison
equal deleted inserted replaced
21558:d563baeca9df 21559:be896a1983c0
199 199
200 SWNodeInfo() : _alignment(-1), _depth(0), _velt_type(NULL), _my_pack(NULL) {} 200 SWNodeInfo() : _alignment(-1), _depth(0), _velt_type(NULL), _my_pack(NULL) {}
201 static const SWNodeInfo initial; 201 static const SWNodeInfo initial;
202 }; 202 };
203 203
204 // Graal: OrderedPair is moved up to deal with compilation issues on Windows 204 // JVMCI: OrderedPair is moved up to deal with compilation issues on Windows
205 //------------------------------OrderedPair--------------------------- 205 //------------------------------OrderedPair---------------------------
206 // Ordered pair of Node*. 206 // Ordered pair of Node*.
207 class OrderedPair VALUE_OBJ_CLASS_SPEC { 207 class OrderedPair VALUE_OBJ_CLASS_SPEC {
208 protected: 208 protected:
209 Node* _p1; 209 Node* _p1;