8151130: [BACKOUT] Remove Method::_method_data for C1

Backing out the fix for JDK-8147978 because it fails and blocks integration.

Reviewed-by: vlivanov, zmajo
This commit is contained in:
Tobias Hartmann 2016-03-03 13:18:53 +01:00
parent 68ce6b3b9f
commit 2c4627b399
6 changed files with 16 additions and 52 deletions

View file

@ -3464,12 +3464,6 @@ jint Arguments::finalize_vm_init_args(SysClassPath* scp_p, bool scp_assembly_req
}
#endif
#if !defined(COMPILER2) && !INCLUDE_JVMCI
UNSUPPORTED_OPTION(ProfileInterpreter, "ProfileInterpreter");
NOT_PRODUCT(UNSUPPORTED_OPTION(TraceProfileInterpreter, "TraceProfileInterpreter"));
UNSUPPORTED_OPTION(PrintMethodData, "PrintMethodData");
#endif
#ifndef TIERED
// Tiered compilation is undefined.
UNSUPPORTED_OPTION(TieredCompilation, "TieredCompilation");