--- old/src/share/vm/ci/ciEnv.hpp 2015-12-21 09:10:52.177753038 -0800 +++ new/src/share/vm/ci/ciEnv.hpp 2015-12-21 09:10:52.052746765 -0800 @@ -158,7 +158,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.