jdk/src/java.base/unix/classes/module-info.java.extra
changeset 46838 c0382298afc7
parent 42757 b35c88b07b78
child 46843 c092a843a8f9
--- a/jdk/src/java.base/unix/classes/module-info.java.extra	Tue Jan 31 19:26:10 2017 -0500
+++ b/jdk/src/java.base/unix/classes/module-info.java.extra	Thu Feb 09 15:24:38 2017 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 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
@@ -32,5 +32,3 @@
 
 exports jdk.internal.module to jdk.vm.compiler;
 
-// AOT uses jdk.internal.misc.Unsafe
-exports jdk.internal.misc to jdk.aot;