--- old/src/share/vm/shark/sharkNativeWrapper.cpp 2019-04-11 21:28:20.861997312 +0000 +++ new/src/share/vm/shark/sharkNativeWrapper.cpp 2019-04-11 21:28:20.751996615 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved. * Copyright 2009, 2010 Red Hat, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * @@ -50,6 +50,7 @@ // Create and push our stack frame builder()->SetInsertPoint(CreateBlock()); +#error Needs to be updated for tagged jweak; see JNIHandles. _stack = SharkStack::CreateBuildAndPushFrame(this, method); NOT_PRODUCT(method = NULL);