--- old/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/SymbolTable.java 2018-06-07 09:25:52.708468844 -0700 +++ new/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/SymbolTable.java 2018-06-07 09:25:52.380437901 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2017, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 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 @@ -65,6 +65,10 @@ return table; } + public CompactHashTable getSharedTable() { + return sharedTable; + } + public static long getSeed() { return (long) seedField.getValue(); }