public interface SharedClassFilter
true
or false
,
and then pass an instance of this class to setSharingFilter() in a shared class helper.Modifier and Type | Method and Description |
---|---|
boolean |
acceptFind(java.lang.String className)
Tests if the helper should try to find a specified class in the shared class cache
|
boolean |
acceptStore(java.lang.String className)
Tests if a specified class should be stored in the shared class cache
|
boolean acceptStore(java.lang.String className)
className
- String.
The fully-qualified name of the class, with the package and class names separated by '.'boolean acceptFind(java.lang.String className)
className
- String.
The fully-qualified name of the class, with the package and class names separated by '.'Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 1998, 2025 IBM Corp. and others.