--- old/test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/src/test/module-info.java 2018-04-18 09:44:59.956644438 -0700 +++ new/test/hotspot/jtreg/runtime/appcds/jigsaw/overridetests/src/test/module-info.java 2018-04-18 09:44:59.319584386 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 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 @@ -24,5 +24,5 @@ module test { requires jdk.compiler; - requires java.activation; + requires java.compiler; }