Changeset 309 for trunk/openjdk/hotspot/test/compiler/6857159
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/hotspot/test/compiler/6857159/Test6857159.java
r278 r309 1 1 /* 2 * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.2 * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. 3 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 * … … 55 55 56 56 public static void main(String[] args) throws Exception { 57 for (int i = 0; i < 100000; i++) {57 for (int i = 0; i < 20000; i++) { 58 58 Thread t = null; 59 59 switch (i % 3) {
Note:
See TracChangeset
for help on using the changeset viewer.