8326742: Change compiler tests without additional VM flags from @run driver to @run main

Reviewed-by: kvn, thartmann, chagedorn
This commit is contained in:
Evgeny Nikitin 2024-04-30 15:48:09 +00:00 committed by Christian Hagedorn
parent f4caac8dea
commit 130f71cadc

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2023, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -38,7 +38,7 @@
* @bug 8313672 * @bug 8313672
* @summary Test CCP notification for value update of AndL through LShiftI and * @summary Test CCP notification for value update of AndL through LShiftI and
* ConvI2L (no flags). * ConvI2L (no flags).
* @run driver compiler.ccp.TestShiftConvertAndNotification * @run main compiler.ccp.TestShiftConvertAndNotification
* *
*/ */