src/cpu/x86/vm/interp_masm_x86.hpp

changeset 8368
32b682649973
parent 0
f90c822e73f8
     1.1 --- a/src/cpu/x86/vm/interp_masm_x86.hpp	Mon Jan 11 13:41:45 2016 -0800
     1.2 +++ b/src/cpu/x86/vm/interp_masm_x86.hpp	Fri Jan 15 22:33:15 2016 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -48,6 +48,9 @@
    1.11    Register _bcp_register; // register that contains the bcp
    1.12  
    1.13   public:
    1.14 +  // narrow int return value
    1.15 +  void narrow(Register result);
    1.16 +
    1.17  #ifndef CC_INTERP
    1.18    void profile_obj_type(Register obj, const Address& mdo_addr);
    1.19    void profile_arguments_type(Register mdp, Register callee, Register tmp, bool is_virtual);

mercurial