mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 20:48:29 +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