Valerie Peng
2ea2c4b650
6823905: crash in sun.security.pkcs11.wrapper.PKCS11.C_Sign during stress-test
...
Initialize relevant return value to NULL
Reviewed-by: vinnie
2009-07-22 17:52:21 -07:00
Vladimir Kozlov
b0f75657c5
6826736: CMS: core dump with -XX:+UseCompressedOops
...
Fix deoptimization code and OopMapSet::all_do() to check for oop = narrow_oop_base.
Reviewed-by: jcoomes, phh, ysr, never
2009-07-22 15:48:51 -07:00
Poonam Bajaj
7cfb301baa
6814140: deadlock due to synchronized demandLogger() code that locks ServerLogManager
...
Making demandLogger() non-synchronized resolves the deadlock.
Reviewed-by: dcubed
2009-07-22 07:49:57 -07:00
Andrey Petrusenko
0e783b7554
6862661: G1: _gc_alloc_region_counts is not updated properly after 6604422
...
Implementation of RFE 6604422 (G1: re-use half-promoted regions) introduced incorrect _gc_alloc_region_counts updates which effectively disabled survivor spaces.
Reviewed-by: johnc, jmasa, tonyp
2009-07-22 02:46:55 -07:00
Dmitry Cherepanov
6293f73bd8
6859935: REGRESSION: Settings are missing in JCP/Advanced tab on windows
...
Reviewed-by: art
2009-07-22 13:00:11 +04:00
Weijun Wang
945ec03563
6561126: keytool should use larger default keysize for keypairs
...
Reviewed-by: mullan
2009-07-22 16:41:14 +08:00
Weijun Wang
ee5188c4c3
6854308: more ktab options
...
Reviewed-by: mullan
2009-07-22 16:40:39 +08:00
Weijun Wang
20ee77e0d0
6847026: keytool should be able to generate certreq and cert without subject name
...
Reviewed-by: xuelei
2009-07-22 16:40:04 +08:00
Weijun Wang
f1b3e33db7
6858589: more changes to Config on system properties
...
Reviewed-by: valeriep
2009-07-22 16:39:34 +08:00
Sergey Malenkov
da10005c86
6802868: JInternalFrame is not maximized when maximized parent frame
...
Reviewed-by: rupashka
2009-07-22 12:21:31 +04:00
Yuri Nesterenko
cacd580a84
Merge
2009-07-21 23:23:57 -07:00
John R Rose
db41917a7e
Merge
2009-07-21 21:33:44 -07:00
John R Rose
6515225d49
6862576: vmIntrinsics needs cleanup in order to support JSR 292 intrinsics
...
Remove useless lazy evaluation of intrinsics; add LAST_COMPILER_INLINE to help categorize them
Reviewed-by: kvn
2009-07-21 16:56:06 -07:00
Tom Rodriguez
62ca1df1dd
6857159: local schedule failed with checkcast of Thread.currentThread()
...
Reviewed-by: kvn
2009-07-21 16:42:58 -07:00
Abhijit Saha
bde3f2ada5
Merge
2009-07-21 13:06:30 -07:00
Abhijit Saha
a5da46de60
Merge
2009-07-21 13:02:23 -07:00
Abhijit Saha
baffaa8b3e
Merge
2009-07-21 11:32:00 -07:00
Sean Mullan
31eb8dfb51
6787645: CRL validation code should permit some clock skew when checking validity of CRLs
...
Reviewed-by: vinnie
2009-07-20 17:16:34 -04:00
Christian Thalinger
6b849a12a0
6860920: serialize.cpp shouldn't use objArrayOopDesc::base_offset_in_bytes(T_BYTE)
...
Serialize.cpp currently uses objArrayOopDesc::base_offset_in_bytes(T_BYTE), which seems to be wrong.
Reviewed-by: coleenp, kvn
2009-07-20 08:20:00 -07:00
Peter Zhelezniakov
4ba0a90189
6849331: Nimbus L&F: AbstractRegionPainter's paint context is not initialized
...
Reviewed-by: rupashka
2009-07-20 13:34:54 +04:00
Peter Zhelezniakov
b838a00326
6857360: NimbusLAF: Menu indicator looks ugly with RTL orientation
...
Reviewed-by: rupashka
2009-07-20 13:33:09 +04:00
Vinnie Ryan
d12079f670
6657695: AbstractSaslImpl.logger is a static mutable (findbugs)
...
Reviewed-by: alanb
2009-07-17 20:43:53 +01:00
Vinnie Ryan
97bb9bff6f
6657619: DnsContext.debug is public static mutable (findbugs)
...
Reviewed-by: alanb
2009-07-17 20:29:41 +01:00
Tim Bell
3b19a505dc
Merge
2009-07-17 09:14:45 -07:00
Tim Bell
c3f366cc5a
Merge
2009-07-17 09:14:29 -07:00
Artem Ananiev
e5047864cd
6844297: java/awt/EventQueue/6638195/bug6638195.java test failed in jdk7 on Windows just on b59,passed on b57
...
Reviewed-by: bchristi, dcherepanov
2009-07-17 15:40:19 +04:00
Peter Zhelezniakov
44904765ca
6387360: Usage of package-private class as a parameter of a method (javax.swing.text.ParagraphView)
...
Reviewed-by: malenkov
2009-07-17 15:25:51 +04:00
Vladimir Kozlov
7229ae9b95
Merge
2009-07-17 00:50:55 -07:00
Poonam Bajaj
fea09e9cd0
6840305: Discrepancy in system memory details (when 4G or greater) reported by JVM and Windows OS
...
GlobalMemoryStatus() does not report correct memory usage when the system has more than 4gb of RAM. GlobalMemoryStatusEx() should be used in place of GlobalMemoryStatus().
Reviewed-by: kamg, coleenp
2009-07-16 18:21:40 -07:00
Tim Bell
9e4cc0c67f
Merge
2009-07-16 18:07:04 -07:00
Tom Rodriguez
1c4a7e95bb
6861513: correct copyright attribution in test for 6837094 and 6860469
...
Reviewed-by: rasbold
2009-07-16 17:59:27 -07:00
Vladimir Kozlov
2e2f60507e
6851282: JIT miscompilation results in null entry in array when using CompressedOops
...
Get type for new Phi from non dead path.
Reviewed-by: never
2009-07-16 16:29:55 -07:00
Vladimir Kozlov
c3efa899b6
6851742: (EA) allocation elimination doesn't work with UseG1GC
...
Fix eliminate_card_mark() to eliminate G1 pre/post barriers.
Reviewed-by: never
2009-07-16 14:10:42 -07:00
Y. Srinivas Ramakrishna
509c9c3b93
Merge
2009-07-16 12:38:26 -07:00
Xiomara Jayasena
c524fb1e66
Added tag jdk7-b65 for changeset dde9c43422cd
2009-07-16 10:53:31 -07:00
Xiomara Jayasena
27e3d0608d
Added tag jdk7-b65 for changeset 6d887683b2b4
2009-07-16 10:53:21 -07:00
Xiomara Jayasena
9243a32265
Added tag jdk7-b65 for changeset 83ac5deac923
2009-07-16 10:53:15 -07:00
Xiomara Jayasena
9b9bfcc5ff
Added tag jdk7-b65 for changeset 98a2177833c8
2009-07-16 10:53:13 -07:00
Xiomara Jayasena
7edbc2373c
Added tag jdk7-b65 for changeset 60611616dba4
2009-07-16 10:53:09 -07:00
Xiomara Jayasena
a9c0cc5110
Added tag jdk7-b65 for changeset 2ad3a445ce89
2009-07-16 10:53:05 -07:00
Xiomara Jayasena
addbc1de71
Added tag jdk7-b65 for changeset f5311292903a
2009-07-16 10:53:04 -07:00
Sergey Malenkov
da30267d99
6505027: terminateEditOnFocusLost making problems for table in JDesktopPane
...
Reviewed-by: alexp
2009-07-16 20:12:14 +04:00
Joe Darcy
b8fae2d33c
6463998: Undocumented NullPointerExeption from Float.parseFloat and Double.parseDouble
...
Reviewed-by: lancea, iris
2009-07-15 14:43:13 -07:00
Hiroshi Yamauchi
a24ea182cc
6860469: remix_address_expressions sets incorrect control causing crash in split_if_with_block_post
...
Co-authored-by: Chuck Rasbold <rasbold@google.com>
Reviewed-by: never, kvn
2009-07-15 13:37:35 -07:00
Joe Darcy
8c000e858b
6857789: (reflect) Create common superclass of reflective exceptions
...
Reviewed-by: martin
2009-07-15 12:08:55 -07:00
Abhijit Saha
11c8663522
Merge
2009-07-15 10:46:42 -07:00
Antonios Printezis
26c66d0015
6859911: G1: assert(Heap_lock->owner() = NULL, "Should be owned on this thread's behalf")
...
The used() method assumes that the heap lock is held when it is called. However, when used() is called from print_on(), this is not the case.
Reviewed-by: ysr, jmasa
2009-07-15 12:22:59 -04:00
Maurizio Cimadamore
ae2586d2c3
6860795: NullPointerException when compiling a negative java source
...
Rich formatter shouldn't propagate visits on method symbols that have a null type
Reviewed-by: jjg
2009-07-15 17:01:47 +01:00
Sergey Groznyh
c854c85621
6612541: api/javax_swing/text/LabelView/index.html#getXXX[LabelView0004] fails since JDK 7 b20
...
Reviewed-by: peterz
2009-07-15 19:05:18 +04:00
Maurizio Cimadamore
dd76763423
6846972: cannot access member of raw type when erasure change overriding into overloading
...
Fix of 6400189 caused a nasty problem in method resolution
Reviewed-by: jjg
2009-07-15 10:25:01 +01:00