public final class GPUPermission extends BasicPermission
| Permission Name | Allowed Action |
|---|---|
| access | Accessing the instance of CUDAManager.
See CUDAManager.instance(). |
| Constructor and Description |
|---|
GPUPermission(String name)
Create a representation of the named permissions.
|
GPUPermission(String name,
String actions)
Create a representation of the named permissions.
|
equals, getActions, hashCode, implies, newPermissionCollectioncheckGuard, getName, toStringpublic GPUPermission(String name)
name - name of the permissionpublic GPUPermission(String name, String actions)
name - name of the permissionactions - not used, must be null or an empty stringIllegalArgumentException - if actions is not null or an empty stringEclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2014, 2025 IBM Corp. and others.