src/share/vm/ci/ciReplay.cpp

changeset 9507
7e72702243a4
parent 6655
653e11c86c5a
child 9572
624a0741915c
     1.1 --- a/src/share/vm/ci/ciReplay.cpp	Sun Oct 14 20:44:38 2018 -0400
     1.2 +++ b/src/share/vm/ci/ciReplay.cpp	Tue Oct 16 10:40:23 2018 -0400
     1.3 @@ -1,4 +1,5 @@
     1.4 -/* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     1.5 +/*
     1.6 + * Copyright (c) 2013, 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 @@ -329,7 +330,7 @@
    1.11    // Lookup a klass
    1.12    Klass* resolve_klass(const char* klass, TRAPS) {
    1.13      Symbol* klass_name = SymbolTable::lookup(klass, (int)strlen(klass), CHECK_NULL);
    1.14 -    return SystemDictionary::resolve_or_fail(klass_name, _loader, _protection_domain, true, CHECK_NULL);
    1.15 +    return SystemDictionary::resolve_or_fail(klass_name, _loader, _protection_domain, true, THREAD);
    1.16    }
    1.17  
    1.18    // Parse the standard tuple of <klass> <name> <signature>

mercurial