Daniel Fuchs
b2e851f920
6746754: jmx namespace: test for leading separator missing
...
6669137: RFE: InstanceNotFoundException should have a constructor that takes an ObjectName
6746796: jmx namespaces: Several tests are missing an @bug or @run keyword
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-10 16:27:13 +02:00
Chuck Rasbold
647d4a829d
Merge
2008-09-10 06:15:02 -07:00
Eamonn McManus
370ae84e73
6746759: Fix for 6734813 introduced build break
...
Reviewed-by: dfuchs
2008-09-10 14:56:57 +02:00
Eamonn McManus
a4ef2ba11d
6734813: Provide a way to construct an ObjectName without checked exceptions
...
6746649: ObjectName constructors and methods declare unchecked exceptions in throws clauses
Reviewed-by: dfuchs
2008-09-10 13:36:47 +02:00
Kelly O'Hair
d487d2b19e
6746424: Remove build dependency on findbugs and FINDBUGS_HOME
...
Reviewed-by: tbell
2008-09-09 15:48:49 -07:00
Kelly O'Hair
646d12c63f
6746424: Remove build dependency on findbugs and FINDBUGS_HOME
...
Reviewed-by: tbell
2008-09-09 15:46:54 -07:00
Martin Buchholz
3eca12f7b7
6733145: (bf) CharBuffer.subSequence can be updated to take advantage of covariant returns
...
Change return type to CharBuffer
Reviewed-by: alanb
2008-09-09 15:20:07 -07:00
Martin Buchholz
77dfe98c4e
6728229: (str) StringBuilder.append(CharSequence) does not throw IndexOutOfBoundsException
...
Major spec rework
Reviewed-by: alanb
2008-09-09 15:20:07 -07:00
Tom Rodriguez
ae1dc3db15
6746320: Hotspot regression test for 6512111 fails in -Xmixed mode
...
Reviewed-by: kvn
2008-09-09 12:56:51 -07:00
Jonathan Gibbons
b0419018b0
6724118: change JavaCompiler to not use Scanner directly
...
6736119: refactor Parser and Parser.Factory
Reviewed-by: mcimadamore
2008-09-09 10:40:50 -07:00
Jonathan Gibbons
8166ad7ece
6557752: Original type of an AST should be made available even if it is replaced with an ErrorType
...
Reviewed-by: mcimadamore
2008-09-09 10:28:21 -07:00
Daniel Fuchs
4e22cb6970
6745832: jmx namespaces: Some refactoring/commenting would improve code readability
...
Reviewed-by: emcmanus
2008-09-09 17:01:45 +02:00
Roman Kennke
e0a15fc51d
6746196: Some JMX classes do not compile with Eclipse compiler
...
Reviewed-by: dfuchs
2008-09-09 14:57:30 +02:00
Shanliang Jiang
ebdad848b8
6736611: [Evt Srv] EventSubscriber.unsubscribe removes other listeners
...
Reviewed-by: emcmanus
2008-09-09 14:17:29 +02:00
Martin Buchholz
79a295755e
6746055
: Spelling error in README-builds.html
...
Reviewed-by: ohair
2008-09-08 17:10:03 -07:00
Dave Bristor
367e60a438
6356642: extcheck.exe -verbose throws ArrayIndexOutOfBoundsException exception
...
Fix causes printing of user-level error messages instead of throwing exceptions
Reviewed-by: sherman
2008-09-08 14:11:13 -07:00
Dave Bristor
51a345480a
6661861: Decrease memory use of Inflaters by ZipFile
...
Fix allows release of native resources earlier than without fix
Reviewed-by: alanb
2008-09-08 13:44:32 -07:00
Weijun Wang
4b2e9eb231
6740833: krb5.conf does not accept kdc=hostname (no spaces around =)
...
Reviewed-by: xuelei
2008-09-08 14:17:22 +08:00
Vladimir Kozlov
8174b8b497
6676462: JVM sometimes would suddenly consume significant amount of memory
...
Add asserts with dead loop checks in AddNode::Ideal().
Reviewed-by: never
2008-09-05 13:33:55 -07:00
Bradford Wetmore
441ef80eda
Merge
2008-09-05 00:43:26 -07:00
Erik Trimble
d971ab32c3
Merge
2008-09-04 18:40:43 -07:00
Erik Trimble
f76aa54270
6745064: Update Hotspot build number for HS14
...
Bump build number for hs14-b04
Reviewed-by: jcoomes
2008-09-04 18:40:08 -07:00
Tim Bell
9f4b8c2379
Merge
2008-09-04 14:56:35 -07:00
Tim Bell
710733eaa5
Merge
2008-09-04 14:55:12 -07:00
Chuck Rasbold
d1de009d84
Merge
2008-09-04 09:03:16 -07:00
Jean-Christophe Collet
9b311f9a7b
6692802: HttpCookie needs to support HttpOnly attribute
...
Added HttpOnly tag support to HttpCookie class.
Reviewed-by: chegar, michaelm
2008-09-04 15:26:53 +02:00
Daniel Fuchs
6b53043eea
5072476: RFE: support cascaded (federated) MBean Servers
...
6299231: Add support for named MBean Servers
New javax.management.namespace package.
Reviewed-by: emcmanus
2008-09-04 14:46:36 +02:00
Tom Rodriguez
29440e8636
6744422: incorrect handling of -1 in set_jump_destination
...
Reviewed-by: rasbold
2008-09-03 14:57:00 -07:00
Jonathan Gibbons
756eea5eec
6743107: clean up use of static caches in file manager
...
Reviewed-by: mcimadamore
2008-09-03 10:46:25 -07:00
Eamonn McManus
ab464bccd1
6744132: Spurious failures from test/javax/management/MBeanInfo/NotificationInfoTest.java
...
Reviewed-by: dfuchs
2008-09-03 14:31:17 +02:00
Tom Rodriguez
3d9b153464
6738933: assert with base pointers must match with compressed oops enabled
...
Reviewed-by: kvn, rasbold
2008-09-02 15:03:05 -07:00
Coleen Phillimore
83e7d32161
6741004: UseLargePages + UseCompressedOops breaks implicit null checking guard page
...
Turn off c2 implicit null checking on windows and large pages specified.
Reviewed-by: jrose, xlu
2008-09-02 15:18:26 -04:00
Daniel D. Daugherty
b6b71da22d
Merge
2008-09-02 08:30:41 -07:00
Chuck Rasbold
e4e8777d6b
Merge
2008-09-02 06:55:23 -07:00
Eamonn McManus
fdfb7acee2
6405862: Allow CompositeType to have zero items
...
6737133: Compilation failure of test/javax/management/eventService/LeaseManagerDeadlockTest.java
6737140: Javadoc of some throw clauses of MBeanServer and MBeanServerConnection is garbled
6737143: createMBean of MBeanServer should acquire 2 extra throw clauses present in MBeanServerConnection
Reviewed-by: dfuchs
2008-09-02 14:14:05 +02:00
Eamonn McManus
50a610e81c
6731410: JMXServiceURL cannot use @ConstructorProperties for compatibility reasons
...
Reviewed-by: dfuchs
2008-09-01 17:11:58 +02:00
Andrei Pangin
1d328ffab8
Merge
2008-08-31 15:24:54 -07:00
Tim Bell
e80aebd528
Merge
2008-08-31 12:00:43 -07:00
Tim Bell
09ef78ff9e
Merge
2008-08-31 11:59:20 -07:00
Alan Bateman
63d86bcfda
4640544: New I/O: Complete socket-channel functionality
...
Reviewed-by: iris, sherman, chegar
2008-08-31 18:39:01 +01:00
Alan Bateman
deaa5d9446
6570619: (bf) DirectByteBuffer.get/put(byte[]) does not scale well
...
Reviewed-by: iris
2008-08-31 18:32:59 +01:00
Swamy Venkataramanappa
ca45a0c6cc
6614052: jhat fails to read heap dump > 2GB
...
Modified the jhat code to use long for unsigned int. This is a forward port of changes from Kevin Walls.
Reviewed-by: jjh
2008-08-29 14:33:05 -07:00
Tim Bell
309cfe4fd1
Merge
2008-08-29 12:42:27 -07:00
Tim Bell
87d8424968
Merge
2008-08-29 12:40:58 -07:00
Davide Angelocola
39d8c22579
6597471: unused imports in javax.tools.JavaCompiler
...
6597531: unused imports and unused private const. in com.sun.tools.javac.Server.java
Reviewed-by: mcimadamore
2008-08-29 11:10:12 -07:00
Chris Hegarty
1833c872a0
6576763: Thread constructors throw undocumented NPE for null name
...
Update javadoc to specify NPE as well as fix minor bug in implementation.
Reviewed-by: alanb
2008-08-29 17:46:45 +01:00
Tom Rodriguez
aba715ae04
6732698: crash with dead code from compressed oops in gcm
...
Reviewed-by: rasbold
2008-08-28 23:03:55 -07:00
Poonam Bajaj
f47678e4ab
Merge
2008-08-28 18:17:56 -07:00
Xiomara Jayasena
969313d8cc
Added tag jdk7-b34 for changeset 1f47a876c043
2008-08-28 11:05:35 -07:00
Xiomara Jayasena
3735e1a4b2
Added tag jdk7-b34 for changeset 8810ae8edcd1
2008-08-28 11:05:27 -07:00