< prev index next >

src/hotspot/share/cds/aotConstantPoolResolver.cpp

Print this page
@@ -292,11 +292,11 @@
    Klass* resolved_klass = cp->klass_ref_at(raw_index, bc, CHECK);
  
    switch (bc) {
    case Bytecodes::_getfield:
    case Bytecodes::_putfield:
-     InterpreterRuntime::resolve_get_put(bc, raw_index, mh, cp, false /*initialize_holder*/, CHECK);
+     InterpreterRuntime::resolve_get_put(bc, raw_index, mh, cp, StaticMode::dont_initialize_klass, CHECK);
      break;
  
    case Bytecodes::_invokevirtual:
    case Bytecodes::_invokespecial:
    case Bytecodes::_invokeinterface:
< prev index next >