hotspot/src/cpu/sparc/vm/interpreterRT_sparc.hpp
changeset 46727 6e4a84748e2c
parent 7397 5b173b4ca846
equal deleted inserted replaced
46726:7801367e3cc9 46727:6e4a84748e2c
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2017, 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.
    50   void pass_float();
    50   void pass_float();
    51   void pass_object();
    51   void pass_object();
    52 
    52 
    53  public:
    53  public:
    54   // Creation
    54   // Creation
    55   SignatureHandlerGenerator(methodHandle method, CodeBuffer* buffer) : NativeSignatureIterator(method) {
    55   SignatureHandlerGenerator(const methodHandle& method, CodeBuffer* buffer) : NativeSignatureIterator(method) {
    56     _masm = new MacroAssembler(buffer);
    56     _masm = new MacroAssembler(buffer);
    57   }
    57   }
    58 
    58 
    59   // Code generation
    59   // Code generation
    60   void generate( uint64_t fingerprint );
    60   void generate( uint64_t fingerprint );