Joel Dice
|
f57d80f1b7
|
ammend recent commit to avoid using __attribute__ ((externally_visible)) when it is not available (second try)
|
2009-10-27 09:41:00 -06:00 |
|
Joel Dice
|
51fcf1ef74
|
ammend recent commit to avoid using __attribute__ ((externally_visible)) when it is not available
|
2009-10-27 09:34:46 -06:00 |
|
Joel Dice
|
b15ff58542
|
provide a useful error message when throwing IOExceptions from Java_java_nio_channels_SocketChannel_natFinishConnect
|
2009-10-27 09:17:08 -06:00 |
|
Joel Dice
|
4570b86da0
|
add __attribute__ ((externally_visible)) to EXPORT macros to facilitate whole-program optimization using GCC 4.5
|
2009-10-27 09:16:08 -06:00 |
|
Joel Dice
|
a68742200b
|
return empty stack trace for thread which isn't running
|
2009-10-26 11:44:29 -06:00 |
|
Joel Dice
|
53588b94f3
|
compare lengths first in String.equals[IgnoreCase] for efficiency
|
2009-10-19 10:36:48 -06:00 |
|
Joel Dice
|
1b893c7a19
|
check for EINPROGRESS in Java_java_nio_channels_SocketChannel_natFinishConnect
|
2009-10-12 09:28:04 -06:00 |
|
Joel Dice
|
59ba4aecf2
|
implement non-blocking socket connections
|
2009-10-08 16:26:20 -06:00 |
|
Mike Keesey
|
77fb0083a4
|
updated nio native code to properly check for PIPE closure on POSIX OSes
|
2009-10-05 09:23:53 -06:00 |
|
Joel Dice
|
447741d6ec
|
implement java.io.File.renameTo
|
2009-09-28 17:45:47 -06:00 |
|
Joel Dice
|
fb40b046fd
|
fix regression in SocketSelector when selecting ServerSocketChannels
|
2009-09-28 16:54:49 -06:00 |
|
Joel Dice
|
6fa25f992c
|
Properties.setProperty should return an Object
|
2009-09-18 17:51:05 -06:00 |
|
Joel Dice
|
d0f8889e27
|
fix GC safety bugs in parseMethodTable and makeArrayClass
|
2009-09-18 12:20:35 -06:00 |
|
Joel Dice
|
b645c284b5
|
fix memory leak in debug build
|
2009-09-17 21:36:52 -06:00 |
|
Joel Dice
|
fcc4ff93e0
|
remove debug logging
|
2009-09-17 21:22:47 -06:00 |
|
Joel Dice
|
1dfa421a6c
|
fix argument mixup in Runtime.exit
|
2009-09-17 18:28:42 -06:00 |
|
Joel Dice
|
a2a33c259e
|
fix test class build when boot classes change
|
2009-09-17 11:50:35 -06:00 |
|
Joel Dice
|
dc10bcacf8
|
update heapdump doc to refer to new Machine.dumpHeap method
|
2009-09-15 07:59:24 -06:00 |
|
Joel Dice
|
49d113f43f
|
fix parallel bootimage build
|
2009-09-05 18:40:37 -06:00 |
|
Joel Dice
|
44ae6a02c2
|
fix parallel (make -jN) build
|
2009-09-05 16:04:43 -06:00 |
|
Joel Dice
|
3446ed0fce
|
fix MSVC build regression in java-io.cpp
|
2009-09-05 15:35:00 -06:00 |
|
Joel Dice
|
8956b98604
|
speed up build (especially on Windows) by avoiding redundant shell command execution in makefile
|
2009-09-05 15:21:45 -06:00 |
|
Joel Dice
|
bf2b17cfa6
|
fix misspelled comment
|
2009-09-04 17:08:45 -06:00 |
|
Joel Dice
|
b0ba70866e
|
fix incorrect line numbers in NPE traces
|
2009-09-04 15:09:40 -06:00 |
|
Joel Dice
|
e47c149fb1
|
fix misuse of FindFirstFile
|
2009-09-03 17:57:32 -06:00 |
|
Joel Dice
|
6519047342
|
fix bootimage build
|
2009-09-03 09:06:04 -06:00 |
|
Joel Dice
|
84ac2e417d
|
follow reference pointer before using in in refrenceTargetUnreachable in case it points to a moved object
|
2009-09-01 18:32:21 -06:00 |
|
Joel Dice
|
6aff383ee1
|
ensure Heap::needsMark and Heap::mark work correctly during GC
|
2009-09-01 18:31:18 -06:00 |
|
Joel Dice
|
4f794f533e
|
fix handling of reachable, moved weak references in postVisit
|
2009-09-01 17:23:30 -06:00 |
|
Joel Dice
|
0a96f4c552
|
ensure WeakHashMap.MyCell objects are registered with the ReferenceQueue
|
2009-09-01 17:22:31 -06:00 |
|
Joel Dice
|
49005f0746
|
fix name-clash regression in heapdump.cpp
|
2009-09-01 13:09:53 -06:00 |
|
Joel Dice
|
27f35bf239
|
fix heapdump build
|
2009-09-01 12:15:33 -06:00 |
|
Joel Dice
|
9550eca866
|
uncomment MAKEFLAGS definition in makefile
|
2009-09-01 12:15:19 -06:00 |
|
Joel Dice
|
9c52fb434c
|
add manifest to executables and DLLs when building with MSVC
|
2009-09-01 08:42:33 -06:00 |
|
Joel Dice
|
987330fed5
|
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
|
2009-08-28 16:18:36 -06:00 |
|
Joel Dice
|
cd41751912
|
ensure primitive names are zero-terminated in Class.getName
|
2009-08-28 16:17:23 -06:00 |
|
Joel Dice
|
73dc058c14
|
implement StackTraceElement.getFileName properly
|
2009-08-27 16:28:44 -06:00 |
|
Joel Dice
|
4df81911fe
|
fix OSX build regression
|
2009-08-27 09:30:34 -06:00 |
|
Joel Dice
|
ca271e5ab9
|
specify name of pdb file when compiling with MSVC
|
2009-08-26 18:38:47 -06:00 |
|
Joel Dice
|
1a0eef7e2d
|
add support for building with MSVC on Windows
|
2009-08-26 18:26:44 -06:00 |
|
Joel Dice
|
4297fa04b3
|
run java finalizers in a separate thread to guarantee no application locks are held when doing so
|
2009-08-24 17:51:31 -06:00 |
|
Joel Dice
|
d4e2e05b31
|
add AccessControlException
|
2009-08-24 16:40:25 -06:00 |
|
Joel Dice
|
3b30dccaac
|
strip binaries if and only if optimizing
|
2009-08-24 16:38:00 -06:00 |
|
Joel Dice
|
77ae259e41
|
throw ClassCastException if asked to compare Enums of different types
|
2009-08-21 16:06:12 -06:00 |
|
Joel Dice
|
4536f13ee4
|
superficial reformatting of previous commit
|
2009-08-21 09:44:18 -06:00 |
|
Joel Dice
|
637a676fb0
|
fix MinGW 3.4 build
|
2009-08-21 09:37:49 -06:00 |
|
Joel Dice
|
c14bb5768e
|
throw FileNotFoundException from doOpen when appropriate
|
2009-08-21 09:23:03 -06:00 |
|
Joel Dice
|
a56c1d8765
|
fix GC-safety bug in resolveSpec
|
2009-08-20 12:37:03 -06:00 |
|
Joel Dice
|
4c14a9ab66
|
implement enough of java.util.regex to ensure String methods work for trivial regular expressions
|
2009-08-20 11:14:05 -06:00 |
|
Joel Dice
|
71f1efc4cb
|
add a couple of StringBuffer.append overloads
|
2009-08-20 08:59:22 -06:00 |
|