public final class GPUPermission
extends java.security.BasicPermission
Permission Name | Allowed Action |
---|---|
access | Accessing the instance of CUDAManager.
See CUDAManager.instance() . |
Constructor and Description |
---|
GPUPermission(java.lang.String name)
Create a representation of the named permissions.
|
GPUPermission(java.lang.String name,
java.lang.String actions)
Create a representation of the named permissions.
|
public GPUPermission(java.lang.String name)
name
- name of the permissionpublic GPUPermission(java.lang.String name, java.lang.String actions)
name
- name of the permissionactions
- not used, must be null or an empty stringjava.lang.IllegalArgumentException
- 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.