2015/12/15 7:09 -0800, Paul Benedict <pbened...@apache.org>: > I have a general question prompted by the many classes moved from sun.* to > jdk.*. Once JDK 9 delivers on the Module System and internals are no longer > exposed, is it planned to eventually migrate away from the sun.* legacy > namespace in later JDK versions?
There's no specific intent right now to remove or rename all the existing internal sun.* packages in any particular timeframe. For a while now new JDK-specific packages, internal or otherwise, have been named jdk.* rather than {sun,com.sun}.*, and we intend to continue that practice going forward. Why do you ask? - Mark