View | Details | Raw Unified | Return to bug 101230
Collapse All | Expand All

(-)LabeledStatement.java (+3 lines)
Lines 83-88 Link Here
83
	 */
83
	 */
84
	public void generateCode(BlockScope currentScope, CodeStream codeStream) {
84
	public void generateCode(BlockScope currentScope, CodeStream codeStream) {
85
		
85
		
86
		if ((bits & IsReachableMASK) == 0) {
87
			return;
88
		}		
86
		int pc = codeStream.position;
89
		int pc = codeStream.position;
87
		if (targetLabel != null) {
90
		if (targetLabel != null) {
88
			targetLabel.initialize(codeStream);
91
			targetLabel.initialize(codeStream);

Return to bug 101230