mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-15 21:48:57 +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