Skip to content

Commit f8a9602

Browse files
committedJan 21, 2021
8260025: Missing comma in VM_Version_Ext::_family_id_amd
Reviewed-by: dholmes, stuefe
1 parent 133bcb0 commit f8a9602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/hotspot/cpu/x86/vm_version_ext_x86.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2013, 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
@@ -739,7 +739,7 @@ const char* const VM_Version_Ext::_family_id_amd[ExtendedFamilyIdLength_AMD] = {
739739
"",
740740
"",
741741
"Opteron/Athlon64",
742-
"Opteron QC/Phenom" // Barcelona et.al.
742+
"Opteron QC/Phenom", // Barcelona et.al.
743743
"",
744744
"",
745745
"",

0 commit comments

Comments
 (0)
Please sign in to comment.