Tim Bell
|
b1b8994004
|
Merge
|
2009-01-09 21:54:17 -08:00 |
|
Martin Buchholz
|
1db3e0312e
|
6792066: src/share/native/java/io/io_util.c clean-ups
Reviewed-by: alanb
|
2009-01-09 16:48:46 -08:00 |
|
Coleen Phillimore
|
76f79d82ad
|
Merge
|
2009-01-09 14:39:07 -05:00 |
|
Bhavesh Patel
|
a23159ffac
|
Merge
|
2009-01-08 16:34:58 -08:00 |
|
Bhavesh Patel
|
a2a9e39ec7
|
6786028: Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Bold tags should be strong
Reviewed-by: jjg
|
2009-01-08 16:26:59 -08:00 |
|
Bhavesh Patel
|
3f5c0cbbd8
|
Merge
|
2009-01-08 15:10:22 -08:00 |
|
Bhavesh Patel
|
253b81dfe8
|
Merge
|
2009-01-08 14:17:10 -08:00 |
|
Jeremy Manson
|
e8974fee90
|
6791458: FileInputStream/RandomAccessFile.read leaks memory if invoked on closed stream with len > 8k
Reviewed-by: alanb
|
2009-01-08 14:07:45 -08:00 |
|
Karen Kinnear
|
9bf4545843
|
6791656: nsk defclass0 asserts handles.hpp
Reviewed-by: phh, xlu
|
2009-01-08 16:27:28 -05:00 |
|
Bhavesh Patel
|
3849600cdd
|
6790217: Javadoc HTML WCAG 2.0 accessibility issues in jdk docs makefile - Bold tags should be strong
Reviewed-by: jjg
|
2009-01-07 16:39:43 -08:00 |
|
Peter Runge
|
dda3b0af66
|
6512707: "incompatible types" after (unrelated) annotation processing
Reviewed-by: darcy
|
2009-01-07 14:48:29 -08:00 |
|
Gary Benson
|
95f5222445
|
6788196: (porting) Bounds checks in io_util.c rely on undefined behaviour
Reviewed-by: alanb
|
2009-01-07 11:50:32 -08:00 |
|
Vladimir Kozlov
|
1ff1bdc3e6
|
6790182: matcher.cpp:1375: assert(false,"bad AD file")
Add a match rule for regD_low in regD definition.
Reviewed-by: never
|
2009-01-07 11:23:28 -08:00 |
|
Vladimir Kozlov
|
49ee6acaa2
|
6782232: assert("CreateEx must be first instruction in block" )
Add the missing check for CreateEx. Add new notproduct flag VerifyRegisterAllocator.
Reviewed-by: never
|
2009-01-07 11:04:45 -08:00 |
|
Tomas Hurka
|
b1c4a6ff3f
|
6790467: Add test for setInterval() for local MonitoredHost and local MonitoredVm
Test for MonitoredHost.setInterval() and MonitoredVm.setInterval() added
Reviewed-by: swamyv
|
2009-01-07 14:06:04 +01:00 |
|
Lana Steuck
|
e39c4cbfe7
|
Merge
|
2009-01-06 16:24:03 -08:00 |
|
Tom Rodriguez
|
956dc037db
|
Merge
|
2009-01-06 16:10:11 -08:00 |
|
Jon Masamitsu
|
3474623106
|
6689653: JMapPerm fails with UseConcMarkSweepIncGC and compressed oops off
Added safe_object_iterate() for use by JMapPerm.
Reviewed-by: tonyp
|
2009-01-06 07:05:05 -08:00 |
|
Karen Kinnear
|
315de68fc0
|
4670071: loadClassInternal is too restrictive
VM support for deadlock fix. Library fix in 4735126. See API proposal.
Reviewed-by: dholmes, blacklion
|
2009-01-05 13:44:03 -05:00 |
|
Sergey Malenkov
|
aa3da7789a
|
6736248: EnumEditor bug. Class check incorrect
Reviewed-by: rupashka, alexp
|
2008-12-25 20:43:44 +03:00 |
|
Xiaobin Lu
|
f05b009ce8
|
6781583: Hotspot build fails on linux 64 bit platform with gcc 4.3.2
Fixed the wrong cast between types since more restrictions are imposed by gcc 4.3.2
Reviewed-by: jcoomes, acorn, phh, never
|
2008-12-24 19:13:53 -08:00 |
|
Xiaobin Lu
|
1362b9fd1d
|
6787106: Hotspot 32 bit build fails on platforms having different definitions for intptr_t & int32_t
Avoid casting between int32_t and intptr_t specifically for MasmAssembler::movptr in 32 bit platforms.
Reviewed-by: jrose, kvn
|
2008-12-24 13:06:09 -08:00 |
|
Erik Trimble
|
1880943a7f
|
6788797: Fork HS14 to HS15 - renumber Major and build numbers of JVM
Fork Hotspot 15 - redo verisoning numbers
Reviewed-by: jcoomes
|
2008-12-23 19:28:18 -08:00 |
|
Coleen Phillimore
|
d80f5c0265
|
4997835: RFE: crash dump will only be created when running w/ -XX:+ShowMessageBoxOnError
Using UseOSErrorReporting will provide both an hs_err file and a crash dump or debug launch and works better.
Reviewed-by: xlu, acorn, poonam
|
2008-12-23 06:16:53 -08:00 |
|
Lillian Angel
|
1ad664c0c9
|
6778662: fixes 64-bits libraries directory search paths on linux
Fixes 64-bits libraries directory search paths.
Reviewed-by: never
|
2008-12-22 16:53:34 -08:00 |
|
Gary Benson
|
347b8afe5b
|
6778657: Casts in SharedRuntime::f2i, f2l, d2i and d2l rely on undefined C++ behaviour
Replaces SharedRuntime::f2i et al with versions that should work
Reviewed-by: never
|
2008-12-22 15:43:02 -08:00 |
|
Alan Bateman
|
5fa8ada075
|
6787009: (attach) Stub injection potentially unsafe on windows-x64
Reviewed-by: mchung
|
2008-12-22 19:28:49 +00:00 |
|
Sergey Malenkov
|
9330abadea
|
4864117: RFE: Make XMLDecoder API more reusable
Reviewed-by: peterz, loneid
|
2008-12-22 17:42:49 +03:00 |
|
Erik Trimble
|
b5743bd6e9
|
6787832: Bump Hotspot build number to 08
Update the HS14 build number to 08
Reviewed-by: jcoomes
|
2008-12-20 09:59:01 -08:00 |
|
Erik Trimble
|
ac1f463988
|
Merge
|
2008-12-20 09:58:36 -08:00 |
|
Erik Trimble
|
efd43c045a
|
Merge
|
2008-12-20 09:57:03 -08:00 |
|
Xiaobin Lu
|
34c4172bfe
|
Merge
|
2008-12-20 00:45:18 -08:00 |
|
Tim Bell
|
3505c577b7
|
Merge
|
2008-12-19 22:07:37 -08:00 |
|
Xiaobin Lu
|
74d9cf0fb8
|
6784100: getTimeNanos - CAS reduction
Get rid of the CAS loop in getTimeNanos to reduce coherence traffic on Solaris.
Reviewed-by: acorn, kvn, ysr
|
2008-12-19 14:40:28 -08:00 |
|
Jon Masamitsu
|
91caa3b23f
|
Merge
|
2008-12-19 12:15:34 -08:00 |
|
Tim Bell
|
1d9a30a4d2
|
Merge
|
2008-12-19 10:39:02 -08:00 |
|
Tim Bell
|
928a098209
|
Merge
|
2008-12-19 10:37:50 -08:00 |
|
Artem Ananiev
|
cdc0430126
|
6773985: OutOfMemory (PermGen space) under Linux / Firefox when switching bw. applets
XEmbedClientHelper is uninstalled when its embedded frame is disposed.
Reviewed-by: dcherepanov, ant
|
2008-12-19 16:04:04 +03:00 |
|
Xiomara Jayasena
|
94649662ec
|
Added tag jdk7-b42 for changeset f5855e0473e3
|
2008-12-18 21:34:20 -08:00 |
|
Xiomara Jayasena
|
a393c3b01f
|
Added tag jdk7-b42 for changeset a97859015238
|
2008-12-18 21:34:12 -08:00 |
|
Xiomara Jayasena
|
9c14ecd49b
|
Added tag jdk7-b42 for changeset 180d45acc127
|
2008-12-18 21:34:08 -08:00 |
|
Xiomara Jayasena
|
e75f92c54d
|
Added tag jdk7-b42 for changeset fccef3af5757
|
2008-12-18 21:34:07 -08:00 |
|
Xiomara Jayasena
|
22a73d8b7d
|
Added tag jdk7-b42 for changeset a0dd9009e992
|
2008-12-18 21:34:02 -08:00 |
|
Xiomara Jayasena
|
f28432c20a
|
Added tag jdk7-b42 for changeset fc350fcb122a
|
2008-12-18 21:34:00 -08:00 |
|
Xiomara Jayasena
|
122daf56a7
|
Added tag jdk7-b42 for changeset 0e40cad98e4a
|
2008-12-18 21:33:59 -08:00 |
|
Bradford Wetmore
|
997f677fc5
|
6750401: SSL stress test with GF leads to 32 bit max process size in less than 5 minutes,with PCKS11 provider
This is the JSSE portion of the fix. Main part is in PKCS11.
Reviewed-by: valeriep, xuelei
|
2008-12-19 10:35:56 +08:00 |
|
Poonam Bajaj
|
0f5687c1eb
|
6786340: hs14b09a pit: a lot of tests failed in "-server -Xcomp" on solaris-amd64 using fastdebug bits
Fixes the nsk-jdi PIT failures introduced by fix for 6739363
Reviewed-by: kvn, coleenp
|
2008-12-18 17:28:41 -08:00 |
|
Vladimir Kozlov
|
dc2957bef6
|
Merge
|
2008-12-18 13:59:59 -08:00 |
|
Vladimir Kozlov
|
744c80add4
|
6787050: assert(n->in(0) == 0L,"no control") with UseCompressedOops on sparcv9
Relax the assert for Sparc.
Reviewed-by: never
|
2008-12-18 11:26:22 -08:00 |
|
John Coomes
|
f3c34ce9b6
|
6786188: par compact - "SplitALot" stress mode should fill to_space
Reviewed-by: jmasa, tonyp
|
2008-12-18 10:54:01 -08:00 |
|