hotspot/src/share/vm/ci/ciMethodHandle.hpp
changeset 8676 9098d4e927e1
parent 7408 c04a5c989f26
child 9633 92a7a2841a16
--- a/hotspot/src/share/vm/ci/ciMethodHandle.hpp	Fri Mar 11 22:33:47 2011 -0800
+++ b/hotspot/src/share/vm/ci/ciMethodHandle.hpp	Fri Mar 11 22:34:57 2011 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -30,7 +30,7 @@
 
 // ciMethodHandle
 //
-// The class represents a java.dyn.MethodHandle object.
+// The class represents a java.lang.invoke.MethodHandle object.
 class ciMethodHandle : public ciInstance {
 private:
   ciMethod* _callee;