--- old/src/share/vm/ci/ciEnv.hpp 2015-11-12 12:29:15.488355796 -0800 +++ new/src/share/vm/ci/ciEnv.hpp 2015-11-12 12:29:15.344348593 -0800 @@ -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.