mirror of
https://github.com/openjdk/jdk.git
synced 2026-07-07 09:39:15 +00:00
Modify TestInstanceKlassSizeForInterface.java to avoid the error prone mechanism of spawning a process and attaching back to the current process. Use LingeredApp instead. Reviewed-by: dsamersoff, sspitsyn