< prev index next >

src/hotspot/share/ci/ciType.cpp

Print this page

        

*** 62,72 **** // ------------------------------------------------------------------ // ciType::is__Value // bool ciType::is__Value() const { ! return (this == ciEnv::____Value_klass); } // ------------------------------------------------------------------ // ciType::name // --- 62,72 ---- // ------------------------------------------------------------------ // ciType::is__Value // bool ciType::is__Value() const { ! return false; } // ------------------------------------------------------------------ // ciType::name //
< prev index next >