- 
    Bug 
- 
    Resolution: Fixed
- 
     P4 P4
- 
    12
- 
        b15
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8274141 | 11.0.14-oracle | Ramkumar Sunderbabu | P4 | Resolved | Fixed | b01 | 
| JDK-8277838 | 11.0.14 | Goetz Lindenmaier | P4 | Resolved | Fixed | b05 | 
                    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,
            
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,
- backported by
- 
                    JDK-8274141 Remove multiple casts for EM06 file -           
- Resolved
 
-         
- 
                    JDK-8277838 Remove multiple casts for EM06 file -           
- Resolved
 
-         
- relates to
- 
                    JDK-8209611 use C++ compiler for hotspot tests -           
- Resolved
 
-         
 
        