< prev index next >

src/share/vm/classfile/classLoader.cpp

Print this page
rev 8910 : full patch for jfr

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2019, 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
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -1125,10 +1125,12 @@
                                                        loader_data,
                                                        protection_domain,
                                                        parsed_name,
                                                        context.should_verify(classpath_index),
                                                        THREAD);
+
+    TRACE_KLASS_CREATION(result, parser, THREAD);
     if (HAS_PENDING_EXCEPTION) {
       ResourceMark rm;
       if (DumpSharedSpaces) {
         tty->print_cr("Preload Error: Failed to load %s", class_name);
       }
< prev index next >