8051984: @ignore should be placed after @test
As ignore reason has been fixed (by adding @requires) @ignore removed Reviewed-by: kbarrett, brutisso
This commit is contained in:
parent
67fddc10a6
commit
179f7eb9ff
@ -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.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -22,7 +22,6 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ignore 8019361
|
||||
* @test TestDynShrinkHeap
|
||||
* @bug 8016479
|
||||
* @requires vm.gc=="Parallel" | vm.gc=="null"
|
||||
@ -35,7 +34,7 @@ import java.lang.management.ManagementFactory;
|
||||
import java.lang.management.MemoryUsage;
|
||||
import java.util.ArrayList;
|
||||
import sun.management.ManagementFactoryHelper;
|
||||
import static com.oracle.java.testlibrary.Asserts.*;
|
||||
import static com.oracle.java.testlibrary.Asserts.assertLessThan;
|
||||
|
||||
public class TestDynShrinkHeap {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user