Joe Darcy
61f89b0025
6601457: Move wrapper class tests from closed to open
...
6601458: Move java.math tests from closed to open
6740185: Move java/lang/annotations tests to open
6759433: Move Math and StrictMath regression tests from closed to open
Move some more regression tests to the open
Reviewed-by: jjg
2009-01-26 19:49:26 -08:00
Tim Bell
337fe1437d
Merge
2009-01-24 16:35:17 -08:00
Joe Darcy
e08feb9741
6604864: Double.valueOf(String) does not specify behaviour for overflow and underflow
...
Reviewed-by: emcmanus
2009-01-23 10:37:41 -08:00
Xueming Shen
a9c275ed18
6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima
...
Correct the wrong calculation of "precision" in certain circumstances.
Reviewed-by: darcy, alanb
2009-01-22 20:29:54 -08:00
Xiomara Jayasena
9f55075d21
Added tag jdk7-b44 for changeset 4ce86f6829fb
2009-01-22 14:42:13 -08:00
Mandy Chung
5335a75b1c
Merge
2009-01-20 16:16:35 -08:00
Mandy Chung
4f3a9a4392
6769976: (fc) FileChannelImpl.isAMappedBufferField not used
...
Remove the FileChannelImpl.isAMappedBufferField field
Reviewed-by: alanb
2009-01-20 13:04:19 -08:00
Mandy Chung
11431a6329
6793429: Use compiled properties instead of plain properties for resource file
...
Rename the variables in Resources.gmk to make compiled properties more explicit
Reviewed-by: naoto, yhuang
2009-01-20 13:02:58 -08:00
Xiomara Jayasena
a2d4800aa0
Merge
2009-01-20 09:42:07 -08:00
Weijun Wang
220ed00264
6793475: krb5.ini not found on some Windows
...
Reviewed-by: xuelei
2009-01-19 18:49:10 +08:00
Tim Bell
21e269f4c2
Merge
2009-01-16 10:37:41 -08:00
Xiomara Jayasena
0de2dd962c
Added tag jdk7-b43 for changeset ab58fd13ab49
2009-01-15 11:46:36 -08:00
Tim Bell
6a54f22ae0
6754862: jdk/src/windows/bin/java_md.c: hardcoded reference to msvcr71.dll
...
6779412: VS2008 errors compiling jdk sources
Update Makefiles to tolerate newer Visual Studio releases and runtimes.
Reviewed-by: ohair
2009-01-14 21:35:03 -08:00
Joe Darcy
640ed7d08b
6792545: Typo in java.util.Collection JavaDoc
...
6655123: Incorrect ref to The Art of Computer Programming in doc for java.util.Random
Fix a pair of typos.
Reviewed-by: jjg
2009-01-14 16:23:29 -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
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
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
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
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
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
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
Alan Bateman
5fa8ada075
6787009: (attach) Stub injection potentially unsafe on windows-x64
...
Reviewed-by: mchung
2008-12-22 19:28:49 +00:00
Tim Bell
3505c577b7
Merge
2008-12-19 22:07:37 -08:00
Tim Bell
928a098209
Merge
2008-12-19 10:37:50 -08:00
Xiomara Jayasena
a393c3b01f
Added tag jdk7-b42 for changeset a97859015238
2008-12-18 21:34:12 -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
Xueming Shen
2d0b1225eb
6496274: jar seems to use more CPU than it should
...
Boost jar creating performance especially for the large jar file
Reviewed-by: martin
2008-12-17 22:50:37 -08:00
Xiomara Jayasena
cc8641d33a
6785258: Update copyright year
...
Update copyright for files that have been modified starting July 2008 to Dec 2008
Reviewed-by: katleman, ohair, tbell
2008-12-15 16:55:25 -08:00
Xueming Shen
89fa477ecf
6642323: Speeding up Single Byte Decoders
...
6642328: Speeding up Single Byte Encoders
Re-implementation of mapping based sbcs charts
Reviewed-by: alanb
2008-12-10 14:03:15 -08:00
Eamonn McManus
871bbff9ce
6456269: Add a GenericMBeanException so clients don't have to have server's exception classes present
...
Reviewed-by: jfdenise, dfuchs
2008-12-10 11:59:32 +01:00
Shanliang Jiang
0a521a9457
Merge
2008-12-09 20:51:59 +01:00
Shanliang Jiang
16870a7767
6336980: NotificationBroadcasterSupport: to tell whether there are listeners and to do clear
...
Reviewed-by: emcmanus
2008-12-09 20:50:45 +01:00
Daniel Fuchs
2064095b24
6768935: Clarify the behaviour of ObjectName pattern matching with regards to namespaces
...
Reviewed-by: emcmanus
2008-12-09 20:20:48 +01:00
Shanliang Jiang
6a4903d458
6332907: Add ability for connector server to close individual connections
...
Reviewed-by: emcmanus
2008-12-09 19:44:22 +01:00
Shanliang Jiang
e7d171eac3
Merge
2008-12-09 18:45:09 +01:00
Shanliang Jiang
d2c931b222
6760712: Provide a connector server option that causes it not to prevent the VM from exiting
...
Reviewed-by: emcmanus
2008-12-09 18:42:13 +01:00
Eamonn McManus
ccf03a6e2c
6780803: Wrong parameter name in description of EventClient::addListeners()
...
6470295: Misleading exception message says context classloader when it isn't
6714954: Description of MBeanPermission checking in MBeanServer javadoc is inaccurate
6732037: Event Service spec needs more detail about Executor use
6740900: Specify that listeners invoked via SendNotification should not block
6778436: Typo in @NotificationInfos spec
Reviewed-by: dfuchs
2008-12-09 18:30:27 +01:00
Shanliang Jiang
f0e6f0762b
Merge
2008-12-09 17:41:59 +01:00
Shanliang Jiang
34982c7509
6405891: MLet: could be improved to load a native lib
...
Reviewed-by: emcmanus
2008-12-09 17:41:04 +01:00
Jean-Francois Denise
85e1e1e290
6287328: Add methods to StandardMBean to retrieve a method based on MBean{Attribute|Operation}Info
...
Reviewed-by: emcmanus
2008-12-09 16:26:30 +01:00
Jean-Francois Denise
ef7000f82e
6450834: RFE: allow StandardMBean to call MBeanRegistration methods on its wrapped resource
...
6373143: MonitorNotification should have a public constructor
Reviewed-by: emcmanus
2008-12-09 16:14:53 +01:00
Jean-Francois Denise
b14fec6973
6675526: Define an Annotation to name registered MBeans
...
Reviewed-by: emcmanus
2008-12-09 15:57:09 +01:00
Jean-Francois Denise
04950cd846
6250014: MBeanOperationInfo Descriptor field for exceptions
...
Reviewed-by: emcmanus
2008-12-09 15:36:14 +01:00
Jean-Francois Denise
049436370f
6501362: DescriptorSupport(String) could recognize "name=value" as well as XML format
...
Reviewed-by: emcmanus
2008-12-09 14:44:42 +01:00
Eamonn McManus
5588717cc4
6774918: @NotificationInfo is ineffective on MBeans that cannot send notifications
...
Reviewed-by: jfdenise
2008-12-09 12:01:07 +01:00