--- old/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/ModuleDotGraph.java 2018-02-07 17:17:51.000000000 -0500 +++ new/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/ModuleDotGraph.java 2018-02-07 17:17:51.000000000 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2018, 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 @@ -259,7 +259,7 @@ static final Set JDK_SUBGRAPH = jdk(); private static Set javaSE() { - String root = "java.se.ee"; + String root = "java.se"; ModuleFinder system = ModuleFinder.ofSystem(); if (system.find(root).isPresent()) { return Stream.concat(Stream.of(root),