src/share/vm/classfile/verificationType.cpp

changeset 9515
7334a7487de9
parent 9510
be27fec0948c
child 9550
270570f695e0
     1.1 --- a/src/share/vm/classfile/verificationType.cpp	Wed Oct 24 10:42:54 2018 +0200
     1.2 +++ b/src/share/vm/classfile/verificationType.cpp	Wed Oct 24 17:32:10 2018 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2018, 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 @@ -99,7 +99,7 @@
    1.11      VerificationType comp_from = from.get_component(context, CHECK_false);
    1.12      if (!comp_this.is_bogus() && !comp_from.is_bogus()) {
    1.13        return comp_this.is_assignable_from(comp_from, context,
    1.14 -                                          from_field_is_protected, CHECK_false);
    1.15 +                                          from_field_is_protected, THREAD);
    1.16      }
    1.17    }
    1.18    return false;

mercurial