hotspot/src/share/vm/classfile/classLoader.cpp
changeset 40016 bf6fcd467a7b
parent 40013 943cf01a6b82
child 40244 b3055c216762
equal deleted inserted replaced
40013:943cf01a6b82 40016:bf6fcd467a7b
  1501                                                                 name,
  1501                                                                 name,
  1502                                                                 loader_data,
  1502                                                                 loader_data,
  1503                                                                 protection_domain,
  1503                                                                 protection_domain,
  1504                                                                 NULL, // host_klass
  1504                                                                 NULL, // host_klass
  1505                                                                 NULL, // cp_patches
  1505                                                                 NULL, // cp_patches
  1506                                                                 NULL, // parsed_name
       
  1507                                                                 THREAD);
  1506                                                                 THREAD);
  1508   if (HAS_PENDING_EXCEPTION) {
  1507   if (HAS_PENDING_EXCEPTION) {
  1509     if (DumpSharedSpaces) {
  1508     if (DumpSharedSpaces) {
  1510       tty->print_cr("Preload Error: Failed to load %s", class_name);
  1509       tty->print_cr("Preload Error: Failed to load %s", class_name);
  1511     }
  1510     }