aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-146758881: (launcher) needs to throw NoClassDefFoundError instead of ↵ksrini
JavaRuntimeException Summary: The launcher will throw the Error vs. Exception, also fixed some minor issues with the tests. Reviewed-by: darcy
2008-10-06Mergewetmore
2008-10-056755847: (launcher) will trigger assertions in debug buildksrini
Summary: Adds a temporary counter measure to to prevent assertions CR: 6755845 Reviewed-by: darcy, dholmes
2008-10-04Mergetbell
2008-10-04Mergetbell
2008-10-026754988: Update copyright yearjdk7-b37xdono
Summary: Update for files that have been modified starting July 2008 Reviewed-by: ohair, tbell
2008-10-014459600: java -jar fails to run Main-Class if classname followed by whitespace.ksrini
Summary: Fixed whitespace trimming in the manifest as well as post review comments on CR: 6742159 Reviewed-by: darcy, dholmes
2008-10-03Mergemchung
2008-10-026751643: ThreadReference.ownedMonitors() can return nulljjh
Summary: Make a local copy of the cache so it doesn't get modified by a racy resume Reviewed-by: dcubed, swamyv
2008-10-026581243: Service Tag and Product Registration Support in JDK 7mchung
Summary: Include service tag creation and product registration support in JDK Reviewed-by: ksrini
2008-09-29Mergetbell
2008-09-246742159: (launcher) improve the java launching mechanismksrini
Summary: improves launching, also addresses 6694671 and 6749732 Reviewed-by: darcy, dholmes
2008-09-246750935: The expected NotCompliantMBeanException is not thrown for the ↵emcmanus
custom MXBeanMappingFactory 6751872: MXBeanMappingFactory example says "implements" when it should be "extends" Reviewed-by: dfuchs
2008-09-24Mergechegar
2008-09-246749308: java.io, java.lang, java.util exception classes don't specify ↵chegar
serialVersionUID Reviewed-by: alanb
2008-09-22Mergetbell
2008-09-22Mergemullan
2008-09-22Mergemichaelm
2008-09-226739920: java 6u4~ use larger C heap if there are many threadsmichaelm
Reviewed-by: chegar
2008-09-226469266: Integrate Apache XMLSec 1.4.2 into JDK 7mullan
Reviewed-by: valeriep
2008-09-226697180: JMX query results in java.io.IOException: Illegal state - also a ↵sjiang
deadlock can also be seen Reviewed-by: emcmanus
2008-09-19Mergejdk7-b36lana
2008-09-196746836: java.net exception classes don't specify serialVersionUIDchegar
Reviewed-by: alanb, jccollet
2008-09-18Mergewetmore
2008-09-17Mergexdono
2008-09-176748745: JConsole: plotters don't resize well when the window is resizeddfuchs
Summary: part of the fix was contributed by jfdenise Reviewed-by: jfdenise
2008-09-15Mergewetmore
2008-09-126747983: jmx namespace: unspecified self-link detection logicdfuchs
Reviewed-by: emcmanus
2008-09-126747899: jmx namespaces: hooks for permission checks should be defined in ↵dfuchs
HandlerInterceptor Reviewed-by: emcmanus
2008-09-126747411: EventClient causes thread leaksemcmanus
Summary: Reworked thread management in EventClient and related classes. Reviewed-by: sjiang, dfuchs
2008-09-11Mergemullan
2008-09-116440786: Cannot create a ZIP file containing zero entriesbristor
Summary: Allow reading and writing of ZIP files with zero entries. Reviewed-by: alanb
2008-09-11Mergeohair
2008-09-116746415: The include file stropts.h is not available in Fedora 9 (STREAMS ↵ohair
Kernel Extension?) Reviewed-by: tbell
2008-09-116465942: Add problem identification facility to the CertPathValidator frameworkmullan
Summary: Add support to the java.security.cert APIs for determining the reason that a certification path is invalid. Reviewed-by: vinnie
2008-09-116744329: Exception in light weight http server codemichaelm
Reviewed-by: chegar
2008-09-106746754: jmx namespace: test for leading separator missingdfuchs
6669137: RFE: InstanceNotFoundException should have a constructor that takes an ObjectName 6746796: jmx namespaces: Several tests are missing an @bug or @run keyword Summary: Note on 6669137: first implementation of 6669137 was actually pushed with 5072476 - here we only have a small update and a test case. Also re-fixes 6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java which had failed. Reviewed-by: emcmanus, yjoan
2008-09-106746759: Fix for 6734813 introduced build breakemcmanus
Reviewed-by: dfuchs
2008-09-106734813: Provide a way to construct an ObjectName without checked exceptionsemcmanus
6746649: ObjectName constructors and methods declare unchecked exceptions in throws clauses Reviewed-by: dfuchs
2008-09-096733145: (bf) CharBuffer.subSequence can be updated to take advantage of ↵martin
covariant returns Summary: Change return type to CharBuffer Reviewed-by: alanb
2008-09-096728229: (str) StringBuilder.append(CharSequence) does not throw ↵martin
IndexOutOfBoundsException Summary: Major spec rework Reviewed-by: alanb
2008-09-096745832: jmx namespaces: Some refactoring/commenting would improve code ↵dfuchs
readability. Reviewed-by: emcmanus
2008-09-096746196: Some JMX classes do not compile with Eclipse compileremcmanus
Reviewed-by: dfuchs Contributed-by: roman.kennke@aicas.com
2008-09-096736611: [Evt Srv] EventSubscriber.unsubscribe removes other listenerssjiang
Reviewed-by: emcmanus
2008-09-086356642: extcheck.exe -verbose throws ArrayIndexOutOfBoundsException exceptionbristor
Summary: Fix causes printing of user-level error messages instead of throwing exceptions Reviewed-by: sherman
2008-09-086661861: Decrease memory use of Inflaters by ZipFilebristor
Summary: Fix allows release of native resources earlier than without fix Reviewed-by: alanb
2008-09-086740833: krb5.conf does not accept kdc=hostname (no spaces around =)weijun
Reviewed-by: xuelei
2008-09-05Mergewetmore
2008-09-046692802: HttpCookie needs to support HttpOnly attributejccollet
Summary: Added HttpOnly tag support to HttpCookie class. Reviewed-by: chegar, michaelm
2008-09-045072476: RFE: support cascaded (federated) MBean Serversdfuchs
6299231: Add support for named MBean Servers Summary: New javax.management.namespace package. Reviewed-by: emcmanus