Dmitry Samersoff
c82d0f2418
8043716: JDI test com/sun/jdi/ProcessAttachTest.sh and other 3 jdi tests failed in nightly
...
InetAddress.getLocalHost() returns configured host name instead of localhost.
Reviewed-by: dcubed
2014-05-22 13:03:10 -07:00
David Katleman
80e6121270
Added tag jdk9-b14 for changeset 2187cb29a50c
2014-05-22 12:54:12 -07:00
David Katleman
5d455cb482
Added tag jdk9-b14 for changeset 076ae2d12410
2014-05-22 12:54:10 -07:00
David Katleman
2af1faabc9
Added tag jdk9-b14 for changeset 2e754d3dbdf2
2014-05-22 12:54:02 -07:00
David Katleman
9b4dd883bb
Added tag jdk9-b14 for changeset 334fc8abb249
2014-05-22 12:54:01 -07:00
David Katleman
9fe74fcd0f
Added tag jdk9-b14 for changeset d122674e5ed7
2014-05-22 12:53:57 -07:00
David Katleman
b6a3e971bb
Added tag jdk9-b14 for changeset 631682a70d8a
2014-05-22 12:53:50 -07:00
David Katleman
4560a6cb3d
Added tag jdk9-b14 for changeset 4009a00151e2
2014-05-22 12:53:41 -07:00
David Katleman
7bcc77b220
Added tag jdk9-b14 for changeset 78fe3dcb9cf7
2014-05-22 12:53:39 -07:00
Phil Race
91823dc0c8
8041540: Better use of pages in font processing
...
Reviewed-by: srl, bae, mschoene
2014-05-22 12:28:27 -07:00
Kumar Srinivasan
b18841ffa0
8042829: [javadoc] index-file output is not sorted correctly
...
8043062: JDK 9 platform and compiler upgrade failed on Solaris-sparcv9 with Javadoc.gmk:360: recipe for target docs/api/index.html
Reviewed-by: erikj, jjg
2014-05-22 12:16:53 -07:00
Sergey Malenkov
57d0476f97
8043627: NPE in SynthContext in plugin mode
...
Reviewed-by: alexsch, serb, pchelko
2014-05-22 21:05:30 +04:00
Ivan Gerasimov
ccdd942921
8043772: Typos in Double/Int/LongSummaryStatistics.java
...
Reviewed-by: rriggs
2014-05-22 20:19:08 +04:00
Michael Fang
47f996990c
Merge
2014-05-22 09:15:01 -07:00
Hannes Wallnöfer
67d65fd0df
8030202: Nashorn: Multiple RegExp#ignoreCase issues
...
Reviewed-by: sundar, jlaskey
2014-05-22 17:51:56 +02:00
Lois Foltan
cab91cae04
8043301: Duplicate definitions in vm/runtime/sharedRuntimeTrans.cpp versus math.h in VS2013
...
Factor out definitions of copysignA and scalbnA into new file sharedRuntimeMath.hpp
Reviewed-by: dholmes, coleenp, kvn
2014-05-22 11:36:23 -04:00
Sandipan Razzaque
a8c4f42722
8037343: Wrong dateformat for locale es_DO
...
Reviewed-by: okutsu
2014-05-22 08:13:14 -07:00
Jon Masamitsu
6fc7041617
Merge
2014-05-22 06:39:47 -07:00
Petr Pchelko
1d4a340a2b
8043646: libosxapp.dylib fails to build on Mac OS 10.9 with clang
...
Reviewed-by: anthony, serb
2014-05-22 15:46:50 +04:00
Rickard Bäckman
8bd4b5624c
8030976: Untaken paths should be more vigorously pruned at highest optimization level
...
Reviewed-by: roland, vlivanov
2014-05-22 13:42:44 +02:00
Rickard Bäckman
0915147727
8031994: java/lang/Character/CheckProp test times out
...
Reviewed-by: iveresov, roland
2014-06-04 10:01:28 +02:00
Mikael Vidstedt
baadb75921
8044735: Print format/argument warnings
...
Reviewed-by: twisti, kvn
2014-06-03 18:24:38 -07:00
Igor Ignatyev
f19a510532
8044339: Update FilterSpuriousWakeups documentation. Review "Solaris only" vm options descriptions
...
Reviewed-by: kvn, dholmes, iignatyev
2014-06-04 00:25:21 +04:00
Mikael Vidstedt
e09b9cbc3c
8044242: Remove dead NativeMovRegMemPatching class
...
Reviewed-by: twisti, kvn
2014-06-02 15:48:34 -07:00
Christian Thalinger
4c5c9f2ce7
Merge
2014-06-02 13:53:52 -07:00
David Chase
799c72a225
Merge
2014-06-02 15:49:53 -04:00
David Chase
23d6ad76d7
8029381: assert(is_method_type()) failed: bad cast
...
Access to method_type and appendix from constant pool (cpcache) needs to be guarded by is_f1_null() because of racy update/initialization.
Reviewed-by: kvn, coleenp, jrose
2014-06-02 14:32:29 -04:00
Christian Thalinger
a0b1b7ca70
Merge
2014-06-02 10:48:02 -07:00
Igor Veresov
ddffd7c3f1
8044496: 8034812 broke build with clang
...
Remove superfluous clang-diagnostic-pop
Reviewed-by: kvn, drchase
2014-06-02 07:26:52 -10:00
Roland Westrelin
bdb8050bbf
8043413: REGRESSION: Hotspot causes segmentation fault in jdk8ux, but not in jdk7ux
...
Long series of lambda form calls trigger stack overflow in c2
Reviewed-by: kvn, vlivanov
2014-06-02 10:01:15 +02:00
Tobias Hartmann
2a0815a55e
8034812: remove IDX_INIT macro hack in Node class
...
The IDX_INIT macro used by Node::Node(...) to retrieve the Compile object is removed and replaced by a call to Compile::current(). The Node constructor, new operator and all calls to it are adapted accordingly.
Reviewed-by: kvn, jrose, iveresov, goetz
2014-06-02 08:07:29 +02:00
Igor Ignatyev
b053fa4c48
Merge
2014-05-30 20:01:11 +00:00
Albert Noll
f35c3e76a4
Merge
2014-05-30 19:21:42 +00:00
Christian Thalinger
0bf0dadd05
Merge
2014-05-30 09:49:50 -07:00
Igor Ignatyev
f99eed3f24
8038756: new WB API :: get/setVMFlag
...
Reviewed-by: vlivanov, sla
2014-05-30 17:20:48 +04:00
Tobias Hartmann
1ed4c83948
8021775: compiler/8009761/Test8009761.java "Failed: init recursive calls: 51. After deopt 50"
...
Reimplemented the test using the Whitebox API to deterministically trigger compilation and deoptimization. Now allowing number of recursive calls to vary by 1.
Reviewed-by: twisti, roland, iignatyev
2014-05-30 09:26:48 +02:00
Albert Noll
a3b9ebba8d
8011646: SEGV in compiled code with loop predication
...
Remove control edge of load node to ensure that castPP removal sets the control edge correctly
Reviewed-by: kvn, roland
2014-05-30 06:50:38 +02:00
Mikael Vidstedt
fc984ddd84
8044071: Print format/argument warnings
...
Reviewed-by: drchase, dholmes, lfoltan, twisti
2014-05-29 16:01:13 -07:00
Sergey Lugovoy
c1d46ac985
8028615: jdk.nashorn.x3::some.serious.failure needs more memory to run
...
Reviewed-by: attila, sundar
2014-05-22 11:12:29 +02:00
Peter Allwin
09afb7b210
8027230: Overflow in java.lang.instrument.Instrumentation.getObjectSize() method
...
Reviewed-by: dholmes, sspitsyn
2014-05-22 09:12:29 +02:00
Shrinivas Joshi
638b464ed3
8043274: Test compiler/7184394/TestAESMain.java gets NPE on solaris
...
Save cipher len after registers are saved
Reviewed-by: kvn
2014-05-21 12:16:41 -07:00
Coleen Phillimore
b2989563ad
Merge
2014-05-21 19:08:08 +00:00
Coleen Phillimore
ead7a2760b
8042727: nsk/jdb/unwatch/unwatch001 crash in InstanceKlass::methods_do(void (*)(Method*))
...
Only walk methods in instanceklass if the class is loaded
Reviewed-by: dholmes, fparain
2014-05-21 14:36:18 -04:00
Phil Race
ae470d1970
8039394: Compiler warnings about C++ exceptions in windows printing code
...
Reviewed-by: bae, jgodinez
2014-05-21 11:12:18 -07:00
Chuck Rasbold
1bf7f2b9a6
8043354: 8043354: Make is_return_allocated() respect allocated objects than can method-escape
...
In bcEscapeAnalyzer update the _allocated_escapes flag if a var escapes the method.
Reviewed-by: kvn
2014-05-21 10:54:59 -07:00
Phil Race
a4fbee7145
8016451: Scary messages emitted by build.tools.generatenimbus.PainterGenerator during build
...
Reviewed-by: alexsch, anthony
2014-05-21 10:50:14 -07:00
Marcus Lagergren
b4b7b4e53d
8043632: Parallelize class installation and various script fixes
...
Reviewed-by: sundar, attila
2014-05-21 16:12:40 +02:00
Marcus Lagergren
cc1275a3bf
8043611: Move timing dependent benchmark for apply2call specialization to currently_failing. It is dependent that nothing takes machine time when doing the two runs, causing spurious assertions. Suggest running octane.raytrace manually instead to verify that this works, or incorporating it in the nightly test suite
...
Reviewed-by: sundar, attila
2014-05-21 16:12:40 +02:00
Marcus Lagergren
7c50cd3e51
8043633: In order to remove global state outside of contexts, make sure Timing class is an instance and not a static global collection of data. Move into Context. Move -Dnashorn.timing to an official logging option
...
Reviewed-by: sundar, attila
2014-05-21 16:12:40 +02:00
Erik Helin
8876554e3c
8043639: Backout JDK-8034852: Shrinking of Metaspace high-water-mark causes incorrect OutOfMemoryErrors or back-to-back GCs
...
Reviewed-by: stefank, tschatzl
2014-05-21 16:11:04 +02:00