hotspot/src/share/vm/shark/sharkNativeWrapper.cpp
changeset 43964 2f5e556a6037
parent 14622 8e94e4186d35
child 43969 ae5c415036b0
--- a/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp	Wed Feb 15 17:26:37 2017 -0800
+++ b/hotspot/src/share/vm/shark/sharkNativeWrapper.cpp	Wed Feb 15 22:19:13 2017 -0500
@@ -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.
  *
@@ -300,6 +300,7 @@
       not_null, merge);
 
     builder()->SetInsertPoint(not_null);
+#error Needs to be updated for tagged jweak; see JNIHandles.
     Value *unboxed_result = builder()->CreateLoad(result);
     builder()->CreateBr(merge);