mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8068416: LFGarbageCollectedTest.java fails with OOME: "GC overhead limit exceeded"
Reviewed-by: vlivanov
This commit is contained in:
parent
07f5fc8dee
commit
8f99c7eca7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue