Skip to content

Commit eb1c5cb

Browse files
committed
8269029: compiler/codegen/TestCharVect2.java fails for client VMs
Backport-of: cbec37d45d77533081c27b3fc649098dfcca0425
1 parent 2434530 commit eb1c5cb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/hotspot/jtreg/compiler/codegen/TestCharVect2.java

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2012, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -27,6 +27,14 @@
2727
* @summary incorrect results of char vectors right shift operation
2828
*
2929
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m compiler.codegen.TestCharVect2
30+
*/
31+
32+
/**
33+
* @test
34+
* @bug 8001183
35+
* @summary incorrect results of char vectors right shift operation
36+
* @requires vm.compiler2.enabled | vm.graal.enabled
37+
*
3038
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=8 compiler.codegen.TestCharVect2
3139
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=16 compiler.codegen.TestCharVect2
3240
* @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::test() -Xmx128m -XX:MaxVectorSize=32 compiler.codegen.TestCharVect2

0 commit comments

Comments
 (0)