src/share/vm/classfile/stackMapTable.hpp

changeset 8703
02a3d0dcbedd
parent 6872
c77d5db18942
child 8856
ac27a9c85bea
     1.1 --- a/src/share/vm/classfile/stackMapTable.hpp	Tue Nov 01 16:13:45 2016 -0700
     1.2 +++ b/src/share/vm/classfile/stackMapTable.hpp	Wed Nov 02 14:54:53 2016 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -74,12 +74,12 @@
    1.11    // specified offset. Return true if the two frames match.
    1.12    bool match_stackmap(
    1.13      StackMapFrame* current_frame, int32_t offset,
    1.14 -    bool match, bool update, bool handler, ErrorContext* ctx, TRAPS) const;
    1.15 +    bool match, bool update, ErrorContext* ctx, TRAPS) const;
    1.16    // Match and/or update current_frame to the frame in stackmap table with
    1.17    // specified offset and frame index. Return true if the two frames match.
    1.18    bool match_stackmap(
    1.19      StackMapFrame* current_frame, int32_t offset, int32_t frame_index,
    1.20 -    bool match, bool update, bool handler, ErrorContext* ctx, TRAPS) const;
    1.21 +    bool match, bool update, ErrorContext* ctx, TRAPS) const;
    1.22  
    1.23    // Check jump instructions. Make sure there are no uninitialized
    1.24    // instances on backward branch.

mercurial