hotspot/src/share/vm/opto/runtime.cpp
changeset 12985 b8e776b87b52
parent 12981 b557c10f5444
parent 12377 ae6def2813e0
child 13521 97a23be06f4e
--- a/hotspot/src/share/vm/opto/runtime.cpp	Thu Apr 12 12:07:09 2012 -0700
+++ b/hotspot/src/share/vm/opto/runtime.cpp	Tue May 08 07:29:27 2012 -0700
@@ -709,9 +709,9 @@
   return TypeFunc::make(domain, range);
 }
 
-//-------------- currentTimeMillis
+//-------------- currentTimeMillis, currentTimeNanos, etc
 
-const TypeFunc* OptoRuntime::current_time_millis_Type() {
+const TypeFunc* OptoRuntime::void_long_Type() {
   // create input type (domain)
   const Type **fields = TypeTuple::fields(0);
   const TypeTuple *domain = TypeTuple::make(TypeFunc::Parms+0, fields);