hotspot/src/share/vm/code/dependencies.hpp
changeset 35498 392b50de06c6
parent 33611 9abd65805e19
child 35499 b79827ea1b9f
--- a/hotspot/src/share/vm/code/dependencies.hpp	Tue Jan 12 21:17:13 2016 +0400
+++ b/hotspot/src/share/vm/code/dependencies.hpp	Mon Jan 04 15:41:05 2016 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2016, 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
@@ -767,13 +767,7 @@
   Handle _method_handle;
 
  public:
-  CallSiteDepChange(Handle call_site, Handle method_handle)
-    : _call_site(call_site),
-      _method_handle(method_handle)
-  {
-    assert(_call_site()    ->is_a(SystemDictionary::CallSite_klass()),     "must be");
-    assert(_method_handle.is_null() || _method_handle()->is_a(SystemDictionary::MethodHandle_klass()), "must be");
-  }
+  CallSiteDepChange(Handle call_site, Handle method_handle);
 
   // What kind of DepChange is this?
   virtual bool is_call_site_change() const { return true; }