--- old/test/jdk/java/lang/Integer/ValueOf.java 2018-03-20 10:08:23.235899991 +0100 +++ new/test/jdk/java/lang/Integer/ValueOf.java 2018-03-20 10:08:23.011899994 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 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 @@ -26,7 +26,7 @@ * @bug 6807702 * @summary Basic test for Integer.valueOf * @run main ValueOf - * @run main/othervm -esa -XX:+AggressiveOpts ValueOf + * @run main/othervm -esa -XX:+EliminateAutoBox -XX:AutoBoxCacheMax=20000 ValueOf */ public class ValueOf {