mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-04 09:42:34 +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