src/share/vm/classfile/verificationType.hpp

changeset 9507
7e72702243a4
parent 6830
54bc75c144b0
child 9572
624a0741915c
     1.1 --- a/src/share/vm/classfile/verificationType.hpp	Sun Oct 14 20:44:38 2018 -0400
     1.2 +++ b/src/share/vm/classfile/verificationType.hpp	Tue Oct 16 10:40:23 2018 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2014, 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 @@ -289,7 +289,7 @@
    1.11            if (is_reference() && from.is_reference()) {
    1.12              return is_reference_assignable_from(from, context,
    1.13                                                  from_field_is_protected,
    1.14 -                                                CHECK_false);
    1.15 +                                                THREAD);
    1.16            } else {
    1.17              return false;
    1.18            }

mercurial