mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-17 17:07:53 +00:00
Remove Method::_method_size to improve memory footprint after JDK-8135085,which increased 4 bytes for 32 platform. Also removed related unused code in SA. Reviewed-by: coleenp, hseigel