diff -r 2879dad8d4ec -r ba9da6aaae36 test/hotspot/gtest/utilities/test_align.cpp --- a/test/hotspot/gtest/utilities/test_align.cpp Mon Feb 26 09:57:01 2018 -0500 +++ b/test/hotspot/gtest/utilities/test_align.cpp Mon Feb 26 10:11:05 2018 -0500 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 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 @@ -30,7 +30,7 @@ #include // A few arbitrarily chosen values to test the align functions on. -static uint64_t values[] = {1, 3, 10, 345, 1023, 1024, 1025, 23909034, INT_MAX, uint64_t(-1) / 2, uint64_t(-1) / 2 + 100, -1 }; +static uint64_t values[] = {1, 3, 10, 345, 1023, 1024, 1025, 23909034, INT_MAX, uint64_t(-1) / 2, uint64_t(-1) / 2 + 100, uint64_t(-1)}; template static T max_alignment() {