hg: jdk/submit: 8211394: CHECK_ must be used in the rhs of an assignment statement within a block

david.holmes at oracle.com david.holmes at oracle.com
Wed Oct 10 00:38:36 UTC 2018


Changeset: 2e72562697bf
Author:    dholmes
Date:      2018-10-09 20:38 -0400
URL:       http://hg.openjdk.java.net/jdk/submit/rev/2e72562697bf

8211394: CHECK_ must be used in the rhs of an assignment statement within a block
Summary: replace "return foo(CHECK_X);" with "return foo(THREAD);"
Reviewed-by: iklam, phh, stuefe, lfoltan

! src/hotspot/share/classfile/verificationType.cpp
! src/hotspot/share/classfile/verificationType.hpp
! src/hotspot/share/jvmci/jvmciEnv.cpp
! src/hotspot/share/oops/constantPool.cpp
! src/hotspot/share/oops/instanceMirrorKlass.cpp
! src/hotspot/share/runtime/javaCalls.cpp
! src/hotspot/share/services/management.cpp
! src/hotspot/share/utilities/exceptions.hpp



More information about the jdk-submit-changes mailing list