aragozin / jvm-tools

Small set of tools for JVM troublshooting, monitoring and profiling.
Apache License 2.0
3.32k stars 518 forks source link

In the big heap (e.g. for 64Gb and highter), page scan can run into t… #58

Closed vektory79 closed 5 years ago

vektory79 commented 5 years ago

…he integer owerflow. That's lead to the infinite recursion and OOM in some circumstates. The explicite cast to long is solving the problem.

vektory79 commented 5 years ago

The Travis CI is failed due to Oracle license... Ups...