Top


定義場所(file name)

hotspot/src/cpu/sparc/vm/jniFastGetField_sparc.cpp

名前(function name)

address JNI_FastGetField::generate_fast_get_char_field() {

本体部(body)

  {- -------------------------------------------
  (1) JNI_FastGetField::generate_fast_get_int_field0() にフォールバックするだけ.
      ---------------------------------------- -}

      return generate_fast_get_int_field0(T_CHAR);
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.