[草稿] 此贴,描述有问题,不必浪费时间看,等想清楚再发帖。
hackerstesr
2013-12-17
此贴,描述有问题,不必浪费时间看,等想清楚再发帖。
(楼主似乎是读了什么书或者博客之后自己做实验遇到了问题?请问是看的什么资料?) 代码入如下: private static final int _1MB = 1024 * 1024; public static void main(String[] args) { testAllocation(); } /** * vm 参数:-verbose:gc -Xms40M -Xmx40M -Xmn30M -XX:SurvivorRatio=1 * -XX:+PrintGCDetails */ public static void testAllocation() { byte[] allocation1, allocation2, allocation3, allocation4; allocation1 = new byte[4 * _1MB]; allocation2 = new byte[4 * _1MB]; allocation2 = new byte[4 * _1MB]; allocation2 = new byte[4 * _1MB]; allocation2 = new byte[4 * _1MB]; } |
相关讨论
相关资源推荐
- 像专业人员一样开发Ajax应用程序,第2部分:使用ScriptaculousJavaScript库和script.aculo.us
- 《Prototype and script.aculo.us终极揭秘》
- 像专业人员一样开发Ajax应用程序,第1部分:使用PrototypeJavaScript库和script.aculo.us
- script.aculo.us
- prototype and script.aculo.us框架
- PHP and script.aculo.us Web 2.0 Application Interfaces.pdf.rar
- script.aculo.us单元测试,久违的绿色快感
- script.aculo.us实现googleSuggest用例
- Script.Aculo.Us开发系列教程
- Prototype.and.script.aculo.us.Dec.2007.pdf