8153416: unexport javah from jdk.compiler module

Reviewed-by: mchung
This commit is contained in:
Jonathan Gibbons 2016-04-04 12:34:42 -07:00
parent a80f850898
commit b892b6e3f0
15 changed files with 22 additions and 21 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 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
@ -25,7 +25,7 @@
* @test
* @bug 6890226
* @summary javah -version is broken
* @modules jdk.compiler
* @modules jdk.compiler/com.sun.tools.javah
*/
import java.io.*;