< prev index next >

test/hotspot/jtreg/runtime/getSysPackage/GetSysPkgTest.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -123,11 +123,10 @@
 
         // Test a package in a module not owned by boot loader.
         Class clss = Class.forName("jdk.nio.zipfs.ZipPath");
         if (clss == null)
             throw new RuntimeException("Could not find class jdk.nio.zipfs.ZipPath");
-        getPkg("javax/activation", null);       // Not owned by boot loader
 
         // Test a package not in jimage file.
         clss = Class.forName("GetSysPkg_package.GetSysClass");
         if (clss == null)
             throw new RuntimeException("Could not find class GetSysPkg_package.GetSysClass");
< prev index next >