src/share/vm/opto/runtime.cpp

changeset 3857
5142b5110214
parent 3853
1e76463170b3
parent 3709
0105f367a14c
child 4020
a5dd6e3ef9f3
     1.1 --- a/src/share/vm/opto/runtime.cpp	Thu Apr 12 12:07:09 2012 -0700
     1.2 +++ b/src/share/vm/opto/runtime.cpp	Tue May 08 07:29:27 2012 -0700
     1.3 @@ -709,9 +709,9 @@
     1.4    return TypeFunc::make(domain, range);
     1.5  }
     1.6  
     1.7 -//-------------- currentTimeMillis
     1.8 +//-------------- currentTimeMillis, currentTimeNanos, etc
     1.9  
    1.10 -const TypeFunc* OptoRuntime::current_time_millis_Type() {
    1.11 +const TypeFunc* OptoRuntime::void_long_Type() {
    1.12    // create input type (domain)
    1.13    const Type **fields = TypeTuple::fields(0);
    1.14    const TypeTuple *domain = TypeTuple::make(TypeFunc::Parms+0, fields);

mercurial