src/share/vm/c1/c1_LIRGenerator.hpp

changeset 3709
0105f367a14c
parent 3592
701a83c86f28
child 3838
8f37087fc13f
     1.1 --- a/src/share/vm/c1/c1_LIRGenerator.hpp	Sun Apr 15 15:37:20 2012 -0700
     1.2 +++ b/src/share/vm/c1/c1_LIRGenerator.hpp	Tue Mar 06 12:36:59 2012 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 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 @@ -426,6 +426,12 @@
    1.11    SwitchRangeArray* create_lookup_ranges(LookupSwitch* x);
    1.12    void do_SwitchRanges(SwitchRangeArray* x, LIR_Opr value, BlockBegin* default_sux);
    1.13  
    1.14 +  void do_RuntimeCall(address routine, int expected_arguments, Intrinsic* x);
    1.15 +#ifdef TRACE_HAVE_INTRINSICS
    1.16 +  void do_ThreadIDIntrinsic(Intrinsic* x);
    1.17 +  void do_ClassIDIntrinsic(Intrinsic* x);
    1.18 +#endif
    1.19 +
    1.20   public:
    1.21    Compilation*  compilation() const              { return _compilation; }
    1.22    FrameMap*     frame_map() const                { return _compilation->frame_map(); }

mercurial