git: openjdk/jdk: 8263470: Consolidate copies of getClassBytes in various tests

Coleen Phillimore coleenp at openjdk.java.net
Fri Mar 12 20:49:33 UTC 2021


Changeset: b932a62c
Author:    Coleen Phillimore <coleenp at openjdk.org>
Date:      2021-03-12 20:48:51 +0000
URL:       https://git.openjdk.java.net/jdk/commit/b932a62c

8263470: Consolidate copies of getClassBytes in various tests

Reviewed-by: hseigel, stuefe, mseledtsov

! test/hotspot/jtreg/runtime/BadObjectClass/TestUnloadClassError.java
! test/hotspot/jtreg/runtime/ClassUnload/ConstantPoolDependsTest.java
! test/hotspot/jtreg/runtime/ClassUnload/DictionaryDependsTest.java
! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveClass.java
! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveClassLoader.java
! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveObject.java
! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveSoftReference.java
! test/hotspot/jtreg/runtime/ClassUnload/MyDiffClassLoader.java
! test/hotspot/jtreg/runtime/ClassUnload/SuperDependsTest.java
! test/hotspot/jtreg/runtime/ClassUnload/UnloadInterfaceTest.java
! test/hotspot/jtreg/runtime/ClassUnload/UnloadTest.java
! test/hotspot/jtreg/runtime/DefineClass/NullClassBytesTest.java
! test/hotspot/jtreg/runtime/MemberName/MemberNameLeak.java
! test/hotspot/jtreg/runtime/Nestmates/membership/TestNestHostErrorWithClassUnload.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/HelloCustom.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/HelloCustom_JFR.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/UnloadUnregisteredLoaderTest.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/HelloUnload.java
! test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/UnloadUnregisteredLoader.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/HelloDynamicCustom.java
! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/HelloDynamicCustomUnload.java
! test/hotspot/jtreg/runtime/defineAnonClass/TestAnonSymbolLeak.java
! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java
! test/hotspot/jtreg/runtime/logging/LoaderConstraintsTest.java
! test/hotspot/jtreg/runtime/logging/loadLibraryTest/LoadLibraryTest.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodDiffCL_UmodUpkg.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkgDiffCL_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/UmodUpkg_Umod.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/Umod_UmodUpkg.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/myloaders/MyDiffClassLoader.java
! test/hotspot/jtreg/runtime/modules/AccessCheck/myloaders/MySameClassLoader.java
! test/hotspot/jtreg/runtime/modules/CCE_module_msg.java
- test/hotspot/jtreg/runtime/testlibrary/ClassUnloadCommon.java
+ test/lib/jdk/test/lib/classloader/ClassUnloadCommon.java
= test/lib/jdk/test/lib/classloader/ClassWithManyMethodsClassLoader.java



More information about the jdk-changes mailing list