29164 Commits

Author SHA1 Message Date
Christian Tornqvist
c3c7dcd507 7049895: [TESTBUG] vmerrors.sh should suppress windows .mdmp files
Added -XX:-CreateMinidumpOnCrash to vmerror.sh to suppress creation of dumps on Windows

Reviewed-by: coleenp, allwin, zgu
2014-04-01 22:39:09 +02:00
Phil Race
2d55c8df9c 8035623: [parfait] JNI warnings in jdk/src/windows/native/sun/windows/awt_Font.cpp
Reviewed-by: serb, pchelko
2014-04-01 12:38:37 -07:00
Phil Race
ee35591283 Merge 2014-04-01 11:53:08 -07:00
Alexander Zuev
d9d9742c75 8031425: Two langtools/javac tests fail by timeout on Windows
Reviewed-by: jjg, vromero
2014-04-01 10:00:43 -07:00
Phil Race
7639b17cc9 Merge 2014-04-01 09:12:51 -07:00
Morris Meyer
6db303a301 8001532: C2 node files refactoring
Split C2 node files into cast, convert, countbits, intrinsic, move, narrowptr and opaquenode classes

Reviewed-by: kvn, morris
2014-04-01 09:05:20 -07:00
Sean Mullan
9d3f23b245 8035004: Provider provides less service
Reviewed-by: wetmore, skoivu
2014-04-01 11:58:42 -04:00
Marcus Lagergren
fd8e5653a0 8038945: Simplify strict undefined checks
Reviewed-by: jlaskey, hannesw
2014-04-01 16:12:38 +02:00
David Simms
91dcc35215 8037295: Add size_t versions of Atomic::add, dec, and inc
Reviewed-by: dholmes, fparain
2014-04-01 15:45:36 +02:00
Alexander Scherbatiy
0d737e4067 7052708: Grammar error in EditorKit documentation
Reviewed-by: serb, pchelko
2014-04-01 16:46:14 +04:00
Goetz Lindenmaier
f190cc8c67 8038201: Clean up misleading usage of malloc() in init_system_properties_values()
Remove the misleading malloc macro and cleanup the code

Reviewed-by: dsamersoff, kvn
2014-04-01 03:59:01 -07:00
Alexander Scherbatiy
a9d59730a6 8030052: Remove reflection from JOptionPane
Reviewed-by: serb, pchelko
2014-04-01 13:56:07 +04:00
Marcus Lagergren
1584dc799c 8038799: Guard and unbox boxed primitives types on setting them in Properties to avoid megamorphisism
Reviewed-by: attila, jlaskey
2014-04-01 11:19:32 +02:00
Roland Westrelin
f5adc57f94 8032410: compiler/uncommontrap/TestStackBangRbp.java times out on Solaris-Sparc V9
Make compiled code bang the stack by the worst case size of the interpreter frame at deoptimization points.

Reviewed-by: twisti, kvn
2014-04-01 09:36:49 +02:00
David Holmes
4643207df7 8016039: jvm.lib is missing from export list unless building server
Make the export declaration unconditional

Reviewed-by: sla, sspitsyn
2014-03-31 23:49:00 -04:00
Sergey Bylokhov
282ac72515 8035624: [parfait] JNI exception pending, JNI primitive type mismatch in jdk/src/windows/native/sun/windows/ThemeReader.cpp
Reviewed-by: pchelko, anthony
2014-04-01 01:59:59 +04:00
Sergey Bylokhov
120f43985c 8035736: [parfait] JNI primitive type mismatch in jdk/src/windows/native/sun/windows/awt_Component.cpp
Reviewed-by: pchelko, anthony
2014-04-01 01:03:52 +04:00
Sergey Bylokhov
41f9ffd645 8038657: javax.swing.BufferStrategyPaintManager has unused imports
Reviewed-by: pchelko, malenkov
2014-04-01 00:33:40 +04:00
Magnus Ihse Bursie
268191c838 8035751: Clean up Visual Studio detection logic
Reviewed-by: erikj, tbell
2014-03-31 22:30:11 +02:00
Vladimir Kozlov
77d38feb95 8038633: crash in VM_Version::get_processor_features() on startup
Windows need an exception wrapper around getPsrInfo_stub() call in order to properly handle SEGV for YMM registers test.

Reviewed-by: iveresov, iignatyev
2014-03-31 13:08:03 -07:00
Jan Lahoda
e339370175 8035890: jdk8 javac -source 7 compiles test case it should not
Ensuring source level checks are performed in two additional cases related to type annotations, adding specialized error message for annotations after method type parameters.

Reviewed-by: jfranck, jjg
2014-03-31 21:27:25 +02:00
Phil Race
7d52305559 8038723: Openup some PrinterJob tests
Reviewed-by: jgodinez
2014-03-31 11:13:01 -07:00
Dmitry Samersoff
59ef728609 7189721: nightly tests failed on JDI attaching
If for some reason elf section with section names is not loaded to cache it attempts to read data using NULL section pointer.

Reviewed-by: sspitsyn, sla, kevinw
2014-03-31 08:23:02 -07:00
Erik Helin
977d1f7a5d 8038934: Remove prefix allocated_ from methods and variables in Metaspace
Reviewed-by: jmasa, coleenp
2014-03-31 17:09:38 +02:00
Aleksei Efimov
b712e5983d 8035437: Xerces Update: xml/serialize/DOMSerializerImpl
Reviewed-by: lancea
2014-03-31 19:03:41 +04:00
Konstantin Shefov
2d916472f4 8002148: [TEST_BUG] The four lines printed are not the bold typeface
Reviewed-by: pchelko, serb
2014-03-31 17:59:25 +04:00
Miroslav Kos
384e2ee8ba 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
Reviewed-by: chegar
2014-03-31 15:59:00 +02:00
Miroslav Kos
01cbfbd0c3 8038307: JAX-WS conformance tests fail when running JCK-devtools-8 suite against RI in EBCDIC emulation mode
Reviewed-by: chegar
2014-03-31 15:08:17 +02:00
Aleksei Efimov
3528c99616 8035437: Xerces Update: xml/serialize/DOMSerializerImpl
Reviewed-by: lancea
2014-03-31 19:04:39 +04:00
Marcus Lagergren
379d9f239f 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not
Reviewed-by: attila, sundar, jlaskey
2014-03-31 14:13:34 +02:00
Erik Helin
521e1207a7 8033251: Use DWARF debug symbols for Linux 32-bit as default
Reviewed-by: dcubed, dholmes, coleenp
2014-03-31 14:02:40 +02:00
Goetz Lindenmaier
f67a3b7e04 8038498: Fix includes and C inlining after 8035330
Change 8035330: Remove G1ParScanPartialArrayClosure and G1ParScanHeapEvacClosure broke the debug build on AIX. The method do_oop_partial_array() is added in a header, but requires the inline function par_write_ref() through several inlined calls. In some cpp files, like arguments.cpp, par_write_ref() is not defined as the corresponding inline header and is not included. The AIX debug VM does not start because of the missing symbol. This change solves this by cleaning up include dependencies.

Reviewed-by: tschatzl, stefank
2014-04-02 09:17:38 +02:00
Erik Helin
510abf997b Merge 2014-04-01 15:37:15 +02:00
Bengt Rutisson
1f5e01e4f4 8038829: G1: More useful information in a few assert messages
Reviewed-by: sjohanss, jmasa
2014-04-01 07:46:51 +02:00
Chris Hegarty
804d26e749 8025209: Intermittent test failure java/net/Socket/asyncClose/AsyncClose.java
Co-authored-by: Eric Wang <yiming.wang@oracle.com>
Reviewed-by: chegar
2014-03-31 11:33:40 +01:00
Staffan Larsen
e7aed74165 8037345: com/sun/jdi/* tests can fail, with race condition on log files
Reviewed-by: sspitsyn, dcubed
2014-03-31 11:28:03 +02:00
Erik Joelsson
278ed96ea7 8032217: failure in man page processing
Reviewed-by: dholmes, tbell
2014-03-31 11:09:04 +02:00
Miroslav Kos
5f57e465a6 8036030: Update JAX-WS RI integration to latest version
JAX-WS RI upgrade from 2.2.9-b130926.1035 to 2.2.10-b140228.1436;

Reviewed-by: chegar
2014-03-31 10:43:20 +02:00
Roland Westrelin
b21d142f01 8037970: make PrintMethodData a diagnostic options
Make PrintMethodData a diagnostic options for performance investigation

Reviewed-by: kvn, iveresov
2014-03-31 10:35:06 +02:00
Roland Westrelin
fa3b0a8f47 8031755: Type speculation should be used to optimize explicit null checks
Feed profiling data about reference nullness to type speculation.

Reviewed-by: kvn, iveresov
2014-03-31 09:08:53 +02:00
Dmitry Samersoff
5c15816a53 Merge 2014-03-30 03:29:48 -07:00
Xue-Lei Andrew Fan
33df051faf 8031346: Enhance RSA key handling
Reviewed-by: ahgross, ascarpino, asmotrak, robm, weijun, wetmore
2014-03-29 23:24:26 +00:00
Xue-Lei Andrew Fan
a2b1491477 8037162: More robust DH exchanges
Reviewed-by: weijun, asmotrak, ahgross, robm
2014-04-24 21:04:16 +04:00
Bhavesh Patel
e08ccd0e48 8029143: javadoc standard doclet should add Functional Interface blurb when @FunctionalInterface annotation is present
Reviewed-by: ksrini
2014-03-29 11:06:33 -07:00
Igor Ignatyev
f5d6f0ceb8 8038393: [TESTBUG] ciReplay/* tests fail after 8034775
Reviewed-by: kvn
2014-03-29 14:54:48 +04:00
Peter Brunet
d5c467d976 8034768: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/JavaTextAccessibility.m
Handle possible JNI Exceptions

Reviewed-by: prr, serb
2014-03-28 17:19:10 -05:00
Peter Brunet
0de1753309 8034118: [parfait] JNI exception pending in macosx/native/sun/awt/JavaComponentAccessibility.m
Handle possible JNI Exceptions

Reviewed-by: prr, serb
2014-03-28 16:40:00 -05:00
Phil Race
16ce100989 8037506: [javadoc] broken link in java.awt.geom.Line2D.java
Reviewed-by: jgodinez
2014-03-28 11:37:45 -07:00
Alejandro Murillo
958938e6a4 Merge 2014-03-28 09:15:41 -07:00
Alexander Scherbatiy
b355da0052 8032667: [macosx] Components cannot be rendered in HiDPI to BufferedImage
Reviewed-by: serb, pchelko
2014-03-28 18:56:25 +04:00