diff options
| author | 2009-11-15 12:06:20 -0800 | |
|---|---|---|
| committer | 2009-11-15 12:06:23 -0800 | |
| commit | 478de466ce0504b9af639c3338b883893670a8e8 (patch) | |
| tree | 61aba455baf06a4821a65b82d1115929619b49bd /tools/preload/WritePreloadedClassFile.java | |
| parent | 2b63ff51d5202eb2b458e937d4b65b326238733e (diff) | |
| parent | 9db3d07b9620b4269ab33f78604a36327e536ce1 (diff) | |
merge from eclair
Diffstat (limited to 'tools/preload/WritePreloadedClassFile.java')
| -rw-r--r-- | tools/preload/WritePreloadedClassFile.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/preload/WritePreloadedClassFile.java b/tools/preload/WritePreloadedClassFile.java index 96c539bb727e..757d17d3cc14 100644 --- a/tools/preload/WritePreloadedClassFile.java +++ b/tools/preload/WritePreloadedClassFile.java @@ -32,7 +32,7 @@ public class WritePreloadedClassFile { /** * Preload any class that take longer to load than MIN_LOAD_TIME_MICROS us. */ - static final int MIN_LOAD_TIME_MICROS = 1250; + static final int MIN_LOAD_TIME_MICROS = 1000; public static void main(String[] args) throws IOException, ClassNotFoundException { |