Alexander Smundak
e6e9f14a72
8036767: PPC64: Support for little endian execution model
...
Reviewed-by: ihse, erikj, simonis
2014-04-02 11:28:32 -07:00
Igor Veresov
6428c0a397
8039043: Implicit null check is in the wrong place in C1 -UseCompressedOops
...
Null check is placed in a wrong place when storing a null to an object field on x64 with compressed oops off
Reviewed-by: roland, vlivanov, kvn
2014-04-02 11:24:51 -07:00
Alexander Smundak
dd193f4eb2
8036767: PPC64: Support for little endian execution model
...
Reviewed-by: goetz, kvn, dholmes, simonis
2014-04-02 11:24:44 -07:00
Sean Coffey
011792fa34
8035618: Four api/org_omg/CORBA TCK tests fail under plugin only
...
Reviewed-by: alanb, mchung, dfuchs, msheppar
2014-04-02 18:21:23 +01:00
Andreas Eriksson
fbb7bd8781
8033696: "assert(thread != NULL) failed: just checking" due to Thread::current() and JNI pthread interaction
...
Reviewed-by: dholmes, dsamersoff
2014-04-02 18:40:52 +02:00
Hannes Wallnöfer
d801fbbc9d
8038638: Persistent store for compiled scripts
...
Reviewed-by: lagergren, sundar
2014-04-02 18:26:57 +02:00
Masato Yoshida
cf2bf09668
8026334: hs_err improvement: Print elapsed time in a humanly readable format
...
Reviewed-by: coleenp, dsamersoff
2014-04-02 16:08:59 +01:00
Lance Andersen
c9c4f5fd72
8039088: Fix broken URLs in package.html
...
Reviewed-by: chegar
2014-04-02 11:03:10 -04:00
Lance Andersen
d459255128
8038653: Fix Time.toLocalTime, Time.valueOf javadoc clarification
...
Reviewed-by: alanb
2014-04-02 10:20:14 -04:00
Shanliang Jiang
6297ed73e3
8038940: c.s.j.r.i.ClientNotifForwarder$LinearExecutor
...
Reviewed-by: dfuchs, jbachorik
2014-04-02 14:57:17 +02:00
Valerie Peng
03ece18beb
Merge
2014-04-02 12:20:01 +00:00
Valerie Peng
4c6800a4f9
8030114: [parfait] warnings from b119 for jdk.src.share.native.sun.security.smartcardio: JNI exception pending
...
Fix pending exception errors found by parfait.
Reviewed-by: vinnie
2014-04-02 12:19:11 +00:00
Mikael Gerdin
a52fd3388d
8037959: BitMap::resize frees old map before copying memory if !in_resource_area
...
Add reallocate functionality to ArrayAllocator and use it from BitMap::resize
Reviewed-by: brutisso, tschatzl
2014-04-02 14:17:34 +02:00
Christian Tornqvist
3c7ebc1745
8028733: [TESTBUG] Remove test exclusion for runtime/6626217/Test6626217.sh
...
Removed @ignore tag from Test6626217.sh, the fix for 7015395 had already solved the issue but left the @ignore tag
Reviewed-by: sla, lfoltan, gtriantafill
2014-04-02 14:15:39 +02:00
Alexander Stepanov
a5adc0deb1
8038488: Tidy warnings cleanup for java.beans
...
Reviewed-by: malenkov, alexsch
2014-04-02 15:59:00 +04:00
Athijegannathan Sundararajan
79fba7993d
8039047: Parser accepts conditional catch clauses even when --no-syntax-extensions / -nse option is passed
...
Reviewed-by: lagergren, attila
2014-04-02 15:52:31 +05:30
Ivan Gerasimov
65a18434e7
8038333: TEST_BUG: java/lang/ref/EarlyTimeout.java fails with a non-adequate message
...
Reviewed-by: mchung
2014-04-02 12:17:25 +04:00
Goetz Lindenmaier
419ae8206b
8039045: PPC64: need include in adl generated files after 8001532
...
Reviewed-by: kvn
2014-04-02 10:16:46 +02:00
Bhavesh Patel
d642f92759
8032066: Serialized form has broken links to non private inner classes of package private
...
Reviewed-by: jjg
2014-04-01 23:58:04 -07:00
Paul Govereau
e231918e58
8034933: Update documentation for Types.directSupertypes to clarify behavior
...
Reviewed-by: darcy
2014-04-01 23:52:10 -07:00
Ivan Gerasimov
befb7157c9
8034044: Class.getModifiers() returns "static" for anonymous classes
...
Javac sets ACC_STATIC bit for anonymous classes which contradicts the JLS
Reviewed-by: jfranck
2014-04-02 10:05:16 +04:00
Lana Steuck
d0730dc007
Merge
2014-04-01 17:28:35 -07:00
Lana Steuck
1eab51598e
Merge
2014-04-01 17:28:17 -07:00
Lana Steuck
592997da4f
Merge
2014-04-01 17:27:49 -07:00
Lana Steuck
4452e6316f
Merge
2014-04-01 17:27:19 -07:00
Lana Steuck
e50cc941f9
Merge
2014-04-01 17:27:04 -07:00
Lana Steuck
ed8ccafaa0
Merge
2014-04-01 17:25:55 -07:00
Lana Steuck
b683f35613
Merge
2014-04-01 17:25:39 -07:00
Lana Steuck
926efab639
Merge
2014-04-01 17:25:15 -07:00
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
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
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
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
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
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
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
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
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