root/Mika


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1287 [1287] 05/03/12 21:53:45 chris Add field used by resource monitor.
(edit) @1286 [1286] 05/03/12 21:49:45 chris Use TOOLCHAIN_PREFIX.
(edit) @1283 [1283] 01/14/12 11:29:38 chris Correction to the correction
(edit) @1282 [1282] 01/14/12 11:21:10 chris Correction to awk script.
(edit) @1281 [1281] 01/14/12 09:44:00 chris Improvements to documentation of build process.
(edit) @1280 [1280] 01/14/12 09:03:58 chris Modified the build scripts to use any Java compiler, not just jikes. Also …
(edit) @1279 [1279] 01/10/12 22:46:52 chris Fix typos in filenames which were causing javac to barf.
(edit) @1278 [1278] 11/11/11 15:19:23 chris Move the common parts of the awk scripts to a seoarate file.
(edit) @1277 [1277] 11/11/11 09:57:42 chris Remove obsolete references to JSPOT.
(edit) @1276 [1276] 11/11/11 09:51:43 chris Give each SecurityConfiguration? a static final NAME which can be referred …
(edit) @1275 [1275] 11/11/11 09:43:02 chris More restructuring of the bytecode verifier.
(edit) @1274 [1274] 11/10/11 23:38:36 chris Improve the printing of float/double values when -DDMATH=native.
(edit) @1273 [1273] 10/31/11 11:17:27 chris More bytecode verifier improvements.
(edit) @1272 [1272] 10/31/11 10:36:13 chris Suppress a bunch more tests which also fail on other implementations.
(edit) @1271 [1271] 10/31/11 09:49:53 chris Remove some tests which also fail on e.g. IcedTea?.
(edit) @1270 [1270] 10/31/11 08:32:45 chris Add Manifest and Manifest.Chunk to the list of classes that need to be …
(edit) @1269 [1269] 10/29/11 16:14:35 chris More verifier refactoring.
(edit) @1268 [1268] 10/28/11 20:41:04 chris Restore commented-out tests which used to crash Mika at some past date.
(edit) @1267 [1267] 10/28/11 20:39:48 chris Comment out "standard" packages which are not present in base Mika build.
(edit) @1266 [1266] 10/22/11 19:21:53 chris Some small corrections to the bytecode verifier.
(edit) @1265 [1265] 10/16/11 14:08:23 chris Move bytecode manipulation to a separate source file.
(edit) @1264 [1264] 10/09/11 13:59:27 chris Add a test for close() of a socket in one thread while read()ing in …
(edit) @1263 [1263] 10/09/11 12:07:45 chris Fix it so that read() calls to a socket are interruptable, not just …
(edit) @1262 [1262] 09/17/11 12:22:00 chris Correct bug which was causing static methods not to be listed in …
(edit) @1261 [1261] 09/17/11 11:24:14 chris Added hooks used by MikaMax? resource management facilities.
(edit) @1260 [1260] 09/17/11 11:16:32 chris Fixed a possible segfault when thread->kthread is null.
(edit) @1259 [1259] 09/17/11 11:11:34 chris Add cacheing of Byte values.
(edit) @1258 [1258] 09/17/11 10:56:43 chris Remove broken tests.
(edit) @1257 [1257] 09/17/11 10:54:46 chris Remove broken tests.
(edit) @1256 [1256] 09/17/11 10:53:46 chris Remove tests which also fail on Harmony and RI.
(edit) @1255 [1255] 09/13/11 20:53:50 chris Make valueOf return one of the constants FALSE or TRUE, not a …
(edit) @1254 [1254] 08/04/11 21:38:15 chris Eliminate the 'threads' WeakHashMap? from ThreadLocal?, because it was …
(edit) @1253 [1253] 08/03/11 19:13:12 chris Make WeakHashMap? a bit more robust against unsynchronised multithreaded …
(edit) @1252 [1252] 07/18/11 09:32:07 chris Fix bug: no newline after headers if Content-Length is set.
(edit) @1251 [1251] 07/13/11 17:42:51 chris Eliminated buffering in the case when Content-Length is specified. If no …
(edit) @1250 [1250] 07/04/11 08:09:16 chris Make sure that the compare() method of TimerTask? is consistent with …
(edit) @1249 [1249] 07/04/11 08:07:32 chris Add a test for the case where two TimerTask?'s have the same start time.
(edit) @1248 [1248] 06/30/11 22:57:51 chris Correction to HttpOuputStream? to cover the case where no content-length …
(edit) @1247 [1247] 06/10/11 18:43:56 chris Make sure we get one and only one blank line sent after the HTTP …
(edit) @1246 [1246] 06/09/11 21:41:14 chris Defer tracking of system clock drift until the first active use of …
(edit) @1245 [1245] 06/09/11 18:29:05 chris When comparing two TimerThread? objects, take the savedoffset into account …
(edit) @1244 [1244] 06/02/11 21:39:29 chris Fix some reduntant client call sequences which were upsetting Mika: - …
(edit) @1243 [1243] 06/01/11 22:48:28 chris Correct some GC-safe/unsafe logic in the code to throw OutOfMemoryError?.
(edit) @1242 [1242] 06/01/11 21:13:12 chris Remove superfluous '*' which was causing crashes in DEBUG mode.
(edit) @1241 [1241] 05/10/11 18:50:51 chris Give the generated class file a valid major/minor version number.
(edit) @1240 [1240] 05/08/11 21:28:57 chris Fixed a problem in setURLStreamHandler which was preventing Knopflerfish …
(edit) @1239 [1239] 04/19/11 16:12:49 chris Add missing file.
(edit) @1238 [1238] 04/17/11 23:50:04 chris If there an output stream has been opened for POST data and …
(edit) @1237 [1237] 04/15/11 14:57:00 chris Fix bugs in URL and URLConnection.
(edit) @1236 [1236] 04/15/11 14:56:14 chris Some tweaks to the mechanism for for closing blocking sockets.
(edit) @1235 [1235] 04/14/11 23:14:14 chris Replace some networking classes by code fro; Apache Harmony.
(edit) @1234 [1234] 03/23/11 08:49:50 chris Introducing a JAVA5_SUPPORT flag in ant and a -DJAVA5 C compiler flag, as …
(edit) @1233 [1233] 03/13/11 20:43:34 chris Improve compatibility of URLConnection handling with RI.
(edit) @1232 [1232] 03/13/11 13:37:30 chris Very short sleeps (0 millis) should also throw InterruptedException? if …
(edit) @1231 [1231] 03/13/11 13:11:23 chris When ENABLE_THREAD_RECYCLING=true a java.lang.Thread which has stopped …
(edit) @1230 [1230] 02/27/11 21:12:05 chris Clean-up: reduce compiler warnings.
(edit) @1229 [1229] 02/24/11 20:14:30 chris Code cleanup: reduce warning noise from threads.h.
(edit) @1228 [1228] 02/19/11 10:07:00 chris Correct comparison which was leading to invalid timespec.
(edit) @1227 [1227] 02/12/11 11:57:30 chris Stop TimerThread? from waking up every 1 sec..
(edit) @1226 [1226] 02/12/11 11:55:17 chris Modify Object.wait and Thread.sleep so that all calculations are performed …
(edit) @1225 [1225] 02/12/11 09:35:20 chris Add an O4P_ABORT code for detected overflow.
(edit) @1224 [1224] 02/12/11 08:33:52 chris Fix an internal integer overflow in x_now_plus_ticks, and make its …
(edit) @1223 [1223] 01/30/11 09:46:25 chris Class.getSuperclass needs to call mustBeSupersLoaded on the class, …
(edit) @1222 [1222] 01/23/11 20:37:05 chris Renamed 'contentLengthNeeded' to 'conentLengthNotYestSent', to clarify its …
(edit) @1221 [1221] 01/02/11 10:49:44 chris Try to solve the recursive-OutOfMemoryError? problem (the one where Mika …
(edit) @1220 [1220] 12/31/10 13:02:36 chris Code cleanup: remove the ALLOCMEM_RETRIES code (it was already …
(edit) @1218 [1218] 12/30/10 13:17:19 chris Small correction to java.lang.Hashtable.
(edit) @1216 [1216] 12/29/10 13:10:56 chris Imported ArrayList? from Apache Harmony.
(edit) @1215 [1215] 12/29/10 12:08:30 chris mporting LinkedHashSet? from Apache Harmony.
(edit) @1214 [1214] 12/29/10 11:43:51 chris Continuing the story.
(edit) @1213 [1213] 12/29/10 11:23:30 chris More Apache Harmony stuff.
(edit) @1212 [1212] 12/27/10 19:30:18 chris Yet more java.util stuff.
(edit) @1211 [1211] 12/27/10 17:33:16 chris Replacing more Wonka classes by code ported from Apache Harmony.
(edit) @1210 [1210] 12/27/10 12:38:58 chris Add missing method.
(edit) @1209 [1209] 12/27/10 12:19:17 chris Replaced old Wonka version of java.util.Arrays by port of Apache Harmony.
(edit) @1208 [1208] 12/27/10 10:36:49 chris Cleanup.
(edit) @1207 [1207] 12/27/10 10:34:46 chris Make USE_LIBFFI the default on x86 and arm.
(edit) @1206 [1206] 12/27/10 10:22:20 chris Cleanup: various trivia.
(edit) @1205 [1205] 12/27/10 10:17:54 chris Cleanup: remove unused variables.
(edit) @1204 [1204] 12/27/10 10:08:23 chris Remove the FAST_HASHTABLE_FIRSTBUSYSLOT fastcall.
(edit) @1203 [1203] 12/27/10 10:06:39 chris Small clean-up of mauve tests.
(edit) @1202 [1202] 12/26/10 21:31:06 chris HEADS UP - big changes in java.util land. Replacing the current mix …
(edit) @1201 [1201] 12/25/10 15:26:14 chris Improve diagnostic info when a stack depth change in a fastcall is …
(edit) @1200 [1200] 12/10/10 13:13:58 chris More missing include files.
(edit) @1199 [1199] 12/10/10 13:06:54 chris Add required include files for libffi.
(edit) @1198 [1198] 12/07/10 19:53:43 chris Fix a memory leak in ffi-land.
(edit) @1197 [1197] 12/06/10 21:52:19 chris Add missing argument range checks to sleep().
(edit) @1196 [1196] 12/05/10 20:15:33 chris If the "authority" is null, encode a URL with no authority (e.g. …
(edit) @1195 [1195] 12/05/10 19:59:42 chris Eliminate further fishiness.
(edit) @1194 [1194] 12/02/10 23:18:16 chris Added the possibility to use libffi as the mechanism for calling …
(edit) @1193 [1193] 11/30/10 21:01:38 chris Replace very fishy-looking comparison of type-punned pointer targets by a …
(edit) @1192 [1192] 11/28/10 22:19:06 chris Correct a bug in StringBuffer?.lastIndexOf(String), and add a test for the …
(edit) @1189 [1189] 10/24/10 18:05:51 chris Added the possibility to re-use native threads, i.e. aftre a Java thread …
(edit) @1186 [1186] 10/23/10 13:59:23 chris xref field should probably be volatile.
(edit) @1185 [1185] 10/15/10 19:03:01 chris Corrections to URL constructor (URL base, String spec) - fixes ticket #46.
(edit) @1184 [1184] 10/15/10 19:00:54 chris Add some empty statements in switches, to please fussy compilers.
(edit) @1183 [1183] 10/10/10 22:06:19 chris Bug fix: in new URL(URL base, String spec) spec beginning with '/' is …
(edit) @1182 [1182] 10/07/10 20:37:57 chris Noise reduction: get rid of some compiler warnings caused by over-long …
(edit) @1181 [1181] 09/05/10 17:37:01 chris Ensure that getStringInstance() always pushes a copy of the reference …
(edit) @1180 [1180] 08/26/10 12:24:43 chris Made it possible to control the size of the Java stack using the -Xss …
Note: See TracRevisionLog for help on using the revision log.