Details
-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b14
Description
ClassFileInstaller is in the default package hence it's impossible to use it directly by classes in any other package. although ClassFileInstaller is mainly used directly from jtreg test description, there are cases when one needs to use it in another "driver" class (e.g. to reduce boilerplate), yet to do. that these driver classes have to either be in a default package or use reflection, both approaches have drawbacks.
to solve that, we can move ClassFileInstaller implementation to a package, and to avoid unneeded churn, keep package-less ClassFileInstaller class which will call package-full impl.
to solve that, we can move ClassFileInstaller implementation to a package, and to avoid unneeded churn, keep package-less ClassFileInstaller class which will call package-full impl.
Attachments
Issue Links
- relates to
-
JDK-8263548 runtime/cds/appcds/SharedRegionAlignmentTest.java fails to compile after JDK-8263412
- Resolved
-
JDK-8263549 8263412 can cause jtreg testlibrary split
- Resolved
-
JDK-8254129 IR Test Framework to support regex-based matching on the IR in JTreg compiler tests
- Resolved