hotspot/src/share/vm/ci/ciEnv.hpp
changeset 38719 133bf85c3f36
parent 35576 1f1cca67a48e
child 43675 a2b322083029
--- a/hotspot/src/share/vm/ci/ciEnv.hpp	Thu May 26 20:43:13 2016 -0400
+++ b/hotspot/src/share/vm/ci/ciEnv.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
@@ -156,7 +156,8 @@
                            InstanceKlass*  holder,
                            Symbol*         name,
                            Symbol*         sig,
-                           Bytecodes::Code bc);
+                           Bytecodes::Code bc,
+                           constantTag     tag);
 
   // Get a ciObject from the object factory.  Ensures uniqueness
   // of ciObjects.