John Coomes
|
2ba0d5b055
|
Merge
|
2009-01-14 14:12:55 -08:00 |
|
Tom Rodriguez
|
532cc3cef8
|
6788347: C2Compiler crash 6u7
Reviewed-by: kvn
|
2009-01-14 14:12:00 -08:00 |
|
Chris Hegarty
|
1606eaa0b9
|
6755782: It is not clear how DatagramSocket deals with broadcast enabling/disabling
Reviewed-by: jccollet
|
2009-01-14 17:17:34 +00:00 |
|
Xiaobin Lu
|
74a472983b
|
6792301: StackAlignmentInBytes not honored for compiled native methods
Fixed the stack misalignment when generate_native_wrapper is called.
Reviewed-by: never, kamg, kvn, phh
|
2009-01-13 17:39:03 -08:00 |
|
Xiaobin Lu
|
8187896320
|
Merge
|
2009-01-13 14:49:07 -08:00 |
|
Tom Rodriguez
|
d9a391aad9
|
Merge
|
2009-01-13 14:02:19 -08:00 |
|
Xiaobin Lu
|
31acc39bf9
|
Merge
|
2009-01-13 12:14:38 -08:00 |
|
Xiaobin Lu
|
aae30d753f
|
6791815: Fix for 6471657 can cause deadlock on non-Solaris platforms when initializing direct buffer support
Place the state transition inside the loop so that the VMThread could proceed for safepoint
Reviewed-by: dholmes, never, acorn
|
2009-01-13 12:08:43 -08:00 |
|
Tom Rodriguez
|
a3d528cc30
|
6791132: bad control in autobox split code
Reviewed-by: kvn
|
2009-01-13 11:43:20 -08:00 |
|
Coleen Phillimore
|
a1442ea7ff
|
6791168: Fix invalid code in bytecodeInterpreter that can cause gcc ICE
Fix compilation errors from latest gcc in CC_INTERP including offending missing void* cast.
Reviewed-by: xlu
|
2009-01-13 14:41:44 -05:00 |
|
Vladimir Kozlov
|
78f5dc395e
|
6784930: server jvm fails with assert(!n->is_SpillCopy(),"")
Set minimum block frequency MIN_BLOCK_FREQUENCY 1.e-35f.
Reviewed-by: never, rasbold
|
2009-01-13 11:10:00 -08:00 |
|
Roman Kennke
|
c0731761a3
|
6792515: Specify awt peer's API
Document AWT peer API.
Reviewed-by: art, dav
|
2009-01-13 20:04:05 +01:00 |
|
Xueming Shen
|
4a82a1723e
|
6332094: "jar t" and "jar x" should use ZipFile, not ZipInputStream
To use ZipFile for jar "t" and "x" to boost performance
Reviewed-by: martin, alanb
|
2009-01-13 09:21:54 -08:00 |
|
Martin von Gagern
|
57a1271b06
|
6782079: PNG: reading metadata may cause OOM on truncated images
Reviewed-by: igor, prr
|
2009-01-13 18:38:44 +03:00 |
|
Martin von Gagern
|
bf4d190698
|
5082756: Image I/O plug-ins set metadata boolean attributes to "true" or "false"
Reviewed-by: igor, prr
|
2009-01-13 16:55:12 +03:00 |
|
Maurizio Cimadamore
|
34719749c5
|
6558559: Extra "unchecked" diagnostic
Fixed Types.sideCast in order to suppress redundant unchecked warnings
Reviewed-by: jjg
|
2009-01-13 13:31:35 +00:00 |
|
Mark Mahieu
|
9dff8d691f
|
6723444: javac fails to substitute type variables into a constructor's throws clause
Added constructor's actual type info to NewClass AST node
Reviewed-by: jjg
|
2009-01-13 13:28:42 +00:00 |
|
Maurizio Cimadamore
|
f6cd370370
|
6665356: Cast not allowed when both qualifying type and inner class are parameterized
Fixed parser and cats conversion in order to allow cast between generic inner classes
Reviewed-by: jjg
|
2009-01-13 13:28:20 +00:00 |
|
Maurizio Cimadamore
|
795b53a014
|
6765045: Remove rawtypes warnings from langtools
Removed all occurrences of rawtypes warnings from langtools
Reviewed-by: jjg, bpatel
|
2009-01-13 13:27:14 +00:00 |
|
Phil Race
|
729f2789f0
|
6752622: java.awt.Font.getPeer throws "java.lang.InternalError: Not implemented" on Linux
Reviewed-by: igor, yan
|
2009-01-12 16:02:47 -08:00 |
|
Jon Masamitsu
|
c2ff9781c7
|
6692899: CMS: many vm.parallel_class_loading tests fail with assert "missing Printezis mark"
The CMS concurrent precleaning and concurrent marking phases should work around classes that are undergoing redefinition.
Reviewed-by: ysr, dcubed
|
2009-01-11 16:58:24 -08:00 |
|
Tim Bell
|
9298831bab
|
Merge
|
2009-01-09 22:01:38 -08:00 |
|
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 |
|
Phil Race
|
a0930ff4d4
|
6785424: SecurityException locating physical fonts on Windows Terminal Server
Reviewed-by: campbell, jgodinez
|
2009-01-06 13:52:03 -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 |
|
Phil Race
|
c357cbe4e0
|
6632886: Font.createFont can be persuaded to leak temporary files
6522586: Enforce limits on Font creation
6652929: Font.createFont(int,File) trusts File.getPath
Reviewed-by: igor
|
2009-01-05 11:28:43 -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 |
|
Weijun Wang
|
e33cec202f
|
6717680: LdapCtx does not close the connection if initialization fails
Reviewed-by: vinnie, xuelei
|
2008-12-30 10:42:45 +08: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 |
|
Phil Race
|
14b56dc3a0
|
6652463: MediaSize constructors allow to redefine the mapping of standard MediaSizeName values
Reviewed-by: igor, jgodinez
|
2008-12-24 15:48:59 -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 |
|
Phil Race
|
6f0de04c87
|
6752638: java.awt.GraphicsEnvironment.preferLocaleFonts() throws NPE on Linux
6755034: Legal notice repair: jdk/src/solaris/classes/sun/font/FcFontConfiguration.java
Reviewed-by: bae, igor
|
2008-12-24 09:57:48 -08:00 |
|
Phil Race
|
fa5248c9db
|
6728838: Native memory leak in StrikeCache.java
Reviewed-by: bae, igor
|
2008-12-24 09:53:52 -08:00 |
|