jdk/test/java/util/NavigableMap/LockStep.java
changeset 7174 5a56e43d896c
parent 5506 202f599c92aa
child 18818 a9ceff754226
--- a/jdk/test/java/util/NavigableMap/LockStep.java	Mon Nov 08 11:33:24 2010 -0500
+++ b/jdk/test/java/util/NavigableMap/LockStep.java	Mon Nov 08 09:29:18 2010 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, 2008, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -25,6 +25,9 @@
  * @test
  * @bug     6420753 6242436 6691185
  * @summary Compare NavigableMap implementations for identical behavior
+ * @run main LockStep
+ * @run main/othervm -XX:+AggressiveOpts LockStep
+ * @run main/othervm -XX:+AggressiveOpts -Dthorough=true LockStep
  * @author  Martin Buchholz
  */