mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-18 20:03:13 +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