Igor Ignatyev
fd25edc683
8042214: add @ignore tag to all excluded jtreg tests in test/compiler
...
Reviewed-by: kvn, ctornqvi
2014-05-02 13:20:42 +04:00
Albert Noll
4865736713
Merge
2014-05-01 21:30:54 -07:00
Severin Gehwolf
a92fee550e
8041992: Fix of JDK-8034775 neglects to account for non-JIT VMs
...
Allow 0 compiler threads if no JIT is used.
Reviewed-by: kvn, dholmes
2014-05-02 06:24:39 +02:00
Jaroslav Bachorik
0d7c3da5fe
8042096: Backout JDK-8042091
...
Reviewed-by: sla
2014-04-29 14:37:02 +02:00
Pavel Rappo
5b2e62685a
8034057: Files.getFileStore and Files.isWritable do not work with SUBST'ed drives (win)
...
Reviewed-by: alanb, chegar
2014-04-29 13:23:08 +01:00
Yuri Nesterenko
0224281ecb
8041592: [TEST_BUG] Move 42 AWT hw/lw mixing tests to jdk
...
Reviewed-by: anthony, pchelko
2014-04-29 14:32:38 +04:00
Jaroslav Bachorik
2db0164863
8031195: Support default and static interface methods in JDI, JDWP and JDB
...
Reviewed-by: sla, sspitsyn, dcubed
2014-04-29 11:15:21 +02:00
Bengt Rutisson
9968a23667
7132678: G1: verify that the marking bitmaps have no marks for objects over TAMS
...
Co-authored-by: Tony Printezis <tony.printezis@oracle.com>
Reviewed-by: jmasa, tschatzl, ehelin
2014-04-29 09:33:20 +02:00
Albert Noll
b1d07c3707
Merge
2014-04-29 07:14:46 +00:00
Tobias Hartmann
06c26b6f97
8036956: remove EnableInvokeDynamic flag
...
The EnableInvokeDynamic flag and all support code is removed because it is not longer used in JDK 9.
Reviewed-by: kvn, twisti
2014-04-29 08:08:44 +02:00
Albert Noll
dab05a3040
8040798: compiler/startup/SmallCodeCacheStartup.java timed out in RT_Baseline
...
Fixes broken memory freeing of compile queue tasks and makes sure that blocking compiles do not hang the VM if compilation gets disabled due to a full code cache.
Reviewed-by: kvn, iveresov
2014-04-29 07:59:22 +02:00
Henry Jen
cb91afdb8c
8039642: Fix raw and unchecked warnings in sun.awt.*
...
Reviewed-by: darcy, prr, flar
2014-04-28 19:05:49 -07:00
Morris Meyer
3fddcd2712
8040919: Uninitialised memory in hotspot/src/share/vm/compiler/oopMap.cpp
...
Parfait refactoring in OopMapSet::update_register_map
Reviewed-by: kvn, twisti
2014-04-28 16:05:12 -07:00
Weijun Wang
7d0ad1ddb9
8041535: Update certificate lists for compact1 profile
...
Reviewed-by: mullan, ahgross, erikj
2014-04-29 06:53:38 +08:00
Mandy Chung
3a8ddf6aa7
8042058: Missing deleted files from JDK-8040754 breaks jdk9/dev build
...
Reviewed-by: chegar
2014-04-28 14:57:14 -07:00
Miroslav Kos
acdc55021c
8040754: Break the circular dependency between SAAJ and JAXB
...
Reviewed-by: chegar, mchung
2014-04-28 14:05:34 -07:00
David Chase
cd35f69721
8039407: Regression test needed for JDK-8015396
...
Converted bug demo into regression test
Reviewed-by: kvn
2014-04-28 15:09:39 -04:00
Vivi An
c7f7685c50
8036819: JAB: mneumonics not read for textboxes
...
Reviewed-by: alexsch
2014-04-28 11:03:52 -07:00
Marcus Lagergren
a3f88441db
8041995: Problems when loading tree expressions with several optimistic program points when optimistically initializing ObjectNodes
...
Reviewed-by: jlaskey, attila
2014-04-28 16:37:36 +02:00
Michael McMahon
5daff55f41
8041621: java/net/Inet4Address/textToNumericFormat.java fails on Solaris and Mac
...
Reviewed-by: chegar
2014-04-28 13:49:49 +01:00
Petr Pchelko
01e8b57668
8041987: [macosx] setDisplayMode crashes
...
Reviewed-by: anthony, serb
2014-04-28 16:45:43 +04:00
Tobias Hartmann
856856524e
8041771: C1: remove unused IR::_locals_size
...
The unused IR::_locals_size is removed.
Reviewed-by: kvn, roland
2014-04-28 14:34:12 +02:00
Albert Noll
7e3f05c6f7
Merge
2014-04-28 03:44:35 -07:00
Albert Noll
ff3717e719
8040085: dtrace/jsdt tests crash on solaris. found an unadvertised bad scavengable oop in the code cache
...
Add CodeCache::add_scavenge_root_nmethod(this) to the dtrace-constructor of nmethod
Reviewed-by: roland, iveresov
2014-04-28 12:39:12 +02:00
Staffan Larsen
a792009a9f
Merge
2014-04-28 09:31:25 +00:00
Staffan Larsen
c1abf998a6
8041980: (hotspot) sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
...
Reviewed-by: mgronlun, kamg
2014-04-28 09:27:47 +02:00
Peter Allwin
a610e558a5
Merge
2014-04-27 18:57:56 +02:00
Peter Levart
a9f24ab9f4
8040892: Incorrect message in Exception thrown by Collectors.toMap(Function,Function)
...
Use Map.putIfAbsent instead of Map.merge when collecting into map using unique keys
Reviewed-by: psandoz, chegar
2014-04-26 11:11:48 +02:00
Bharadwaj Yadavalli
469f17357c
Merge
2014-04-25 14:29:47 -04:00
Alejandro Murillo
dfde2b55a8
Merge
2014-04-25 09:59:44 -07:00
Staffan Larsen
8ad7b17ffd
8041979: sun/jvmstat/monitor/MonitoredVm/CR6672135.java failing on all platforms
...
Reviewed-by: kamg, mgronlun
2014-04-25 17:19:49 +02:00
Yuka Kamiya
b597db519c
8042360: Subtag syntax check is incomplete in Locale.LanguageRange
...
Reviewed-by: naoto, okutsu
2014-05-08 08:22:25 +09:00
Brian Burkhalter
b89a5598d4
8026236: Add PrimeTest for BigInteger
...
Test primality verification methods in BigInteger
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Co-authored-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
Co-authored-by: Florian Weimer <fweimer@redhat.com>
Reviewed-by: psandoz
2014-05-07 11:45:31 -07:00
Ivan Gerasimov
686936042d
8042470: (fs) Path.register doesn't throw IllegalArgumentException if multiple OVERFLOW events are specified
...
Reviewed-by: alanb, chegar
2014-05-07 16:50:40 +04:00
Ivan Gerasimov
b845d7541e
8011537: (fs) Path.register(..) clears interrupt status of thread with no InterruptedException
...
Reviewed-by: alanb
2014-05-07 09:43:40 +04:00
Xue-Lei Andrew Fan
f2e9e43cc4
8042449: Issue for negative byte major record version
...
Convert byte to positive integer before making comparison. Also reviewed by Florian Weimer <fweimer@redhat.com>.
Reviewed-by: wetmore
2014-05-07 02:24:01 +00:00
Kumar Srinivasan
6d5bdc8957
8042266: [launcher] create test groups for launcher regression tests
...
Reviewed-by: alanb, mduigou
2014-05-06 10:32:32 -07:00
Chris Hegarty
6810bbe579
Merge
2014-05-06 12:20:29 +01:00
Mikael Auno
551a6ecad9
8040748: [TESTBUG] Exclude failing (serviceability) jtreg tests
...
Reviewed-by: sla
2014-05-06 10:51:03 +02:00
Paul Sandoz
b6182243e5
8042355: stream with sorted() causes downstream ops not to be lazy
...
Reviewed-by: mduigou
2014-05-06 10:29:59 +02:00
Ivan Gerasimov
c1e26ac310
8040806: BitSet.toString() can throw IndexOutOfBoundsException
...
Reviewed-by: plevart, mduigou
2014-05-06 10:28:48 +04:00
Chris Hegarty
2241d7462a
8039470: java.net Content Handler API incorrectly specifies implementation specific location of handler classes
...
Reviewed-by: alanb, michaelm
2014-05-02 19:38:33 +01:00
Jeff Hain
bd948f1ace
8032016: Optimizations of Math.next{After,Up}({float,double})
...
Rearrange code to handle the more common and costly case first.
Reviewed-by: darcy
2014-05-02 11:25:07 -07:00
Sean Mullan
104aba1340
Merge
2014-05-02 10:05:57 -04:00
Sean Mullan
1d776850f2
8038349: Signing XML with DSA throws Exception when key is larger than 1024 bits
...
Reviewed-by: xuelei
2014-05-02 10:01:46 -04:00
Shanliang Jiang
70dbc1d222
8031036: com/sun/management/OperatingSystemMXBean/GetCommittedVirtualMemorySize.java failed on 8b121
...
Reviewed-by: dfuchs
2014-05-02 14:40:52 +02:00
Hannes Wallnöfer
60a0f257df
8040078: Avoid repeated reading of source for cached loads
...
Reviewed-by: jlaskey, lagergren
2014-04-25 16:34:17 +02:00
Erik Helin
b5474c811c
Merge
2014-04-25 15:50:13 +02:00
Petr Pchelko
844cf2d704
8041490: PIT: [macosx] Crash in system tray functionality check test
...
Reviewed-by: anthony, serb
2014-04-25 16:39:13 +04:00
Petr Pchelko
c25473bb38
8041572: [macosx] huge native memory leak in AWTWindow.m
...
Reviewed-by: serb, anthony
2014-04-25 16:27:30 +04:00