--- old/src/java.base/share/classes/jdk/internal/module/ModuleInfo.java 2018-06-26 21:56:30.852000000 -0700 +++ new/src/java.base/share/classes/jdk/internal/module/ModuleInfo.java 2018-06-26 21:56:30.664000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 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 @@ -64,7 +64,7 @@ public final class ModuleInfo { private final int JAVA_MIN_SUPPORTED_VERSION = 53; - private final int JAVA_MAX_SUPPORTED_VERSION = 55; + private final int JAVA_MAX_SUPPORTED_VERSION = 56; private static final JavaLangModuleAccess JLMA = SharedSecrets.getJavaLangModuleAccess();