# HG changeset patch # User dcubed # Date 1457234577 28800 # Node ID 9ea881b5873b0dd603467aca15cfad3ff402f4f3 # Parent 8db2a78cbc296127dc942b87ca759b5a5ee3f4b3 8151348: quarantine compiler/codecache/jmx/PeakUsageTest.java in JDK9-dev Reviewed-by: ctornqvi, amurillo diff -r 8db2a78cbc29 -r 9ea881b5873b hotspot/test/compiler/codecache/jmx/PeakUsageTest.java --- a/hotspot/test/compiler/codecache/jmx/PeakUsageTest.java Thu Mar 03 12:44:34 2016 -0800 +++ b/hotspot/test/compiler/codecache/jmx/PeakUsageTest.java Sat Mar 05 19:22:57 2016 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2016, 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 @@ -27,6 +27,7 @@ /* * @test PeakUsageTest + * @ignore 8151345 * @library /testlibrary /test/lib * @modules java.base/sun.misc * java.management