hotspot/src/share/vm/opto/idealKit.cpp
changeset 33628 09241459a8b8
parent 33459 9d377e6f0e4c
child 34157 4fde32e81092
equal deleted inserted replaced
33627:c5b7455f846e 33628:09241459a8b8
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   528 
   528 
   529   assert(C->alias_type(call->adr_type()) == C->alias_type(adr_type),
   529   assert(C->alias_type(call->adr_type()) == C->alias_type(adr_type),
   530          "call node must be constructed correctly");
   530          "call node must be constructed correctly");
   531 }
   531 }
   532 
   532 
   533 
       
   534 void IdealKit::make_leaf_call_no_fp(const TypeFunc *slow_call_type,
   533 void IdealKit::make_leaf_call_no_fp(const TypeFunc *slow_call_type,
   535                               address slow_call,
   534                               address slow_call,
   536                               const char *leaf_name,
   535                               const char *leaf_name,
   537                               const TypePtr* adr_type,
   536                               const TypePtr* adr_type,
   538                               Node* parm0,
   537                               Node* parm0,