-
Bug
-
Resolution: Won't Fix
-
P3
-
repo-valhalla
The following code should be uncommented out in verifier.cpp when JDK-8187320 is fixed.
verifier.cpp, ClassVerifier::verify_method()
// Verify value type bytecodes if enabled and class file version supports them.
// Commented check out for now until class file version 54.1 is generated.
bool vbytecodes_allowed = (EnableMVT || EnableValhalla);
//_klass->major_version() >= Verifier::VALUETYPE_MAJOR_VERSION &&
//_klass->minor_version() >= Verifier::VALUETYPE_MINOR_VERSION);
verifier.cpp, ClassVerifier::verify_method()
// Verify value type bytecodes if enabled and class file version supports them.
// Commented check out for now until class file version 54.1 is generated.
bool vbytecodes_allowed = (EnableMVT || EnableValhalla);
//_klass->major_version() >= Verifier::VALUETYPE_MAJOR_VERSION &&
//_klass->minor_version() >= Verifier::VALUETYPE_MINOR_VERSION);
- is blocked by
-
JDK-8187320 [MVT] Version 52 & 53 classfiles are being generated with MVT bytecodes
-
- Closed
-