hotspot/src/share/vm/jvmci/jvmciEnv.hpp
changeset 38719 133bf85c3f36
parent 35592 5814f874d736
child 43938 f0e4bcc4d9f3
--- a/hotspot/src/share/vm/jvmci/jvmciEnv.hpp	Thu May 26 20:43:13 2016 -0400
+++ b/hotspot/src/share/vm/jvmci/jvmciEnv.hpp	Fri May 27 10:52:39 2016 -0400
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1999, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1999, 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
@@ -130,7 +130,8 @@
                            instanceKlassHandle  holder,
                            Symbol*         name,
                            Symbol*         sig,
-                           Bytecodes::Code bc);
+                           Bytecodes::Code bc,
+                           constantTag     tag);
 
   private: