jdk/test/com/sun/jdi/cds/CDSBreakpointTest.java
changeset 47019 06122340dbf7
parent 36966 4209c9e19c45
--- a/jdk/test/com/sun/jdi/cds/CDSBreakpointTest.java	Tue Aug 29 20:23:14 2017 +0530
+++ b/jdk/test/com/sun/jdi/cds/CDSBreakpointTest.java	Tue Aug 29 17:29:19 2017 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, 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,7 @@
  * @test
  * @bug 8054386
  * @summary java debugging test for CDS
+ * @requires vm.cds
  * @modules jdk.jdi
  *          java.management
  *          jdk.jartool/sun.tools.jar