Lana Steuck
69ce407621
Merge
2011-06-22 23:23:58 -07:00
Weijun Wang
6619d1aec9
7055362: jdk_security2 test target cleanup
...
Reviewed-by: alanb
2011-06-23 09:27:11 +08:00
Alan Bateman
4375a5167f
7056489: test/com/sun/jndi/ldap/ReadTimeoutTest.java hangs or times out
...
Reviewed-by: forax, vinnie
2011-06-19 11:15:37 +01:00
David Katleman
170844d307
7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles
...
Reviewed-by: ohair, trims
2011-05-25 13:32:36 -07:00
Frederic Parain
e075dabb40
7036199: Adding a notification to the implementation of GarbageCollectorMXBeans
...
Add a JMX notification to GarbageCollectorMXBeans
Reviewed-by: acorn, mchung
2011-05-16 17:28:18 +02:00
Lana Steuck
04247c5b48
Merge
2011-05-14 11:24:26 -07:00
Alan Bateman
914105d32e
7042979: Rename StandardSocketOption and StandardWatchEventKind
...
Reviewed-by: forax, chegar
2011-05-09 18:45:33 +01:00
Frederic Parain
186fce71ec
7028071: Add two attributes to the OperatingSystemMXBean to provide CPU Load info
...
Add getProcessCpuLoad() and getSystemCpuLoad() to the OperatingSystemMXBean
Reviewed-by: acorn, dholmes, mchung
2011-05-06 18:09:33 +02:00
Lana Steuck
b99716e22a
Merge
2011-04-17 16:19:29 -07:00
Kelly O'Hair
7c8e01891a
Merge
2011-04-13 16:56:16 -07:00
Daniel D. Daugherty
3d4a927981
7035555: 4/4 attach/BasicTests.sh needs another tweak for Cygwin
...
Test needs to properly detect missing AgentInitializationException. Clarify when exceptions are expected. Another Cygwin tweak.
Reviewed-by: dsamersoff, ohair
2011-04-12 13:36:38 -07:00
Kelly O'Hair
d2b1e20c7d
7033660: Update copyright year to 2011 on any files changed in 2011
...
Reviewed-by: dholmes
2011-04-06 22:06:11 -07:00
Daniel D. Daugherty
9b466ebe89
7030400: 3/4 PrivateTransportTest.sh needs adjustment to work with 7003964
...
Fix typo in GetModuleHandle() function lookup.
Reviewed-by: dholmes, alanb, acorn, zgu
2011-03-30 21:10:02 -07:00
Sean Coffey
02b628a10f
7025105: TEST_BUG test/com/sun/jndi/ldap/NoWaitForReplyTest.java should be cleaned up
...
Reviewed-by: alanb
2011-03-07 14:43:11 +00:00
Sean Coffey
75bd2accd3
6750362: Very large LDAP requests throw a OOM on LDAP servers which aren't aware of Paged Results Controls
...
6748156: add an new JNDI property to control the boolean flag WaitForReply
Reviewed-by: vinnie, robm
2011-03-03 16:51:03 +00:00
Vinnie Ryan
e6aca17c49
7017176: Several JNDI tests are mssing GPL header
...
Reviewed-by: alanb
2011-02-04 09:52:37 +00:00
Vinnie Ryan
e9f2c8444e
6997561: A request for better error handling in JNDI
...
Reviewed-by: robm
2011-02-03 19:09:05 +00:00
Paul Hohensee
c37b51609d
6173675: M&M: approximate memory allocation rate/amount per thread
...
Subclass com.sun.management.ThreadMXBean from java.lang.management.ThreadMXBean, add getAllocatedBytes() and friends to c.s.m.ThreadMXBean and have sun.management.ThreadImpl implement c.s.m.ThreadMXBean rather than j.l.m.ThreadMXBean.
Reviewed-by: mchung, alanb, dholmes, emcmanus
2011-01-20 19:34:40 -05:00
Lana Steuck
cb72d9f503
Merge
2011-01-19 19:00:30 -08:00
Keith McGuigan
8867f6b298
6436034: Instance filter doesn't filter event if it occurs in native method
...
Use 'GetLocalInstance' JVMTI extension if it exists
Reviewed-by: coleenp, dcubed
2011-01-12 11:47:35 -05:00
Stuart Marks
b2ef93e7d4
7008728: diamond conversion of basic security, permissions, authentication
...
Reviewed-by: mullan
2011-01-07 15:39:58 -08:00
Lana Steuck
d9d089213f
Merge
2011-01-05 15:54:45 -08:00
Andrei Dmitriev
25a7d0c26f
7008106: com/sun/awt/Translucency/WindowOpacity.java test fails just against jdk7 b122
...
Reviewed-by: dcherepanov
2010-12-29 15:13:00 +03:00
Kelly O'Hair
6b6a611c8e
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Chris Hegarty
458596deff
7004439: SCTP_SET_PEER_PRIMARY_ADDR throws SocketException on Linux
...
IPv4 addrs passed to SCTP_SET_PEER_PRIMARY_ADDR should not be converted to IPv4-mapped addrs
Reviewed-by: michaelm
2010-12-10 10:47:21 +00:00
Michael McMahon
3b12289f13
Merge
2010-12-07 13:29:20 +00:00
Michael McMahon
04da999791
7005016: sqe test jhttp/HttpServer150013/HttpServer150013.java
...
Reviewed-by: chegar
2010-12-07 13:27:02 +00:00
Xue-Lei Andrew Fan
5c9c79fca6
6979376: to have ldap filters tolerate underscore character in object identifier
...
Reviewed-by: weijun
2010-12-02 23:44:01 -08:00
Michael McMahon
f6639fefed
7001301: com/sun/net/httpserver/bugs/6725892/Test.java failing
...
Reviewed-by: alanb
2010-11-19 13:30:02 +00:00
Michael McMahon
e4d948e846
6725892: Http server stability issues
...
Reviewed-by: chegar
2010-11-17 14:29:51 +00:00
Xue-Lei Andrew Fan
f685cc171a
6916074: Add support for TLS 1.2
...
6985179: To support Server Name Indication extension for JSSE client
Introduces the algorithm constraints to support signature and hash algorithm selection. Includes contributions from wetmore and weijung.
Reviewed-by: wetmore, weijun
2010-11-01 22:02:35 -07:00
Sean Mullan
bbded477bb
6954275: XML signatures with reference data larger 16KB and cacheRef on fails to validate
...
Reviewed-by: xuelei
2010-10-15 10:55:59 -04:00
Lana Steuck
53e6cf8989
Merge
2010-09-25 12:00:05 -07:00
Mandy Chung
872a9b9303
6984036: servicetag vendor rebranding issues
...
Update product_vendor field to use java.vendor system property
Reviewed-by: ohair
2010-09-22 21:44:18 -07:00
Weijun Wang
f788ac2dbd
6982971: TEST failure: com/sun/security/sasl/ntlm/NTLMTest.java
...
Reviewed-by: wetmore
2010-09-23 10:46:03 +08:00
Lana Steuck
a682d9348d
Merge
2010-09-16 11:19:43 -07:00
Kelly O'Hair
f7e31fc6c2
6982137: Rebranding pass 2 - missed copyright changes
...
Reviewed-by: mbykov
2010-09-09 16:26:46 -07:00
Alan Bateman
2fdbbbae4e
6965072: Need API to create SDP sockets
...
Reviewed-by: michaelm
2010-09-03 13:11:54 +01:00
Weijun Wang
7fe5113fe7
6911951: NTLM should be a supported Java SASL mechanism
...
Reviewed-by: vinnie, michaelm
2010-08-30 14:37:43 +08:00
Michael McMahon
bf106fcab7
6510892: com/sun/net/httpserver/bugs/B6361557.java fails
...
Reviewed-by: chegar
2010-07-30 18:16:30 +01:00
Lana Steuck
99a605b4b3
Merge
2010-07-29 22:02:45 -07:00
Vinnie Ryan
575bf80be6
6676075: RegistryContext (com.sun.jndi.url.rmi.rmiURLContext) coding problem
...
Reviewed-by: mullan
2010-07-23 17:41:47 +01:00
Daniel D. Daugherty
9f5d2eb156
6962804: 4/4 ShellScaffold tests can fail without a specific reason
...
Add more diagnostics for failures. Only copy target file in grepForString when NL is missing.
Reviewed-by: ohair, dholmes
2010-07-21 16:59:40 -07:00
Chris Hegarty
2890d62dbb
6969395: TEST_BUG: Tests in java/net sun/net problems
...
Reviewed-by: alanb
2010-07-21 13:29:26 +01:00
Lana Steuck
04b6a83eb6
Merge
2010-06-30 19:05:50 -07:00
Jon VanAlten
a55533ffab
6963870: NPE in CompoundBorder.getInsets()
...
Reviewed-by: alexp
2010-06-29 14:42:30 +04:00
Peter Zhelezniakov
c24951c366
6959260: javax/swing/JLabel/6501991/bug6501991.java failed on build 1.7.0-ea-b96
...
Reviewed-by: rupashka
2010-06-22 14:36:46 +04:00
Mandy Chung
239fc2abf7
6962815: support enable and disable of the servicetag's system registry for testing purpose
...
Allow the system registry to be disabled/enabled at runtime
Reviewed-by: ksrini
2010-06-21 15:02:47 -07:00
Kelly O'Hair
b383b9ba47
6962617: Testcase changes, cleanup of problem list for jdk_tools targets
...
Reviewed-by: alanb
2010-06-20 14:53:36 -07:00
Kelly O'Hair
fe008ae27a
6943119: Rebrand source copyright notices
...
Reviewed-by: darcy, weijun
2010-05-25 15:58:33 -07:00