--- old/test/jdk/jdk/jfr/event/runtime/TestTableStatisticsEvent.java 2020-03-26 16:02:01.000000000 -0700 +++ new/test/jdk/jdk/jfr/event/runtime/TestTableStatisticsEvent.java 2020-03-26 16:02:00.000000000 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2019, 2020, 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 @@ -41,6 +41,7 @@ * @key jfr * @requires vm.hasJFR * @library /test/lib /test/jdk + * @modules java.base/jdk.internal.misc * @build jdk.jfr.event.runtime.TestClasses * @run main/othervm jdk.jfr.event.runtime.TestTableStatisticsEvent * @bug 8185525