comparison visualizer/Bytecodes/src/com/sun/hotspot/igv/bytecodes/BytecodeViewTopComponent.java @ 5800:be428fe2d86c

handles changes in IGV bytecode format
author Doug Simon <doug.simon@oracle.com>
date Tue, 10 Jul 2012 09:36:34 +0200
parents 015fb895586b
children
comparison
equal deleted inserted replaced
5798:2585af1e26ac 5800:be428fe2d86c
89 // End of variables declaration//GEN-END:variables 89 // End of variables declaration//GEN-END:variables
90 90
91 /** 91 /**
92 * Gets default instance. Do not use directly: reserved for *.settings files only, 92 * Gets default instance. Do not use directly: reserved for *.settings files only,
93 * i.e. deserialization routines; otherwise you could get a non-deserialized instance. 93 * i.e. deserialization routines; otherwise you could get a non-deserialized instance.
94 * To obtain the singleton instance, use {@link findInstance}. 94 * To obtain the singleton instance, use {@link #findInstance}.
95 */ 95 */
96 public static synchronized BytecodeViewTopComponent getDefault() { 96 public static synchronized BytecodeViewTopComponent getDefault() {
97 if (instance == null) { 97 if (instance == null) {
98 instance = new BytecodeViewTopComponent(); 98 instance = new BytecodeViewTopComponent();
99 } 99 }