Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8211905

Remove multiple casts for EM06 file

XMLWordPrintable

    • b15

        In the file nsk/jvmti/scenarios/events/EM06/em06t001/em06t001.cpp, there is a line that does this:

         jclassName = (jstring) (jstring) (jstring) (jstring) (jstring) (jstring) (jstring) (jstring) (jstring) NSK_CPP_STUB3(CallObjectMethod, jni_env, klass,

        We should remove the multiple casts to only become:

         jclassName = (jstring) NSK_CPP_STUB3(CallObjectMethod, jni_env, klass,

              jcbeyler Jean Christophe Beyler
              jcbeyler Jean Christophe Beyler
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: