src/share/vm/shark/sharkNativeWrapper.cpp

changeset 9669
32bc598624bd
parent 4314
2cd5e15048e6
child 9703
2fdf635bcf28
     1.1 --- a/src/share/vm/shark/sharkNativeWrapper.cpp	Thu Nov 05 11:42:42 2015 +0100
     1.2 +++ b/src/share/vm/shark/sharkNativeWrapper.cpp	Tue May 07 20:38:26 2019 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1999, 2017, Oracle and/or its affiliates. All rights reserved.
     1.7   * Copyright 2009, 2010 Red Hat, Inc.
     1.8   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9   *
    1.10 @@ -50,6 +50,7 @@
    1.11  
    1.12    // Create and push our stack frame
    1.13    builder()->SetInsertPoint(CreateBlock());
    1.14 +#error Needs to be updated for tagged jweak; see JNIHandles.
    1.15    _stack = SharkStack::CreateBuildAndPushFrame(this, method);
    1.16    NOT_PRODUCT(method = NULL);
    1.17  

mercurial