Michael Haupt
2a94099e09
8081696: reduce dependency of Nashorn tests on external components
...
Reviewed-by: attila, sundar
2015-06-02 17:08:13 +02:00
Weijun Wang
1f705ef606
8038089: TLS optional support for Kerberos cipher suites needs to be re-examine
...
Reviewed-by: xuelei
2015-06-02 22:26:36 +08:00
Magnus Ihse Bursie
820f4d3089
8081616: Remove hard-coded CFLAGS_WARNINGS_ARE_ERRORS to fully respect --disable-warnings-as-errors
...
Reviewed-by: erikj, dholmes
2015-06-02 15:09:49 +02:00
Michael Haupt
db8a93364f
8080275: transparently download testng.jar for Nashorn testing
...
Instead of asking the user to manually download and install testng.jar, automate the process via "ant externals".
Reviewed-by: hannesw, sundar
2015-06-02 14:35:03 +02:00
Michael Haupt
6d8372c2a7
8081668: fix Nashorn ant externals command
...
Update URLs for Showdown (JavaScript Markdown implementation) download
Reviewed-by: hannesw, sundar
2015-06-02 14:34:37 +02:00
Miroslav Kos
8ee571affa
8080502: Update JAXB and JAX-WS to work with resource encapsulation
...
Reviewed-by: alanb
2015-06-02 10:59:48 +02:00
Andreas Eriksson
f3f4608e09
8072588: JVM crashes in JNI if toString is declared as an interface method
...
Check for a valid itable index instead of checking if the holder is an interface
Reviewed-by: dsimms, dholmes
2015-06-02 10:41:18 +02:00
Michael Haupt
b09c2994ec
8081604: rename ScriptingFunctions.tokenizeCommandLine
...
This used to be a single-purpose private helper; it is now used by external clients, and for new purposes. Consequently, it deserves a less specific name.
Reviewed-by: attila, lagergren, sundar
2015-06-02 10:40:19 +02:00
Michael Haupt
f4437cec2a
8081603: erroneous dot file generated from Nashorn --print-code
...
Emit a dot label string-conformant line break instead of a hard one to avoid strings ranging across an EOL.
Reviewed-by: attila, lagergren, sundar
2015-06-02 10:40:10 +02:00
Attila Szegedi
0d2785c745
8066773: JSON-friendly wrapper for objects
...
Reviewed-by: jlaskey, lagergren, sundar
2015-06-02 10:55:17 +02:00
Joe Darcy
63cb346d4a
8075555: Add tiered testing definitions to the nashorn repo
...
Reviewed-by: lagergren
2015-06-02 00:16:20 -07:00
Athijegannathan Sundararajan
c3b0b573ff
8081609: engine.eval call from a java method which was called from a previous engine.eval results in wrong ScriptContext being used
...
Reviewed-by: attila, lagergren
2015-06-02 12:42:53 +05:30
Xue-Lei Andrew Fan
0f1698f906
8043758: Datagram Transport Layer Security (DTLS)
...
Reviewed-by: jnimeh, weijun, mullan, wetmore
2015-06-02 04:01:04 +00:00
Joe Darcy
1c1c11d919
8075551: Add tiered testing definitions to the jaxp repo
...
Reviewed-by: joehw
2015-06-01 17:31:45 -07:00
Joe Darcy
98062e8bd1
8075546: Add tiered testing definitions to the langtools repo
...
Reviewed-by: jjg
2015-06-01 15:19:54 -07:00
Christian Tornqvist
665eee5efe
8080718: Make -XX:CreateCoredumpOnCrash control core dumping in all cases
...
Reviewed-by: sla, dholmes, gtriantafill
2015-06-01 14:02:59 -07:00
Christian Tornqvist
3c90d44e1a
8080446: The change for 8074354 removed the server check when creating minidumps on Windows
...
Reviewed-by: sla, hseigel
2015-06-01 14:01:20 -07:00
Alejandro Murillo
3db56c53a0
Merge
2015-06-01 10:15:21 -07:00
Alejandro Murillo
34534d3fcd
Merge
2015-06-01 10:15:19 -07:00
Roger Riggs
ea68abc64e
8081566: java/lang/ProcessHandle/InfoTest.java failed on case sensitive command
...
Reviewed-by: lancea, alanb
2015-06-01 10:29:06 -04:00
Roger Riggs
0b4d0d4fec
8081565: javac lint warnings in jdk testlibrary
...
Reviewed-by: lancea
2015-06-01 10:27:24 -04:00
Alexander Scherbatiy
435c40f71b
8081019: Check peer to null in CPlatformWindow.checkZoom()
...
Reviewed-by: serb, azvegint
2015-06-01 17:46:28 +04:00
Attila Szegedi
4a9502a06a
8066218: UTF-32LE mistakenly detected as UTF-16LE
...
Reviewed-by: lagergren, sundar
2015-06-01 15:01:36 +02:00
Artem Smotrakov
40f869686c
8081386: Test sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh test has RC4 dependencies
...
Reviewed-by: coffeys, olagneau
2015-06-01 14:59:20 +03:00
Prasanta Sadhukhan
58c413e2d4
8080086: Test javax/imageio/plugins/png/ItxtUtf8Test.java fails on Linux with G1 GC
...
Reviewed-by: prr, serb
2015-06-01 13:40:43 +03:00
Ivan Gerasimov
efaa3744a2
7011441: jndi/ldap/Connection.java needs to avoid spurious wakeup
...
Reviewed-by: dholmes
2015-05-30 15:19:15 +03:00
Srikanth Adayapalam
1a5f839adc
8077667: 'variable may not have been initialized' error for parameter in lambda function
...
JDK-8077667: Fix bogus diagnostic about lambda parameter not being initialized
Reviewed-by: mcimadamore
2015-05-30 06:17:50 +05:30
Jonathan Gibbons
1b685e4aa7
8081538: test CheckEBCDICLocaleTest is failing
...
Reviewed-by: vromero
2015-05-29 17:15:10 -07:00
Jonathan Gibbons
c8f110edb6
8081541: @ignore CheckEBCDICLocaleTest
...
Reviewed-by: vromero
2015-05-29 15:50:31 -07:00
Vicente Romero
783a654b17
8073372: Redundant CONSTANT_Class entry not generated for inlined constant
...
Reviewed-by: jjg
2015-05-29 14:04:57 -07:00
Roger Riggs
b4ff25ecc8
8081536: (process) remove unreliable ScaleTest from ProcessHandle tests
...
Reviewed-by: darcy
2015-05-29 15:17:07 -04:00
Katja Kantserova
ab937d1563
Merge
2015-05-29 20:15:18 +02:00
Roger Riggs
103d99baf1
8077350: JEP 102 Process API Updates Implementation
...
Reviewed-by: chegar, plevart, psandoz, darcy, martin, alanb
2015-05-29 14:04:12 -04:00
Xueming Shen
5fbfe34bf6
8081522: build failed with jdk8081452 change
...
To remove the missed import line
Reviewed-by: alanb
2015-05-29 10:28:28 -07:00
Andrew John Hughes
0c39467189
8081447: System JPEG builds include in-tree jpeglib.h, resulting in build failure
...
The include directive should be conditional on the use of the system JPEG library.
Reviewed-by: prr, ihse
2015-05-29 17:29:52 +01:00
Ivan Gerasimov
97f5b473ec
8081027: Create a common test to check adequacy of initial size of static HashMap/ArrayList fields
...
Reviewed-by: martin
2015-05-29 19:20:22 +03:00
Xueming Shen
5fe4d18385
8081452: Move sun.nio.cs.AbstractCharsetProvider into jdk.charset/sun.nio.cs.ext
...
To AbstractCharsetProvider class from base.java module to jdk.charsets module
Reviewed-by: alanb
2015-05-29 09:08:36 -07:00
Roland Westrelin
7d22d69e0a
Merge
2015-05-29 17:56:50 +02:00
Andrew Brygin
f5800b1a9c
8023794: [macosx] LCD Rendering hints seems not working without FRACTIONALMETRICS=ON
...
Reviewed-by: serb, prr
2015-05-29 18:32:58 +03:00
Joseph Provino
3ab615bd2c
8081508: metaspace/shrink_grow/CompressedClassSpaceSize fails with OOM: Compressed class space
...
OOME is thrown even though there is metaspace available.
Reviewed-by: jmasa, kbarrett
2015-05-29 10:44:32 -04:00
Roland Westrelin
81b0f156c8
8080976: Unexpected AIOOB thrown from 1.9.0-ea-b64 on (regression)
...
Loop variant use in reduction should prevent vectorization
Reviewed-by: kvn, mcberg
2015-05-29 16:09:16 +02:00
Vladimir Ivanov
eaf1406cf4
8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
...
Reviewed-by: sspitsyn, coleenp
2015-05-29 17:05:33 +03:00
Vladimir Ivanov
69aeb7540a
8001622: loadUB2L_immI8 & loadUS2L_immI16 rules don't match some 8-bit/16-bit masks
...
Reviewed-by: dlong, kvn, roland
2015-05-29 17:04:22 +03:00
Vladimir Ivanov
aae5102c06
8081320: Backout JDK-8059340: ConstantPool::_resolved_references is missing in heap dump
...
Reviewed-by: sspitsyn, coleenp
2015-05-29 17:04:21 +03:00
Tobias Hartmann
5369087363
Merge
2015-05-29 12:49:32 +02:00
Tobias Hartmann
59f2a0f85f
Merge
2015-05-29 12:49:31 +02:00
Staffan Larsen
aa8cd64e11
Merge
2015-05-29 12:48:58 +02:00
Aleksei Efimov
d78a5bc2c1
8081392: getNodeValue should return 'null' value for Element nodes
...
Reviewed-by: joehw
2015-05-29 12:28:46 +03:00
Aleksei Efimov
38bcbb873f
8081392: getNodeValue should return 'null' value for Element nodes
...
Reviewed-by: joehw
2015-05-29 12:28:40 +03:00
Staffan Larsen
9cc4a70ee9
8081470: com/sun/jdi tests are failing with "Error. failed to clean up files after test" with jtreg 4.1 b12
...
Reviewed-by: mgerdin, brutisso, iignatyev
2015-05-29 11:05:52 +02:00