src/cpu/x86/vm/methodHandles_x86.hpp

changeset 3445
82e5a84b7436
parent 3314
59bc0d4d9ea3
child 3451
5dbed2f542ff
     1.1 --- a/src/cpu/x86/vm/methodHandles_x86.hpp	Sun Jan 22 14:03:20 2012 -0800
     1.2 +++ b/src/cpu/x86/vm/methodHandles_x86.hpp	Tue Jan 24 15:41:17 2012 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 2012, 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 @@ -224,6 +224,8 @@
    1.11    }
    1.12  
    1.13    static void verify_clean(MacroAssembler* _masm) NOT_DEBUG_RETURN;
    1.14 +
    1.15 +  static void describe(const frame* fr, FrameValues& values, int frame_no) NOT_DEBUG_RETURN;
    1.16  };
    1.17  
    1.18  // Additional helper methods for MethodHandles code generation:

mercurial