Dan Xu
4994fe0840
8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol)
...
Fix test failures and update java doc of Files.move
Reviewed-by: alanb, chegar
2013-03-01 14:12:59 -08:00
Sean Mullan
6190b5040a
Merge
2013-03-01 16:15:23 -05:00
Sean Mullan
6cd495e473
8008908: Access denied when invoking Subject.doAsPrivileged()
...
Wildcard principal names are not processed correctly
Reviewed-by: xuelei
2013-03-01 16:12:50 -05:00
Sergey Bylokhov
916da4ac2c
7184945: [macosx] NPE in AquaComboBoxUI since jdk7u6b17, jdk8b47
...
Reviewed-by: malenkov, alexsch
2013-03-01 21:50:00 +04:00
Sergey Bylokhov
b6a841d5a3
7194902: [macosx] closed/java/awt/Button/DoubleActionEventTest/DoubleActionEventTest failed since jdk8b49
...
7181403: Invalid MouseEvent conversion with SwingUtilities.convertMouseEvent
Reviewed-by: malenkov, alexsch
2013-03-01 15:31:22 +04:00
Xue-Lei Andrew Fan
9abb185430
7030966: Support AEAD CipherSuites
...
Reviewed-by: weijun, wetmore, valeriep
2013-03-01 02:34:34 -08:00
Sergey Malenkov
19bc54290f
7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
...
Reviewed-by: alexsch
2013-03-01 14:30:52 +04:00
David Katleman
9ae41399f1
Merge
2013-02-28 20:30:34 -08:00
David Katleman
86b53b9dd7
8009196: install doesn't define $(AR) as /usr/ccs/bin/ar, results in ar: Command not found
...
Reviewed-by: tbell
2013-02-28 19:30:43 -08:00
Vladimir Ivanov
fbc6f854cd
8008140: Better method handle resolution
...
Reviewed-by: jrose, twisti, jdn
2013-03-01 04:45:12 +04:00
Chris Hegarty
a876e30cd4
8010944: Incorrectly separated package list in java.security-windows
...
Reviewed-by: mullan
2013-03-28 09:50:40 +00:00
Ragini Prasad
23f643597b
8007406: Improve accessibility of AccessBridge
...
Reviewed-by: skoivu, mullan, ptbrunet
2013-03-27 21:32:53 +00:00
Miroslav Kos
10415b74b7
8005432: Update access to JAX-WS
...
Newly restricted the whole package com.sun.xml.internal; fix reviewed also by Alexander Fomin
Reviewed-by: mullan, skoivu
2013-03-07 07:19:35 -05:00
Jason Uh
618b36f5eb
8006853: OCSP timeout set to wrong value if com.sun.security.ocsp.timeout < 0
...
Reviewed-by: mullan
2013-02-28 16:36:01 -08:00
David Katleman
0bd26c4c5b
Added tag jdk8-b79 for changeset 630e3bc5b729
2013-02-28 10:42:40 -08:00
Sergey Bylokhov
1270c69088
8003169: [macosx] JVM crash after disconnecting from projector
...
Reviewed-by: anthony, alexsch
2013-02-28 20:27:38 +04:00
Sergey Bylokhov
f5f12c7995
8008660: Failure in 2D Queue Flusher thread on Mac
...
Reviewed-by: swingler, bae
2013-02-28 17:04:19 +04:00
Chris Hegarty
e161c78dc3
8006409: ThreadLocalRandom should dropping padding fields from its serialized form
...
Reviewed-by: dl, martin, alanb, shade
2013-02-28 12:39:29 +00:00
David Katleman
aaac35b3d7
Merge
2013-02-27 13:10:30 -08:00
Mike Duigou
5262142601
8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167
...
Reviewed-by: alanb
2013-02-27 11:00:20 -08:00
Edvard Wendelin
f5518d2c81
Merge
2013-02-27 18:13:20 +01:00
Denis Fokin
e19091b0b1
8009158: Incomplete fix for 7178079
...
Reviewed-by: serb, anthony
2013-02-27 20:34:04 +04:00
Denis Fokin
b097b0d234
7178079: REGRESSION: Some AWT Drag-n-Drop tests fail since JDK 7u6 b13
...
Reviewed-by: serb, anthony
2013-02-27 19:38:36 +04:00
Edvard Wendelin
adf04b176e
Merge
2013-02-27 09:28:02 +01:00
Joe Darcy
1caebc408d
8008279: Remove InvalidContainerAnnotationError.java
...
Reviewed-by: jfranck
2013-02-26 17:38:29 -08:00
Joe Darcy
a26b355e8b
8009102: Several docs warnings in Project Lambda APIs
...
Reviewed-by: mduigou
2013-02-26 17:01:04 -08:00
Alan Bateman
18e1157d3b
8009029: SunEC provider classes ending up in rt.jar after Nashorn build changes
...
Reviewed-by: mduigou
2013-02-26 22:39:50 +00:00
David Katleman
bed9464bce
Merge
2013-02-26 13:23:55 -08:00
Edvard Wendelin
7ecb0fd433
Merge
2013-02-26 20:36:52 +01:00
Robert Field
b0dc9de25e
8008770: SerializedLambda incorrect class loader for lambda deserializing class
...
Current thread's context ClassLoader was used to load class by name, pass class not name in serialization (Thank you Peter Levart for test and prototype. Thank you Sundar and Peter for unofficial reviews)
Reviewed-by: forax
2013-02-26 10:38:58 -08:00
Alan Bateman
8eaa894f7c
8008977: profiles build broken by Nashorn build changes
...
Reviewed-by: chegar
2013-02-26 14:16:48 +00:00
Chris Hegarty
c52a86e9c7
Merge
2013-02-26 11:18:19 +00:00
Chris Hegarty
4e9403c378
Merge
2013-02-26 11:06:49 +00:00
Krystal Mo
f5666f9a69
7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor
...
REF_invokeSpecial DMHs (which are unusual) get marked explicitly; tweak the MHI to use this bit
Reviewed-by: jrose, twisti
2013-02-26 11:05:26 +00:00
Dmitry Cherepanov
8936d472bd
Merge
2013-02-26 12:54:39 +04:00
Edvard Wendelin
11923f546e
Merge
2013-02-26 06:47:57 +01:00
Erik Joelsson
b3a313fa2b
8008914: Add nashorn to the tl build
...
Co-authored-by: James Laskey <james.laskey@oracle.com>
Reviewed-by: mr, tbell, jjh
2013-02-25 15:08:11 -08:00
Brent Christian
944e1b9636
8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C
...
Avoid automated test failure by just exiting when in 'C' locale
Reviewed-by: naoto, ksrini
2013-02-25 14:19:48 -08:00
Alan Bateman
a04fad868e
8008808: Allowed dependencies added by JDK-8008481 no longer required
...
Reviewed-by: tbell, chegar
2013-02-25 17:17:05 +00:00
Petr Pchelko
68d2d95f00
8006634: Unify LWCToolkit.invokeAndWait() and sun.awt.datatransfer.ToolkitThreadBlockedHandler
...
Changed the logic for the nested event loops and deleted deadlock detection
Reviewed-by: art, denis
2013-02-25 10:17:25 +00:00
Lana Steuck
38697490b4
Merge
2013-02-23 19:49:17 -08:00
Joe Darcy
797ef55129
6556996: (ann spec) SuppressWarnings strings should be documented
...
Reviewed-by: mduigou, chegar, abuckley
2013-02-23 13:32:32 -08:00
Lana Steuck
a9754a7eb0
Merge
2013-02-22 23:12:46 -08:00
Vladimir Danushevsky
78a060dbde
8005545: Add System property to identify ARCH specific details such as ARM hard-float binaries
...
Adding sun.os.abi Java Property support
Reviewed-by: bobv, alanb, dholmes
2013-02-22 17:12:35 -05:00
Athijegannathan Sundararajan
6715b64842
8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine
...
Reviewed-by: alanb
2013-02-27 20:34:12 +05:30
Alan Bateman
f99a5d722e
8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present
...
Reviewed-by: hawtin, mullan, dsamersoff, mchung
2013-02-27 14:24:45 +00:00
Athijegannathan Sundararajan
b7511e7609
8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine
...
Reviewed-by: alanb
2013-02-27 17:22:44 +05:30
Jia-Hong Chen
d1643f1833
8005796: [parfait] Possible uninitialised variable at jdk/src/share/native/sun/java2d/loops/ByteBinary1Bit.c
...
Reviewed-by: prr, vadim, flar
2013-02-22 13:20:16 -08:00
Lana Steuck
4dca16d202
Merge
2013-02-22 11:37:40 -08:00
Jennifer Godinez
3cc83d24ad
8006110: pageDialog is showing the swing dialog with DialogTypeSelection.NATIVE
...
Reviewed-by: bae, prr
2013-02-22 11:01:23 -08:00