diff --git a/runtime/shared_common/OSCache.hpp b/runtime/shared_common/OSCache.hpp index cf095c5fea8..c19d4163e0e 100644 --- a/runtime/shared_common/OSCache.hpp +++ b/runtime/shared_common/OSCache.hpp @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2001, 2018 IBM Corp. and others + * Copyright (c) 2001, 2019 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this @@ -61,7 +61,7 @@ #define OSCACHE_LOWEST_ACTIVE_GEN 1 /* Always increment this value by 2. For testing we use the (current generation - 1) and expect the cache contents to be compatible. */ -#define OSCACHE_CURRENT_CACHE_GEN 35 +#define OSCACHE_CURRENT_CACHE_GEN 37 #define J9SH_VERSION(versionMajor, versionMinor) (versionMajor*100 + versionMinor)