mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 18:44:38 +02:00
8248401: Refactor/unify RMI gc support functionality
Move recent timestamp of most recent whole heap liveness analysis into CollectedHeap, removing the duplicates in all collectors Reviewed-by: kbarrett, ayang, stefank
This commit is contained in:
parent
1ad1659413
commit
9852a6f75c
25 changed files with 56 additions and 166 deletions
|
@ -502,7 +502,7 @@ JVM_END
|
|||
|
||||
JVM_LEAF(jlong, JVM_MaxObjectInspectionAge(void))
|
||||
JVMWrapper("JVM_MaxObjectInspectionAge");
|
||||
return Universe::heap()->millis_since_last_gc();
|
||||
return Universe::heap()->millis_since_last_whole_heap_examined();
|
||||
JVM_END
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue