81904 Commits

Author SHA1 Message Date
Lana Steuck
73ef2bf360 Merge 2014-04-09 09:20:03 -07:00
Lana Steuck
907809166d Merge 2014-04-09 09:19:57 -07:00
Lana Steuck
d62d4c205e Merge 2014-04-09 09:19:52 -07:00
Lana Steuck
4347098adf Merge 2014-04-09 09:19:42 -07:00
Dmitry Samersoff
b1295fc704 Merge 2014-04-09 15:01:24 +00:00
Petr Pchelko
c3a9369016 8039752: Regression: Clipboard couldn't be used on linux
Reviewed-by: anthony, serb, azvegint
2014-04-09 18:20:55 +04:00
Dmitry Samersoff
f359b1fb2c 8029139: [TESTBUG] runtime/InitialThreadOverflow/testme.sh fails with exit code 127
The test launcher compiles against TESTJAVA but LD_LIBRARY_PATH set to COMPILE java.

Reviewed-by: sla, sspitsyn
2014-04-09 07:08:08 -07:00
Dmitriy Ermashov
22166928a5 8038631: Create wrapper for awt.Robot with additional functionality
Reviewed-by: pchelko, alexsch
2014-04-09 17:30:42 +04:00
Dmitry Samersoff
0301b791ef 8037279: runtime/6929067/Test6929067.sh crashes on 32bit linux
The test compile launcher with TESTJAVA but attempt to load vm from COMPILEJAVA

Reviewed-by: sla, sspitsyn
2014-04-09 06:09:43 -07:00
Xue-Lei Andrew Fan
2f501cd8a5 8028192: Use of PKCS11-NSS provider in FIPS mode broken
Reviewed-by: ahgross, ascarpino, asmotrak
2014-04-09 12:49:51 +00:00
Stefan Karlsson
d78446aa45 8039743: Use correct format specifier to print size_t values and pointers in the GC code
Co-authored-by: Mikael Vidstedt <mikael.vidstedt@oracle.com>
Reviewed-by: jmasa, sjohanss
2014-04-09 13:54:32 +02:00
Petr Pchelko
fbb2e2c782 8039083: REGRESSION: closed/java/awt/dnd/DragSourceListenerSerializationTest/DragSourceListenerSerializationTest.html fails with NPE since 8u20 b07 on Linux
Reviewed-by: serb, azvegint
2014-04-09 15:20:09 +04:00
Sergey Bylokhov
61a704cc87 8038765: [macosx] Toolkit.sync should be implemented
Reviewed-by: pchelko, anthony
2014-04-09 14:38:27 +04:00
Weijun Wang
8962e7ee34 8035986: KerberosKey algorithm names are not specified
Reviewed-by: xuelei
2014-04-09 17:19:19 +08:00
Weijun Wang
3344a6c353 8039132: cleanup @ignore JAAS/krb5 tests
Reviewed-by: xuelei
2014-04-09 17:08:37 +08:00
Matherey Nunez
900591b4ed 8039403: Write sanity tests for persistent caching
Reviewed-by: hannesw, sundar
2014-04-09 10:14:34 +02:00
Roland Westrelin
eb8588549a 8007988: PrintInlining output is inconsistent with incremental inlining
Fix duplicate and conflicting inlining output

Reviewed-by: kvn, vlivanov
2014-04-09 09:17:43 +02:00
Coleen Phillimore
c8990959f2 8028497: SIGSEGV at ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool)
Keep class in CLD::_klasses list and mirror created for CDS classes if OOM during restore_shareable_info(). This keeps pointers consistent for CMS.

Reviewed-by: ehelin, stefank, jmasa, iklam
2014-04-08 13:58:38 -04:00
Sean Mullan
02f93ac4c7 Merge 2014-04-08 13:16:22 -04:00
Sean Mullan
fa633bad05 8038431: Close InputStream when finished retrieving XML Signature HTTP References
Reviewed-by: xuelei
2014-04-08 11:57:57 -04:00
Shanliang Jiang
f963ced878 6815126: intermittent SimulResumerTest.java failure
Reviewed-by: jbachorik, sla
2014-04-08 17:36:13 +02:00
Erik Helin
4bc795f2db Merge 2014-04-08 13:50:58 +02:00
Miroslav Kos
805cbfba88 8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
2014-04-08 11:26:40 +01:00
Miroslav Kos
5eb8520ff1 8033113: wsimport fails on WSDL:header parameter name customization
Reviewed-by: chegar
2014-04-08 11:25:56 +01:00
Petr Pchelko
0ec7b5fb94 6690000: Typo's in DataFlavor Javadoc
Reviewed-by: serb, azvegint
2014-04-08 14:02:30 +04:00
Markus Grönlund
eea84b4feb 8039348: -XX:+TraceDeoptimization -XX:+Verbose -Xcomp can crash VM
Reviewed-by: kvn, sla
2014-04-08 11:50:01 +02:00
Roland Westrelin
7da7a9c72a 8038636: speculative traps break when classes are redefined
Remove speculative traps that point to methods that are redefined

Reviewed-by: kvn, twisti
2014-04-08 09:51:25 +02:00
Staffan Larsen
385e2f4084 8038296: sun/tools/jinfo/Basic.sh: java.io.IOException: Command failed in target VM
Reviewed-by: sspitsyn, coleenp, dsamersoff
2014-04-08 08:14:14 +02:00
Alexander Zvegintsev
175dba662b 8030100: java.awt.Desktop: Enable check for supported URI schemes on Linux
Reviewed-by: anthony, pchelko, serb
2014-04-07 17:45:18 +01:00
Alexander Zvegintsev
adb37773e7 6788138: leak in Java_sun_awt_X11_XlibWrapper_getStringBytes?
Reviewed-by: pchelko, serb
2014-04-07 17:43:42 +01:00
Alexander Zvegintsev
43246996f4 8031087: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/xawt
Reviewed-by: anthony, pchelko, serb
2014-04-07 17:41:16 +01:00
Athijegannathan Sundararajan
319aa4c4c5 8039387: Nashorn supports indexed access of List elements, but length property is not supported
Reviewed-by: lagergren, jlaskey
2014-04-07 21:57:33 +05:30
Pavel Reppo
f4f394efb5 8037396: URI getQuery() and getFragment() don't decode properly
Reviewed-by: chegar, michaelm
2014-04-07 15:40:05 +01:00
Katja Kantserova
60249f90a2 8031766: jstatd nightly tests failing with Expected one jstatd process, got 2. Test will be canceled
Reviewed-by: jbachorik, sla
2014-04-07 16:13:43 +02:00
Alexander Scherbatiy
5cd27375dd 6475394: Spelling mistake in doc for ComponentUI.getBaselineResizeBehaviour
Reviewed-by: serb, pchelko
2014-04-07 18:01:52 +04:00
Alan Bateman
f046294abc 8039253: Remove undocumented com.oracle.net
Reviewed-by: chegar
2014-04-07 13:16:17 +01:00
Sergey Bylokhov
bb75caf509 8032219: [macosx] Scrollbars looks bad under retina in Motif and Metal L&F
Reviewed-by: pchelko, flar
2014-04-07 15:34:27 +04:00
Erik Joelsson
ffbb7125b2 8035134: JDK9 unix debug bundle manifest file list issue
Reviewed-by: ihse
2014-04-07 10:59:50 +02:00
Staffan Larsen
fbd6947695 8039256: Add sun/jvmstat/monitor/MonitoredVm/CR6672135.java to ProblemList.txt
Reviewed-by: mgronlun, alanb
2014-04-07 08:09:55 +02:00
Miroslav Kos
b45e2afa2a 8027144: Review restriction of JAX-WS java packages going to JDK8
Restricting access to internal packages to minimise risk of security attack; fix also reviewed by Alexander Fomin

Reviewed-by: mullan, mgrebac
2014-04-07 00:31:06 +02:00
Dmitry Samersoff
ec2e296ec1 Merge 2014-04-05 20:59:37 +00:00
Markus Grönlund
47bf9f6d57 8038624: interpretedVFrame::expressions() must respect InterpreterOopMap for liveness
Reviewed-by: coleenp, minqi
2014-04-05 21:33:11 +02:00
Dmitry Samersoff
942d204e59 Merge 2014-04-05 05:55:05 -07:00
Phil Race
13d8babca9 8031095: [Parfait] warning from jdk/src/solaris/native/sun/awt: memory leak
Reviewed-by: bae, jgodinez
2014-04-04 11:18:28 -07:00
Phil Race
bc431c1b98 Merge 2014-04-04 10:24:11 -07:00
Alejandro Murillo
dcfda82942 Merge 2014-04-04 10:22:59 -07:00
Alejandro Murillo
40609dfd04 Merge 2014-04-04 10:04:44 -07:00
Phil Race
32d9972635 8035569: [parfait] JNI expection pending in jdk/src/windows/native/sun/windows/WPrinterJob.cpp
Reviewed-by: serb, jgodinez
2014-04-04 10:03:18 -07:00
Oleg Pekhovskiy
7e8f0a2d28 8035737: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintControl.cpp
Reviewed-by: serb, pchelko
2014-04-04 20:26:01 +04:00
Sergey Malenkov
002763f0fc 8039137: KSS: JTextComponent.isProcessInputMethodEventOverridden
Reviewed-by: alexsch, serb
2014-04-04 20:18:53 +04:00