提交 c76a5ab9 编写于 作者: J jbachorik

8062450: Timeout in LowMemoryTest.java

Reviewed-by: dholmes
上级 0295db4e
/* /*
* Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -33,15 +33,16 @@ ...@@ -33,15 +33,16 @@
* @library /lib/testlibrary/ * @library /lib/testlibrary/
* @build LowMemoryTest MemoryUtil RunUtil * @build LowMemoryTest MemoryUtil RunUtil
* @run main/timeout=600 LowMemoryTest * @run main/timeout=600 LowMemoryTest
* @requires vm.opt.ExplicitGCInvokesConcurrent != "true"
* @requires vm.opt.ExplicitGCInvokesConcurrentAndUnloadsClasses != "true"
* @requires vm.opt.DisableExplicitGC != "true"
*/ */
import com.sun.management.DiagnosticCommandMBean;
import java.lang.management.*; import java.lang.management.*;
import java.util.*; import java.util.*;
import java.util.concurrent.Phaser; import java.util.concurrent.Phaser;
import javax.management.*; import javax.management.*;
import javax.management.openmbean.CompositeData; import javax.management.openmbean.CompositeData;
import sun.management.ManagementFactoryHelper;
public class LowMemoryTest { public class LowMemoryTest {
private static final MemoryMXBean mm = ManagementFactory.getMemoryMXBean(); private static final MemoryMXBean mm = ManagementFactory.getMemoryMXBean();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册