8166657: Remove exports com.sun.tools.jdi to jdk.hotspot.agent
authordsamersoff
Mon, 03 Oct 2016 15:58:34 +0300
changeset 41755 8d1fadf19c24
parent 41367 9a11eddf3f82
child 41756 d3b22a8e7fef
child 41757 103a8cc0ad37
8166657: Remove exports com.sun.tools.jdi to jdk.hotspot.agent Summary: Remove exports com.sun.tools.jdi to jdk.hotspot.agent Reviewed-by: alanb, dsamersoff Contributed-by: sharath.ballal@oracle.com
jdk/src/jdk.jdi/share/classes/module-info.java
--- a/jdk/src/jdk.jdi/share/classes/module-info.java	Fri Sep 30 02:52:42 2016 -0700
+++ b/jdk/src/jdk.jdi/share/classes/module-info.java	Mon Oct 03 15:58:34 2016 +0300
@@ -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;