Zoltan Majo
|
efc0baaf97
|
8137173: @HotSpotIntrinsicCandidate is not Oracle-specific
Change the description of the @HotSpotIntrinsicCandidate annotation.
Reviewed-by: mr, alanb
|
2015-10-05 10:30:20 +02:00 |
|
Jaroslav Bachorik
|
7d1251ff12
|
8138748: ManagementAgent.status DCMD fails with NPE for JMX configured on command line
Reviewed-by: sspitsyn, dsamersoff, olagneau
|
2015-10-02 18:49:54 +02:00 |
|
Jesper Wilhelmsson
|
9a874b10bb
|
Merge
|
2015-10-07 00:46:45 +02:00 |
|
Lance Andersen
|
07f5079718
|
8134426: Add serialVersionUID field to relevant javax.transaction classes
Reviewed-by: joehw, alanb
|
2015-10-01 09:59:16 -04:00 |
|
Erik Joelsson
|
143bf054c0
|
8138636: bootcycle-images build fails
Reviewed-by: alanb
|
2015-10-01 09:45:47 +02:00 |
|
Dmitry Samersoff
|
768d7cfe71
|
8133063: Remove BasicLauncherTest from the problem list
Remove BasicLauncherTest from the problem list
Reviewed-by: jbachorik
|
2015-10-01 10:33:29 +03:00 |
|
Naveen Kumar
|
aef9a19da8
|
8081794: ParsePosition getErrorIndex returns 0 for TimeZone parsing problem
Reviewed-by: peytoia, okutsu
|
2015-10-01 15:16:35 +09:00 |
|
Rob McKenna
|
7127fab647
|
8133249: Occasional SIGSEGV: non thread-safe use of strerr in getLastErrorString
Reviewed-by: igerasim, rriggs, christos
|
2015-10-01 00:13:09 +01:00 |
|
Rob McKenna
|
ddf365ac99
|
8135305: InetAddress.isReachable reports true when loopback interface is specified
Reviewed-by: michaelm
|
2015-10-01 00:09:51 +01:00 |
|
Joe Darcy
|
112eb7283e
|
8136874: Bug in port of fdlibm pow to Java
Reviewed-by: bpb
|
2015-09-30 15:25:29 -07:00 |
|
Roger Riggs
|
eda52119fb
|
8137313: TreeTest.java intermittently fails with a timeout
Enhance debugging information
Reviewed-by: chegar, darcy
|
2015-09-30 12:33:08 -04:00 |
|
Artem Smotrakov
|
fb9ae3bb10
|
8137174: NTLM impl should use doPrivileged when it reads system properties
Reviewed-by: chegar
|
2015-09-30 15:30:50 +03:00 |
|
Daniel Fuchs
|
95b5f4d550
|
8137289: java/util/logging/DrainFindDeadlockTest.java hangs
Removed timeout=10 from @run command line. added new debug traces.
Reviewed-by: chegar, mchung
|
2015-09-30 11:17:32 +02:00 |
|
Athijegannathan Sundararajan
|
c192a9a960
|
8137320: jjs should support @argfile to pass command line arguments from a file
Reviewed-by: attila, hannesw, henryjen
|
2015-09-30 12:48:32 +05:30 |
|
Vyom Tewari
|
bed7702d83
|
8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
Reviewed-by: rriggs
|
2015-09-29 19:50:56 +02:00 |
|
Doug Lea
|
df66629e12
|
8134854: Bulk integration of java.util.concurrent.atomic classes
Reviewed-by: martin, psandoz, chegar
|
2015-09-29 16:44:29 +01:00 |
|
Artem Smotrakov
|
b47b3ceb6e
|
8136600: KinitConfPlusProps.java test intermittently fails because PortUnreachableException is missing
Reviewed-by: weijun
|
2015-09-29 18:01:33 +03:00 |
|
Ivan Gerasimov
|
f3e4326747
|
8137230: TEST_BUG: java/nio/channels/FileChannel/LoopingTruncate.java timed out
Reviewed-by: rriggs
|
2015-09-29 17:26:14 +03:00 |
|
Jesper Wilhelmsson
|
643d67e7eb
|
Merge
|
2015-09-28 15:05:01 +02:00 |
|
Dmitry Samersoff
|
37668179b5
|
8086134: Deadlock detection fails to attach to core file
Test reimplemented for jtreg
Reviewed-by: jbachorik
|
2015-09-24 20:40:12 +03:00 |
|
Michael Haupt
|
f1f609ddaa
|
8136931: more fine-grained condition checking for BMH species creation
Reviewed-by: psandoz, sundar
|
2015-09-23 08:43:51 +02:00 |
|
Kumar Srinivasan
|
c7b42305e9
|
8073187: Unexpected side effect in Pack200
Reviewed-by: jrose, sherman
|
2015-09-22 11:50:40 -07:00 |
|
James Laskey
|
8aa6d9f160
|
8135197: libjimage code needs translation from hotspot-ish to jdk-ish
Reviewed-by: rriggs, chegar
|
2015-09-22 12:47:40 -03:00 |
|
Alexander Scherbatiy
|
2c3b2dd68e
|
8133453: Deprecate AWTKeyStroke.registerSubclass(Class) method
Reviewed-by: serb, azvegint
|
2015-09-22 14:05:37 +04:00 |
|
Renjith Alexander
|
69e41447a6
|
8132380: Do not create LaF instance in javax/swing/plaf/windows/6921687/bug6921687.java
Reviewed-by: yan, ssadetsky
|
2015-09-22 12:26:50 +03:00 |
|
Amanda Jiang
|
39ca61ab1d
|
8050461: Tests for syntax checking of JAAS configuration file
Reviewed-by: weijun
|
2015-09-22 09:34:01 +08:00 |
|
Phil Race
|
4560ea4305
|
8136783: Run blessed-modifier-order script on java.desktop
Reviewed-by: martin, serb
|
2015-09-19 15:45:59 -07:00 |
|
Tagir Valeev
|
94ba18f8b4
|
8136686: Collectors.counting can use Collectors.summingLong to reduce boxing
Reviewed-by: psandoz
|
2015-09-19 15:26:34 +02:00 |
|
Lana Steuck
|
9739c41401
|
Merge
|
2015-09-18 14:20:39 -07:00 |
|
Phil Race
|
68a1bc4701
|
Merge
|
2015-09-18 11:31:15 -07:00 |
|
Phil Race
|
c79e901452
|
Merge
|
2015-09-18 11:24:54 -07:00 |
|
Lana Steuck
|
b2e566d600
|
Added tag jdk9-b82 for changeset 52b8dc62da42
|
2015-09-18 10:46:43 -07:00 |
|
Sean Coffey
|
4becd274ed
|
8077874: [TESTBUG] com/sun/corba/cachedSocket/7056731.sh should not be run on JRE
Reviewed-by: chegar
|
2015-09-18 18:19:44 +01:00 |
|
Vinnie Ryan
|
5d5ef39f51
|
8136534: Loading JKS keystore using non-null InputStream results in closed stream
Reviewed-by: mullan, wetmore
|
2015-09-18 17:54:28 +01:00 |
|
Phil Race
|
ec5f966a54
|
Merge
|
2015-09-18 09:18:17 -07:00 |
|
Roger Riggs
|
9d5cbc5fbc
|
8132735: java/lang/ProcessHandle/TreeTest failed with java.lang.AssertionError: Start with zero children
Revise test to only operate on processes it spawns
Reviewed-by: chegar
|
2015-09-17 22:46:04 -04:00 |
|
Roger Riggs
|
0d17c738d7
|
Merge
|
2015-09-17 22:46:02 -04:00 |
|
Rob McKenna
|
64d414469c
|
8129957: Deadlock in JNDI LDAP implementation when closing the LDAP context
Reviewed-by: vinnie
|
2015-09-17 22:59:48 +01:00 |
|
Joe Darcy
|
67603e6d54
|
8134795: Port fdlibm pow to Java
Reviewed-by: bpb
|
2015-09-17 13:43:06 -07:00 |
|
Roger Riggs
|
6eb869c3d6
|
Merge
|
2015-09-17 13:33:33 -04:00 |
|
Volker Simonis
|
d33fffce04
|
8136690: AIX: libjimage should be linked with the C++ compiler
Reviewed-by: ihse
|
2015-09-17 18:04:53 +02:00 |
|
Martin Buchholz
|
623caa1da9
|
8136570: Stop changing user environment variables related to /usr/dt
4953367: MAWT: Java should be more careful manipulating NLSPATH, XFILESEARCHPATH env variables
Stop changing user environment variables: NLSPATH XFILESEARCHPATH
Reviewed-by: prr
|
2015-09-16 10:49:11 -07:00 |
|
Vyom Tewari
|
681e6b478b
|
8073542: File Leak in jdk/src/java/base/unix/native/libnet/PlainDatagramSocketImpl.c
Ensure that file descriptor is properly closed if setsockopt fails.
Reviewed-by: chegar, igerasim
|
2015-09-17 17:33:00 +02:00 |
|
Weijun Wang
|
d9f30b845c
|
8136436: jarsigner tests include both a warnings.sh and a warnings subdir
Reviewed-by: xuelei
|
2015-09-17 10:37:39 +08:00 |
|
Stuart Marks
|
343e882e7f
|
8072722: add stream support to Scanner
Reviewed-by: psandoz, chegar, sherman
|
2015-09-16 16:24:35 -07:00 |
|
Daniil Titov
|
0b454ad041
|
8134808: Remove support for serialized applets from java.desktop
Reviewed-by: serb, azvegint
|
2015-09-16 18:34:38 +03:00 |
|
Semyon Sadetsky
|
450cdf7f65
|
8131670: [TEST_BUG]Test java/awt/EventQueue/6980209/bug6980209.java fails on Linux
Reviewed-by: alexsch, serb
|
2015-09-16 10:32:46 +03:00 |
|
Semyon Sadetsky
|
ffb466574f
|
8014725: closed/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.html failed intermittently
Reviewed-by: alexsch, azvegint
|
2015-09-16 10:22:42 +03:00 |
|
Semyon Sadetsky
|
265ab8bd4c
|
8130471: [Regression] Test java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
Reviewed-by: alexsch, serb
|
2015-09-16 10:16:16 +03:00 |
|
Semyon Sadetsky
|
31f16f421e
|
8133108: [PIT] Container size is wrong in JEditorPane
Reviewed-by: alexsch, azvegint
|
2015-09-16 10:11:14 +03:00 |
|