8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Fri Mar 8 10:59:18 UTC 2013
- Previous message: 8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently
- Next message: hg: jdk8/tl/langtools: 8009582: Method reference generic constructor gives: IllegalArgumentException: Invalid lambda deserialization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
This change looks fine to me Alan. I came across a similar issue with networking tests a while back.
-Chris.
On 07/03/2013 14:33, Alan Bateman wrote:
Robert - LambdaAccessControlTest is a problem when running the jdk tests concurrently (jtreg -concurrency...). The test extends LUtils so it's only going to compile if LambdaAccessControlDoPrivilegedTest.java has been previously compiled into the same work directory. I'd like to move LUtils into its own source file so that it can be compiled correctly by both tests. The webrev is here: http://cr.openjdk.java.net/~alanb/8006000/webrev/ Thanks, Alan.
- Previous message: 8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently
- Next message: hg: jdk8/tl/langtools: 8009582: Method reference generic constructor gives: IllegalArgumentException: Invalid lambda deserialization
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]