diff src/share/vm/classfile/stackMapFrame.hpp @ 24088:02a3d0dcbedd jdk8u121-b08

8167104: Additional class construction refinements Reviewed-by: hseigel
author kevinw
date Wed, 02 Nov 2016 14:54:53 -0700
parents 8cb56c8cb30d
children
line wrap: on
line diff
--- a/src/share/vm/classfile/stackMapFrame.hpp	Tue Nov 01 16:13:45 2016 -0700
+++ b/src/share/vm/classfile/stackMapFrame.hpp	Wed Nov 02 14:54:53 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2016, 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
@@ -167,8 +167,7 @@
 
   // Return true if this stack map frame is assignable to target.
   bool is_assignable_to(
-      const StackMapFrame* target, bool is_exception_handler,
-      ErrorContext* ctx, TRAPS) const;
+      const StackMapFrame* target, ErrorContext* ctx, TRAPS) const;
 
   inline void set_mark() {
 #ifdef ASSERT
@@ -290,8 +289,6 @@
   int is_assignable_to(
     VerificationType* src, VerificationType* target, int32_t len, TRAPS) const;
 
-  bool has_flag_match_exception(const StackMapFrame* target) const;
-
   TypeOrigin stack_top_ctx();
 
   void print_on(outputStream* str) const;