RFR(10): 8181147: JNU_GetStringPlatformChars should have a fast path for UTF-8
Chris Hegarty
chris.hegarty at oracle.com
Thu Jun 15 16:26:12 UTC 2017
> On 15 Jun 2017, at 14:29, Claes Redestad <claes.redestad at oracle.com> wrote:
> ...
> http://cr.openjdk.java.net/~redestad/8181147/jdk.06/
Claes,
This is the first test in the core area that will now use a test
specific native library, which will need to be built ( by the build
system, which it does ), and pointed to when executing jtreg
from the command line, e.g.
jtreg ... -nativepath:build/macosx-x86_64-normal-server-release/support/test/jdk/jtreg/native/lib
I think this may be ok, but some folk will need to get used to
adding this option to their jtreg runs. Either that, or move the
test to a separate group / target.
-Chris.
More information about the core-libs-dev
mailing list