Relates :
|
The CheckIntrinsics flag added by JDK-8076112 is currently enabled only in debug builds. The goal of this enhancment is to enable the flag in all types of builds (incl. product builds). The check for orphan methods in src/share/vm/classfile/classFileParser.cpp is also controlled by the CheckIntrinsics flag. To limit the impact of that potentially expensive check on our product builds, this enhancment proposes to include the check only in debug builds.