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,

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

                Created:
                Updated:
                Resolved: