Vladimir Kozlov
e187503af0
7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
...
Fixed several EA issues with Connection Graph construction.
Reviewed-by: never, twisti
2011-11-28 15:46:31 -08:00
Lana Steuck
95e9cd174d
Merge
2011-11-28 15:15:50 -08:00
Maurizio Cimadamore
b0a9998899
7115052: Add parser support for method references
...
Add support for parsing method references to JavacParser
Reviewed-by: jjg
2011-11-28 16:05:46 +00:00
Maurizio Cimadamore
4ac518143c
7115050: Add parser support for lambda expressions
...
Add support for parsing lambda expressions to JavacParser
Reviewed-by: jjg
2011-11-28 15:56:42 +00:00
Stefan Karlsson
78d7be03bf
7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
...
Changed the conditional to see if the precompiled header has been specified. Also, removed the unused PrecompiledOption.
Reviewed-by: dholmes, brutisso
2011-11-28 14:58:31 +01:00
Stefan Karlsson
fcdf022370
7112034: Parallel CMS fails to properly mark reference objects
...
Enabled reference processing when work stealing during concurrent marking
Reviewed-by: jmasa, brutisso
2011-11-28 10:19:26 +01:00
Antonios Printezis
a551d5bf05
Merge
2011-12-05 12:26:40 -05:00
John Cuthbertson
a71320f229
7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
...
As a result of the changes for 4965777, the G1 reference field scanning closure could be applied to the discovered field of a reference object twice. The failing assert is too strong if the result of the first application of the closure is stolen, and the referenced object, evacuated by another worker thread.
Reviewed-by: ysr, tonyp
2011-12-02 12:39:23 -08:00
Alexandr Scherbatiy
e8cf8cce56
7113337: Swing closed test tries to click in the area reserved for resize by Mac OS X
...
Reviewed-by: rupashka
2011-11-25 11:52:23 +03:00
Maurizio Cimadamore
86e6e6be73
7115049: Add AST node for method references
...
Add tree nodes for representing method/constructor references and update relevant visitors interfaces
Reviewed-by: jjg
2011-11-24 13:38:40 +00:00
Maurizio Cimadamore
41a3a6c5d3
7115046: Add AST node for lambda expressions
...
Add tree nodes for representing lambda expressions and update relevant visitors interfaces
Reviewed-by: jjg
2011-11-24 13:36:20 +00:00
Lana Steuck
664095be9f
Merge
2011-11-23 11:37:18 -08:00
Sean Coffey
aba5b47101
7102369: remove java.rmi.server.codebase property parsing from registyimpl
...
7094468: rmiregistry clean up
Reviewed-by: smarks
2011-11-23 14:55:01 +00:00
Gary Adams
6ffc2c3b69
6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
...
Reviewed-by: chegar, dholmes
2011-11-23 12:30:19 +00:00
Xue-Lei Andrew Fan
7115a56a21
7113275: compatibility issue with MD2 trust anchor and old X509TrustManager
...
Also reviewed by Dennis.Gu@oracle.com
Reviewed-by: mullan
2011-11-23 03:40:12 -08:00
Jon Masamitsu
71ed60ac69
7112997: Remove obsolete code ResetObjectsClosure and VerifyUpdateClosure
...
Remove obsolete code.
Reviewed-by: brutisso, ysr, jcoomes
2011-11-22 14:59:34 -08:00
Jon Masamitsu
404bb0d0ac
7106024: CMS: Removed unused code for precleaning in remark phase
...
Remove dead code.
Reviewed-by: stefank, ysr
2011-11-22 14:18:39 -08:00
Sean Mullan
2616d09d07
Merge
2011-11-22 09:17:45 -05:00
Sean Mullan
1703c46f8b
Merge
2011-11-22 09:00:52 -05:00
Sean Mullan
82c2945b95
7093090: Reduce synchronization in java.security.Policy.getPolicyNoCheck
...
Reviewed-by: valeriep
2011-11-22 08:58:31 -05:00
Neil Richards
a3e56c5b67
7114558: Inet4AddressImpl should use memset (rather than bzero) and NI_MAXHOST (rather than MAXHOSTNAMELEN)
...
Reviewed-by: chegar
2011-11-22 09:51:30 +00:00
Roland Westrelin
07d9df5a7f
7090968: Allow adlc register class to depend on runtime conditions
...
Allow reg_class definition as a function.
Reviewed-by: kvn, never
2011-11-22 09:45:57 +01:00
Coleen Phillimore
800499ac95
Merge
2011-11-21 10:22:04 -05:00
Alexandr Scherbatiy
20168f092c
7109085: Test use hotkeys not intended for Mac
...
Reviewed-by: rupashka
2011-11-21 18:22:30 +04:00
Gary Adams
dbdf12e6a5
7114125: TEST_BUG: java/util/Timer/KillThread.java should use volatile cross thread variable declaration
...
Reviewed-by: dholmes, alanb
2011-11-21 12:57:36 +00:00
Gary Adams
0a416094b6
7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently
...
Reviewed-by: forax, chegar, dholmes
2011-11-21 12:51:30 +00:00
Rickard Backman
069f218a98
7112308: Fix Visual Studio build for precompiled header
...
Add the new path to precompiled.hpp in the project make file
Reviewed-by: coleenp, dholmes, brutisso
2011-11-21 08:02:40 +01:00
Jim Holmlund
5349d9af9a
7110611: compiler message file broken for javac -fullversion
...
Reviewed-by: jjg
2011-11-19 15:54:04 -08:00
Gary Adams
325b9e4abb
6860309: TEST_BUG: Insufficient sleep time in java/lang/Runtime/exec/StreamsSurviveDestroy.java
...
Reviewed-by: alanb, dholmes, forax
2011-11-19 20:03:00 +00:00
Gary Adams
e0de33a847
6731620: TEST_BUG: java/util/Timer/Args.java is too optimistic about the execution time of System.out.printf
...
Reviewed-by: dholmes, forax
2011-11-19 19:59:33 +00:00
Gary Adams
673ab99f16
6818464: TEST_BUG: java/util/Timer/KillThread.java failing intermittently
...
Reviewed-by: dholmes, alanb, forax
2011-11-19 19:55:19 +00:00
Alejandro Murillo
e53317616f
7113503: Bump the hs23 build number to 07
...
Reviewed-by: johnc
2011-11-18 17:39:40 -08:00
John Coomes
6da51f66cd
Merge
2011-11-18 16:57:01 -08:00
Lana Steuck
034a5cae42
Merge
2011-11-18 16:16:15 -08:00
Lana Steuck
7bcad978ba
Merge
2011-11-18 15:49:09 -08:00
John Coomes
b9ff98b776
Added tag hs23-b06 for changeset 6b882ec466cd
2011-11-18 15:15:54 -08:00
John Coomes
df1266ed6e
Merge
2011-11-18 15:15:13 -08:00
Coleen Phillimore
4f63d5b7d5
Merge
2011-11-18 17:26:49 -05:00
Lana Steuck
a8308c6690
Merge
2011-11-18 11:12:21 -08:00
Lana Steuck
9240eb2ee9
Merge
2011-11-18 11:11:11 -08:00
Lana Steuck
9c6fd0a346
Merge
2011-11-18 11:01:41 -08:00
Andy Herrick
638a8b7435
Merge
2011-11-18 06:35:36 -05:00
Neil Richards
c125edce88
7094995: Trailing daemon thread causes continuous GC in agentvm mode
...
Shutdown GcInducingThread once test (successfully) finishes
Reviewed-by: alanb, chegar, dholmes, darcy
2011-11-18 09:03:43 +00:00
Jonathan Lu
dfda4bf46a
7115070: (fs) lookupPrincipalByName/lookupPrincipalByGroupName should treat ESRCH as not found
...
Reviewed-by: alanb
2011-11-24 11:34:31 +00:00
Xue-Lei Andrew Fan
b806440fe3
7115524: sun.security.provider.certpath.ssl.SSLServerCertStore no longer works
...
Reviewed-by: weijun
2011-11-28 02:35:19 -08:00
Weijun Wang
687f622f95
7115744: Do not call File::deleteOnExit in security tests
...
Reviewed-by: xuelei
2011-11-28 18:16:29 +08:00
Krystal Mok
c04d87b88b
7115586: Suppress creation of SocketImpl in SocketAdaptor's constructor
...
Reviewed-by: chegar, alanb
2011-11-25 13:46:28 +00:00
Chris Hegarty
6742077be9
7115150: java.net.HttpCookie code cleanup, style, formatting, typos
...
Reviewed-by: michaelm
2011-11-25 10:34:05 +00:00
Weijun Wang
9111a2a768
7077172: KerberosTime does not take into account system clock adjustement
...
Reviewed-by: valeriep
2011-11-18 16:13:39 +08:00
Christopher Gruszka
383070b5f8
Merge
2011-11-18 01:03:03 -05:00