-
Bug
-
Resolution: Fixed
-
P5
-
17, 21, 23
-
b17
-
generic
-
generic
Native methods (i.e. "native wrappers") can not be selectively printed with `-XX:CompileCommand=print,class::method`. Currently the only way to print native methods is to use the global `-XX:+PrintAssembly` option. But this prints *all* compiled methods which can be too much if we're just interested in a specific native wrapper. There's no reason to not apply `-XX:CompileCommand` options correctly to native methods as well.
- relates to
-
JDK-8333722 Fix CompilerDirectives for non-compiler JVM variants
- Resolved