--- old/src/hotspot/share/ci/ciType.cpp 2018-02-15 15:32:34.000000000 -0500 +++ new/src/hotspot/share/ci/ciType.cpp 2018-02-15 15:32:34.000000000 -0500 @@ -64,7 +64,7 @@ // ciType::is__Value // bool ciType::is__Value() const { - return (this == ciEnv::____Value_klass); + return false; } // ------------------------------------------------------------------