RFR: 8033565: Remove unused nativeNewStringPlatform and nativeGetStringPlatformChars

Mandy Chung mandy.chung at oracle.com
Thu Feb 6 01:28:29 UTC 2014


On 2/5/2014 2:58 PM, roger riggs wrote:
> Please review this change to remove unused support in jni_util.c for
> functions nativeNewStringPlatform and nativeGetStringPlatformChars.
>
> On Windows, both were conditional on jvm.dll being installed on a path 
> containing "kernel".
> On Solaris, Linux, and Mac, they had no-op implementations.
>
> Webrev:
> http://cr.openjdk.java.net/~rriggs/webrev-remove-nativenewstring-8033565/
>

Looks good.   It's good that you noticed this piece of old and unused 
code that was added for Java Kernel.

Thanks
Mandy




More information about the core-libs-dev mailing list