Thanks a lot Mike, Jon and Alan. Although building from source wasn't as straight-forward as I mentioned but I got it running. Someone should add these details to the document to make it easier for others.
Nabeel On Tue, Jun 4, 2013 at 1:55 AM, Alan Bateman <[email protected]>wrote: > On 03/06/2013 21:00, Nabeel Memon wrote: > >> Simply running 'make jdk_util' under the test folder is failing and >> throwing the same exception: >> >> java.lang.SecurityException: Prohibited package name: java.util.stream... >> >> for all test sources under under: >> >> java/util/stream/test/* and java/util/stream/boottest/* >> >> >> Can anyone please verify if i've missed something or this is a known >> issue? >> >> >> >> Nabeel >> > The stream tests add classes on the boot class path and need the latest > jtreg to get that support. This means building jtreg yourself and I see > you've started a discussion on jtreg-use about that. > > -Alan >
