public abstract boolean isNativeMethodPrefixSupported ()

Returns whether the current JVM configuration supports setNativeMethodPrefix(ClassFileTransformer,String). The ability to set a native method prefix is an optional capability of a JVM. Setting a native method prefix will only be supported if the Can-Set-Native-Method-Prefix manifest attribute is set to true in the agent JAR file (as described in the package specification) and the JVM supports this capability. During a single instantiation of a single JVM, multiple calls to this method will always return the same answer.

Returns:  true if the current JVM configuration supports setting a native method prefix, false if not.

See also:
setNativeMethodPrefix

Since:  1.6