# HG changeset patch # User rraghavan # Date 1515580285 28800 # Node ID 282262d5031bb944413b5c0efef33263e49423d1 # Parent 478e776589652c6842767d09f8a0079885cb5999 8193607: Test failure with java.lang.ClassNotFoundException: compiler.tiered.LevelTransitionTest Summary: Added compiler.tiered.LevelTransitionTest to @build Reviewed-by: thartmann Contributed-by: ramkumar.sunderbabu@oracle.com diff -r 478e77658965 -r 282262d5031b test/hotspot/jtreg/compiler/tiered/LevelTransitionTest.java --- a/test/hotspot/jtreg/compiler/tiered/LevelTransitionTest.java Wed Jan 10 11:09:55 2018 +0100 +++ b/test/hotspot/jtreg/compiler/tiered/LevelTransitionTest.java Wed Jan 10 02:31:25 2018 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2014, 2018, 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 @@ -29,6 +29,7 @@ * java.management * * @build sun.hotspot.WhiteBox + * compiler.tiered.LevelTransitionTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm/timeout=240 -Xmixed -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions