8156835: [JVMCI] clean up and minimize JVMCI

Reviewed-by: iveresov, kvn
This commit is contained in:
Doug Simon 2016-05-18 21:50:27 +00:00
parent 6fd77565f4
commit 64001ce527
84 changed files with 506 additions and 1471 deletions

View file

@ -495,7 +495,7 @@ JVMCIEnv::CodeInstallResult CodeInstaller::gather_metadata(Handle target, Handle
return result;
}
_debug_recorder->pcs_size(); // ehm, create the sentinel record
_debug_recorder->pcs_size(); // create the sentinel record
assert(_debug_recorder->pcs_length() >= 2, "must be at least 2");