Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
Description
When I profile compaction in 2.1, I find the isEOF() is an expensive operation, and we do the check for each read in RAR, which I think is unnecessary.
I attach a patch to only check isEOF() when we need to rebuffer, and then I do not see it from hotspot.