mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8156835: [JVMCI] clean up and minimize JVMCI
Reviewed-by: iveresov, kvn
This commit is contained in:
parent
6fd77565f4
commit
64001ce527
84 changed files with 506 additions and 1471 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue