File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/jdk.incubator.vector/share/classes/jdk/incubator/vector Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2019, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2019, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -65,7 +65,7 @@ enum LaneType {
65
65
// int:128 or int:4 or float:16, report the size in the
66
66
// printName. If we do unsigned or vector or bit lane types,
67
67
// report that condition also.
68
- this .typeChar = printName . toUpperCase ().charAt (0 );
68
+ this .typeChar = genericElementType . getSimpleName ().charAt (0 );
69
69
assert ("FDBSIL" .indexOf (typeChar ) == ordinal ()) : this ;
70
70
// Same as in JVMS, org.objectweb.asm.Opcodes, etc.:
71
71
this .basicType = basicType ;
You can’t perform that action at this time.
0 commit comments