RFR(S) : 8026124 : JSR-292 bug: java.nio.file.Path.toString cores dump
David Chase
david.r.chase at oracle.com
Sat Oct 12 07:03:40 PDT 2013
On 2013-10-12, at 3:12 AM, John Rose <john.r.rose at oracle.com> wrote:
>
> Your best bet might be asm. (I tried a few variations on the theme of TestIntfc::toString, including some emacs-ing of class files, but no luck.) Might I recommend a reusable BogoLoader in test/java/lang/invoke/?
Except that this is in the hotspot hierarchy, so that's the wrong tests.
The other problem I have with this is that I don't entirely understand the packaging requirements for test classes shared by several tests in subdirectories -- I have from time to time experienced test harness failures of the form
"java.lang.SecurityException: Prohibited package name: java.util.stream"
and until I understand the cause, I'm reluctant to stray from what has worked in the past,
which is a top-level collection of test classes in a subdirectory.
David
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: Message signed with OpenPGP using GPGMail
Url : http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20131012/984c6ba6/signature-0001.asc
More information about the hotspot-compiler-dev
mailing list