test/hotspot/jtreg/runtime/appcds/test-classes/HelloWB.java
changeset 49335 3271310a6af7
parent 48138 78b2ecdd3c4b
--- a/test/hotspot/jtreg/runtime/appcds/test-classes/HelloWB.java	Sun Mar 04 20:57:46 2018 -0500
+++ b/test/hotspot/jtreg/runtime/appcds/test-classes/HelloWB.java	Sun Mar 04 22:24:06 2018 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2018, 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
@@ -26,6 +26,7 @@
 
 public class HelloWB {
     public static void main(String[] args) throws Throwable {
+        System.out.println("HelloWB.class.getClassLoader() = " + HelloWB.class.getClassLoader());
 
         WhiteBox wb = WhiteBox.getWhiteBox();
         if (wb.isSharedClass(HelloWB.class)) {