Skip to content

Commit

Permalink
Merge pull request #5434 from DanHeidinga/djh/cachgen_v014
Browse files Browse the repository at this point in the history
(v0.14.0) Increment the SharedClasses cache generation number
  • Loading branch information
pshipton committed Apr 15, 2019
2 parents 27df834 + 366d213 commit be88012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit be88012

Please sign in to comment.