Igor Veresov
cbf1c89d60
6770608: G1: Mutator thread can flush barrier and satb queues during safepoint
...
6660573: G1: BigApps Failure : guarantee(satb_mq_set.completed_buffers_num() == 0,"invariant")
When exiting a mutator thread is removed from the thread list before it has a chance to flush its SATB and barrier queues. If GC happens at this moment the objects that are refererred from these queues can be moved, which will case a crash. The fix is simply to flush the buffers before removing a thread from the list.
Reviewed-by: jcoomes, tonyp
2008-11-14 14:23:05 -08:00
Daniel Fuchs
907d90158a
6683213: CounterMonitor's derived Gauge badly initialized
...
Reviewed-by: emcmanus
2008-11-14 17:22:10 +01:00
Xue-Lei Andrew Fan
f377bd69c3
6745052: SLServerSocket file descriptor leak
...
SSLServerSocketImpl.checkEnabledSuites() does not release the temporary socket properly
Reviewed-by: wetmore, weijun
2008-11-13 23:25:10 -08:00
Xue-Lei Andrew Fan
8db7ed98ea
6728126: Parsing Extensions in Client Hello message is done in a wrong way
...
The inputStream.read(byte[], int, 0) is not always return zero.
Reviewed-by: wetmore, weijun
2008-11-13 23:08:11 -08:00
Vladimir Kozlov
ce3f3dd8d3
6767659: Conversion from i486 to x86 missed some entries in makefiles
...
Fixed missed entries.
Reviewed-by: never
2008-11-13 14:50:04 -08:00
Tim Bell
69f8b9fce0
Merge
2008-11-13 11:15:01 -08:00
Chris Hegarty
bb833cb3e5
Merge
2008-11-13 09:40:51 +00:00
John R Rose
4e2c4fb4bd
6770949: minor tweaks before 6655638
...
Minor cleanups & tuning of array.hpp, debug.cpp, growableArray.hpp, hashtable.cpp
Reviewed-by: kvn
2008-11-12 23:26:45 -08:00
John R Rose
849e0ffb04
6653858: dynamic languages need to be able to load anonymous classes
...
Low-level privileged sun.misc.Unsafe.defineAnonymousClass
Reviewed-by: kvn
2008-11-12 22:33:26 -08:00
Vladimir Kozlov
015a08b3e8
6769748: Fix solaris makefiles for the case when "CC -V" produces several lines
...
Fix solaris makefiles for 5.10 compilers
Reviewed-by: jcoomes
2008-11-12 11:01:31 -08:00
Chris Hegarty
e9076296a9
6755625: Add HttpURLConnection.setFixedLengthStreamingMode(long)
...
Reviewed-by: jccollet
2008-11-12 16:38:17 +00:00
Keith McGuigan
8db365aa80
Merge
2008-11-12 11:23:13 -05:00
Maurizio Cimadamore
454f269528
6768932: Add support for multiline diagnostics
...
Added basic support for multiline/tabular diagnostics
Reviewed-by: jjg
2008-11-12 14:17:03 +00:00
Tom Rodriguez
f2143c7bee
Merge
2008-11-12 05:42:59 -08:00
Weijun Wang
5c6f569aa5
6765491: Krb5LoginModule a little too restrictive, and the doc is not clear
...
Reviewed-by: valeriep
2008-11-12 16:01:06 +08:00
Weijun Wang
9f36c3b7c7
6733095: Failure when SPNEGO request non-Mutual
...
Reviewed-by: valeriep
2008-11-12 16:00:22 +08:00
Tom Rodriguez
1716627be0
6758445: loop heads that are exception entry points can crash during count_edges/mark_loops
...
Reviewed-by: kvn, jrose
2008-11-11 23:03:35 -08:00
Tim Bell
12fd79632c
6764892: VS2008 changes required to compile hotspot sources
...
Minor changes required to build using the Visual Studio 2008 compiler
Reviewed-by: kvn, ohair
2008-11-11 22:01:08 -08:00
Alan Bateman
1e36589fc9
Merge
2008-11-11 09:07:58 +00:00
Alan Bateman
e9a892dd41
6763122: ZipFile ctor does not throw exception when file is not a zip file
...
Reviewed-by: bristor
2008-11-11 08:59:43 +00:00
Tom Rodriguez
6cea928f70
Merge
2008-11-07 13:55:14 -08:00
John Coomes
98685a4d93
6769128: failure to run generateJvmOffsets is ignored
...
Reviewed-by: xlu
2008-11-07 12:52:16 -08:00
John Coomes
6fe817326c
6718879: cannot build on solaris nevada
...
Reviewed-by: xlu
2008-11-11 22:21:13 -08:00
Tim Bell
68e605f7a4
Merge
2008-11-07 11:45:49 -08:00
Tim Bell
491fc45d00
Merge
2008-11-07 11:45:22 -08:00
Eamonn McManus
bbac59f218
6336968: Methods to convert AttributeList to/from Map
...
6750008: Add JMX.getSpecificationVersion(MBeanServerConnection) and document interop
6750472: Add a way to convert a CompositeData into a Map
6752563: Allow CompositeDataSupport to have zero items
Small JMX RFEs
Reviewed-by: dfuchs
2008-11-07 19:19:08 +01:00
Vladimir Kozlov
7aae40a95f
6462850: generate biased locking code in C2 ideal graph
...
Inline biased locking code in C2 ideal graph during macro nodes expansion
Reviewed-by: never
2008-11-07 09:29:38 -08:00
Coleen Phillimore
0cecb67ae7
6760773: UseCompressedOops is broken with UseParNewGC
...
Sparc code for gen_subtype_check was doing an ld for a compressed oop with the sign bit set so not comparing, leading to a ClassCastException.
Reviewed-by: phh, never, acorn, kvn, xlu
2008-11-07 11:03:32 -05:00
Eamonn McManus
ab227cb671
5072267: A way to communicate client context such as locale to the JMX server
...
Support for client contexts and also for localization of descriptions
Reviewed-by: dfuchs
2008-11-07 11:48:07 +01:00
Tom Rodriguez
2c3b8ec969
6761594: framesize rounding code rounds using wrong units leading to slightly oversized frames
...
Reviewed-by: rasbold, kvn
2008-11-06 20:00:03 -08:00
Chuck Rasbold
0e63b7609a
6743900: frequency based block layout
...
Post-register allocation pass that drives block layout by edge frequencies
Reviewed-by: never, kvn
2008-11-06 14:59:10 -08:00
Xiomara Jayasena
803f241db6
Added tag jdk7-b39 for changeset 628049ac53ed
2008-11-06 12:10:41 -08:00
Xiomara Jayasena
85ab3e2820
Added tag jdk7-b39 for changeset 94a146b4f52a
2008-11-06 12:10:31 -08:00
Xiomara Jayasena
6759fbba86
Added tag jdk7-b39 for changeset 83ca2ddee2dd
2008-11-06 12:10:26 -08:00
Xiomara Jayasena
452ff15c37
Added tag jdk7-b39 for changeset b7877f7986a3
2008-11-06 12:10:24 -08:00
Xiomara Jayasena
ec8b80fefc
Added tag jdk7-b39 for changeset c483fc7ff658
2008-11-06 12:10:20 -08:00
Xiomara Jayasena
b0133ca5b4
Added tag jdk7-b39 for changeset 4d2a283e9da2
2008-11-06 12:10:16 -08:00
Xiomara Jayasena
fc59049c53
Added tag jdk7-b39 for changeset 731c67277e2b
2008-11-06 12:10:15 -08:00
Sean Mullan
cb4eb96188
6765046: CertPathValidatorException(Throwable).getMessage() always returns null since b37
...
Reviewed-by: vinnie
2008-11-06 12:12:39 -05:00
Sean Mullan
a0d2321424
Merge
2008-11-06 11:58:06 -05:00
Sean Mullan
ec4b93457e
6744888: OCSP validation code should permit some clock skew when checking validity of OCSP responses
...
Allow for up to 10 minutes of clock skew when validating OCSP responses
Reviewed-by: vinnie
2008-11-05 15:55:00 -05:00
Xiaobin Lu
8eb2e02296
Merge
2008-10-31 10:34:20 -07:00
Eamonn McManus
5118c7cd7f
6766173: Spec should say that createMBean wraps a constructor RuntimeException in a RuntimeMBeanException
...
JMX spec clarification
Reviewed-by: dfuchs
2008-10-31 17:34:52 +01:00
Tom Rodriguez
7bcfb5965d
6764622: IdealGraphVisualizer fixes
...
Reviewed-by: rasbold, jrose
2008-10-30 17:08:48 -07:00
Sean Mullan
fddda74b98
Merge
2008-10-30 17:28:35 -04:00
Sean Mullan
38f19ad4b7
6764553: com.sun.org.apache.xml.internal.security.utils.IdResolver is not thread safe
...
Reviewed-by: valeriep
2008-10-30 17:24:08 -04:00
Keith McGuigan
7de6d649be
6756528: Bytecodes::special_length_at reads past end of code buffer
...
Add end-of-buffer indicator for paths used by the verifier
Reviewed-by: acorn, coleenp
2008-10-30 15:48:59 -04:00
Eamonn McManus
8f7e2b9357
6450848: make it easier to get the ObjectName of a JMX Proxy
...
Rework proxy javadoc to explain how to do this.
Reviewed-by: sjiang
2008-10-30 18:19:48 +01:00
Eamonn McManus
44dcc74e78
6252609: Two different default descriptor forms defined for ModelMBeanInfoSupport
...
6253137: Documentation for NotificationListener's handback parameter is confusing
6368691: javadoc for JMX Descriptors has bugs and is very hard to navigate
6602699: support for async notification of mbeaninfo update
6759612: [javadoc] EventClient.NOTIFS_LOST has a garbled href to addEventClientListener
6759619: Clarify what EventClient.getEventClientNotificationInfo does
6759622: Clarify what EventClient.getListeners list does
Documentation fixes, plus simple bugfix for 6759619.
Reviewed-by: dfuchs
2008-10-30 17:46:50 +01:00
Erik Trimble
740031d711
Merge
2008-10-29 19:22:09 -07:00