--- old/test/hotspot/jtreg/compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java 2019-01-23 17:05:31.000000000 -0800 +++ new/test/hotspot/jtreg/compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java 2019-01-23 17:05:30.000000000 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2019, 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 @@ -24,9 +24,13 @@ /* * @test * @bug 8136421 + * * @requires vm.jvmci - * & (vm.compMode != "Xcomp" | vm.opt.TieredCompilation == null | vm.opt.TieredCompilation == true) - * @summary no "-Xcomp -XX:-TieredCompilation" combination allowed until JDK-8140018 is resolved + * @requires vm.opt.final.EliminateAllocations == true + * + * @comment no "-Xcomp -XX:-TieredCompilation" combination allowed until JDK-8140018 is resolved + * @requires vm.compMode != "Xcomp" | vm.opt.TieredCompilation == null | vm.opt.TieredCompilation == true + * * @library / /test/lib * @library ../common/patches * @modules java.base/jdk.internal.misc