test/tools/jdeps/m/Gee.java

changeset 2538
1e39ae45d8ac
parent 0
959103a6100f
child 2803
9538418d25b9
equal deleted inserted replaced
2536:856dc4030eaa 2538:1e39ae45d8ac
1 /* 1 /*
2 * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
24 package m; 24 package m;
25 25
26 26
27 class Gee extends g.G { 27 class Gee extends g.G {
28 public sun.misc.Lock lock; 28 public sun.misc.Lock lock;
29 public com.sun.tools.classfile.ClassFile cf; // @jdk.Exported(false)
30 public com.sun.source.tree.BinaryTree tree; // @jdk.Exported
31 public com.sun.management.ThreadMXBean mxbean; // @jdk.Exported on package-info
29 } 32 }
30

mercurial