comparison agent/src/share/classes/sun/jvm/hotspot/bugspot/Main.java @ 152:c70a245cad3a

6670684: 4/5 SA command universe did not print out CMS space information Summary: Forward port of Yumin's fix for 6670684 from HSX-11; Yumin verified the port was correct. Reviewed-by: dcubed
author dcubed
date Fri, 09 May 2008 08:55:13 -0700
parents a61af66fc99e
children d1605aabd0a1
comparison
equal deleted inserted replaced
83:d3cd40645d0d 152:c70a245cad3a
45 45
46 GraphicsUtilities.reshapeToAspectRatio(frame, 46 GraphicsUtilities.reshapeToAspectRatio(frame,
47 4.0f/3.0f, 0.85f, Toolkit.getDefaultToolkit().getScreenSize()); 47 4.0f/3.0f, 0.85f, Toolkit.getDefaultToolkit().getScreenSize());
48 GraphicsUtilities.centerInContainer(frame, 48 GraphicsUtilities.centerInContainer(frame,
49 Toolkit.getDefaultToolkit().getScreenSize()); 49 Toolkit.getDefaultToolkit().getScreenSize());
50 frame.show(); 50 frame.setVisible(true);
51 } 51 }
52 } 52 }