8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"

Reviewed-by: vlivanov
This commit is contained in:
Konstantin Shefov 2015-06-05 13:14:36 +03:00
parent 07f5fc8dee
commit 8f99c7eca7

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -24,6 +24,7 @@
/* /*
* @test LFGarbageCollectedTest * @test LFGarbageCollectedTest
* @bug 8046703 * @bug 8046703
* @ignore 8078602
* @summary Test verifies that lambda forms are garbage collected * @summary Test verifies that lambda forms are garbage collected
* @author kshefov * @author kshefov
* @library /lib/testlibrary/jsr292 /lib/testlibrary * @library /lib/testlibrary/jsr292 /lib/testlibrary