Move heap sorting into the main GC loop
Previously it was only being sorted during the verify compaction references stage - so would only happen during testing.
This commit allows us to sort the heap prior to each explicit GC.compact run
Move heap sorting into the main GC loop
Previously it was only being sorted during the verify compaction
references stage - so would only happen during testing.
This commit allows us to sort the heap prior to each explicit GC.compact
run