Merge
authoramurillo
Thu, 13 Oct 2016 08:57:57 -0700
changeset 41757 103a8cc0ad37
parent 41487 aca4558a880d (current diff)
parent 41755 8d1fadf19c24 (diff)
child 41758 3b2263cf99b4
Merge
--- a/jdk/src/jdk.jdi/share/classes/module-info.java	Thu Oct 13 12:37:42 2016 +0100
+++ b/jdk/src/jdk.jdi/share/classes/module-info.java	Thu Oct 13 08:57:57 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2016, 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
@@ -32,7 +32,6 @@
     exports com.sun.jdi.connect.spi;
     exports com.sun.jdi.event;
     exports com.sun.jdi.request;
-    exports com.sun.tools.jdi to jdk.hotspot.agent;
 
     uses com.sun.jdi.connect.Connector;
     uses com.sun.jdi.connect.spi.TransportService;