hg: jdk/sandbox: 8211394: CHECK_ must be used in the rhs of an assignment statement within a block
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Wed Oct 10 00:45:20 UTC 2018
Changeset: 2e72562697bf
Author: dholmes
Date: 2018-10-09 20:38 -0400
URL: http://hg.openjdk.java.net/jdk/sandbox/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-sandbox-changes
mailing list