equal
deleted
inserted
replaced
1 # |
1 # |
2 # Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2000, 2015, 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. |
77 sun.jvm.hotspot.debugger.win32.coff \ |
77 sun.jvm.hotspot.debugger.win32.coff \ |
78 sun.jvm.hotspot.debugger.windbg \ |
78 sun.jvm.hotspot.debugger.windbg \ |
79 sun.jvm.hotspot.debugger.windbg.amd64 \ |
79 sun.jvm.hotspot.debugger.windbg.amd64 \ |
80 sun.jvm.hotspot.debugger.windbg.x86 \ |
80 sun.jvm.hotspot.debugger.windbg.x86 \ |
81 sun.jvm.hotspot.debugger.x86 \ |
81 sun.jvm.hotspot.debugger.x86 \ |
82 sun.jvm.hotspot.gc_implementation \ |
82 sun.jvm.hotspot.gc \ |
83 sun.jvm.hotspot.gc_implementation.g1 \ |
83 sun.jvm.hotspot.gc.g1 \ |
84 sun.jvm.hotspot.gc_implementation.parallelScavenge \ |
84 sun.jvm.hotspot.gc.parallel \ |
85 sun.jvm.hotspot.gc_implementation.shared \ |
85 sun.jvm.hotspot.gc.shared \ |
86 sun.jvm.hotspot.gc_interface \ |
|
87 sun.jvm.hotspot.interpreter \ |
86 sun.jvm.hotspot.interpreter \ |
88 sun.jvm.hotspot.jdi \ |
87 sun.jvm.hotspot.jdi \ |
89 sun.jvm.hotspot.memory \ |
88 sun.jvm.hotspot.memory \ |
90 sun.jvm.hotspot.opto \ |
89 sun.jvm.hotspot.opto \ |
91 sun.jvm.hotspot.oops \ |
90 sun.jvm.hotspot.oops \ |
166 sun/jvm/hotspot/debugger/sparc/*.java \ |
165 sun/jvm/hotspot/debugger/sparc/*.java \ |
167 sun/jvm/hotspot/debugger/win32/coff/*.java \ |
166 sun/jvm/hotspot/debugger/win32/coff/*.java \ |
168 sun/jvm/hotspot/debugger/windbg/*.java \ |
167 sun/jvm/hotspot/debugger/windbg/*.java \ |
169 sun/jvm/hotspot/debugger/windbg/x86/*.java \ |
168 sun/jvm/hotspot/debugger/windbg/x86/*.java \ |
170 sun/jvm/hotspot/debugger/x86/*.java \ |
169 sun/jvm/hotspot/debugger/x86/*.java \ |
171 sun/jvm/hotspot/gc_implementation/g1/*.java \ |
170 sun/jvm/hotspot/gc/g1/*.java \ |
172 sun/jvm/hotspot/gc_implementation/parallelScavenge/*.java \ |
171 sun/jvm/hotspot/gc/parallel/*.java \ |
173 sun/jvm/hotspot/gc_implementation/shared/*.java \ |
172 sun/jvm/hotspot/gc/shared/*.java \ |
174 sun/jvm/hotspot/interpreter/*.java \ |
173 sun/jvm/hotspot/interpreter/*.java \ |
175 sun/jvm/hotspot/jdi/*.java \ |
174 sun/jvm/hotspot/jdi/*.java \ |
176 sun/jvm/hotspot/memory/*.java \ |
175 sun/jvm/hotspot/memory/*.java \ |
177 sun/jvm/hotspot/oops/*.java \ |
176 sun/jvm/hotspot/oops/*.java \ |
178 sun/jvm/hotspot/opto/*.java \ |
177 sun/jvm/hotspot/opto/*.java \ |