Jesper Wilhelmsson
|
79439ff560
|
8067947: Regression test for JDK-6522873
Added a regression test that will fail if we allow extra characters after flag names
Reviewed-by: ctornqvi, tschatzl
|
2014-12-22 17:33:29 +01:00 |
|
Yumin Qi
|
ef9d3aa2a7
|
Merge
|
2014-12-19 22:52:02 -08:00 |
|
Goetz Lindenmaier
|
e176c66ae5
|
8067823: CheckCompileThresholdScaling.java throws RuntimeException
Reviewed-by: kvn, iignatyev
|
2014-12-19 16:42:16 +01:00 |
|
Jesper Wilhelmsson
|
1584f4cfc2
|
Merge
|
2014-12-18 16:15:49 +01:00 |
|
Jesper Wilhelmsson
|
dfc952b138
|
Merge
|
2014-12-18 16:15:49 +01:00 |
|
Jiangli Zhou
|
b0ad035af4
|
8059510: Compact symbol table layout inside shared archive
Use separate compact table for shared symbols.
Reviewed-by: iklam, gziemski, shade, sla, jrose
|
2014-12-17 23:34:52 -05:00 |
|
Bengt Rutisson
|
d418f56e60
|
8067873: gc/TestSmallHeap.java does not compile
Reviewed-by: mgerdin, jwilhelm
|
2014-12-18 13:37:02 +01:00 |
|
Max Ockner
|
51bda75a8f
|
8064319: Need to enable -XX:+TraceExceptions in release builds
"-XX:+TraceExceptions" is now supported in product builds.
Reviewed-by: sla, ccheung, coleenp
|
2014-12-16 19:00:24 -05:00 |
|
Roland Westrelin
|
5494b45a7a
|
8067647: [TESTBUG] compiler/rangechecks/TestRangeCheckSmearing.java uses wrong path to Whitebox API
Whitebox test library was moved
Reviewed-by: kvn
|
2014-12-16 20:09:29 +01:00 |
|
Roland Westrelin
|
2e82794bfa
|
6700100: optimize inline_native_clone() for small objects with exact klass
Optimize small instance clones as loads/stores
Reviewed-by: kvn, iveresov
|
2014-12-16 13:49:36 +01:00 |
|
Filipp Zhinkin
|
add1e857d7
|
8050486: compiler/rtm/ tests fail due to monitor deflation at safepoint synchronization
Reviewed-by: kvn, iignatyev
|
2014-12-30 11:09:42 +03:00 |
|
Dmitrij Pochepko
|
ea23edb88a
|
8059625: JEP-JDK-8043304: Test task: DTrace- tests for segmented codecache feature
Reviewed-by: sspitsyn, twisti, fzhinkin, iignatyev
|
2014-12-25 15:57:38 +03:00 |
|
Pavel Chistyakov
|
583d750b3d
|
8066497: Update c.o.j.t.ByteCodeLoader to be able really reload given class
Reviewed-by: drchase, fzhinkin, iignatyev
|
2014-12-26 14:47:35 +03:00 |
|
Filipp Zhinkin
|
f70b5b2e9c
|
8059623: JEP-JDK-8043304: Test task: command line options tests
Reviewed-by: twisti, thartmann, goetz, iignatyev
|
2014-12-26 14:33:23 +03:00 |
|
Filipp Zhinkin
|
80613b8656
|
8068183: Add isTieredSupported method to c.o.j.t.Platforms
Reviewed-by: kvn, iignatyev
|
2014-12-24 19:32:13 +03:00 |
|
Evgeniya Stepanova
|
2e085fa4b3
|
8066864: remove ctw-test from testlibrary/
Reviewed-by: kvn, iignatyev
|
2014-12-23 12:40:13 +03:00 |
|
Tatiana Pivovarova
|
c9213782f3
|
8067173: remove Utils::fileAsList
Reviewed-by: kvn, iignatyev
|
2014-12-16 17:26:42 +03:00 |
|
Pavel Chistyakov
|
5ed29142e5
|
8066896: Update c.o.j.t.InfiniteLoop to skip zero timeout
Reviewed-by: kvn, iignatyev
|
2014-12-23 16:36:44 +03:00 |
|
Tatiana Pivovarova
|
df2b7b1934
|
8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Reviewed-by: kvn, fzhinkin, iignatyev
|
2014-12-19 14:12:22 +03:00 |
|
Evgeniya Stepanova
|
29f7c15af9
|
8054892: Improve compiler's CLI tests error reporting
Reviewed-by: roland, twisti
|
2014-12-16 14:52:57 +03:00 |
|
Igor Ignatyev
|
e71ea0c5a9
|
8028595: WhiteBox API for stress testing of TieredCompilation
Reviewed-by: kvn
|
2014-12-16 17:56:24 +03:00 |
|
Erik Helin
|
ccc800dedb
|
8067452: Rename hotspot_all in hotspot/test/TEST.groups
Reviewed-by: dholmes, ctornqvi, iignatyev
|
2014-12-16 12:52:04 +01:00 |
|
Jesper Wilhelmsson
|
3e9edcd457
|
Merge
|
2014-12-16 02:14:03 +01:00 |
|
Dmitrij Pochepko
|
57ac8bbd17
|
8065279: Remove testlibrary_tests from compact profile in jtreg
Reviewed-by: kvn
|
2014-12-16 02:14:11 +03:00 |
|
Tatiana Pivovarova
|
561c9140d8
|
8067211: rewrite Utils::fileAsString
Reviewed-by: kvn
|
2014-12-16 02:13:13 +03:00 |
|
Filipp Zhinkin
|
df6c67eeeb
|
8066143: [TESTBUG] New tests in gc/survivorAlignment/ fails
Reviewed-by: jmasa
|
2014-12-15 18:11:51 +04:00 |
|
Yumin Qi
|
e4961abb71
|
Merge
|
2014-12-12 20:49:14 -08:00 |
|
Pavel Chistyakov
|
ca033e9cde
|
8066473: Port timeout utils from jdk test library into hotspot
Reviewed-by: kvn, iignatyev
|
2014-12-13 01:24:10 +03:00 |
|
Pavel Punegov
|
c39c3b01be
|
8059575: JEP-JDK-8043304: Test task: Tiered Compilation level transition tests
Reviewed-by: iveresov, thartmann
|
2014-12-13 01:24:07 +03:00 |
|
Dmitrij Pochepko
|
e42d9168db
|
8059613: JEP-JDK-8043304: Test task: JMX- tests
Reviewed-by: thartmann, twisti
|
2014-12-13 00:13:05 +03:00 |
|
Dmitrij Pochepko
|
3b00992919
|
8066440: Various changes in testlibrary for JDK-8059613
Reviewed-by: thartmann, twisti
|
2014-12-13 00:54:22 +03:00 |
|
Filipp Zhinkin
|
fb36c6cbbe
|
8066862: TestMutuallyExclusivePlatformPredicates fails on all platforms
Reviewed-by: iignatyev, kvn
|
2014-12-12 21:37:37 +03:00 |
|
Igor Ignatyev
|
e3b0d6d069
|
Merge
|
2014-12-12 21:32:43 +03:00 |
|
Albert Noll
|
7613da167b
|
Merge
|
2014-12-12 08:40:19 -08:00 |
|
Tobias Hartmann
|
4d7b50bd51
|
8067337: Remove Whitebox API from hotspot repository
Remove Whitebox API from hotspot repository after it was moved to top level repository.
Reviewed-by: iignatyev
|
2014-12-12 13:13:01 +01:00 |
|
Tobias Hartmann
|
bf022cf7dc
|
8066433: Move Whitebox test library to top level repository
Moved Whitebox test library to top level repository.
Reviewed-by: iignatyev, sla, mr
|
2014-12-12 09:37:38 +01:00 |
|
Max Ockner
|
1d76295d70
|
8047290: Make Mutex::_no_safepoint_check_flag locks verify that this lock never checks for safepoint
Ensure consistent safepoint checking in Mutex/Monitor locking methods.
Reviewed-by: dholmes, dcubed, coleenp
|
2014-12-11 21:34:43 -05:00 |
|
Albert Noll
|
a9e4d723c1
|
Merge
|
2014-12-11 16:22:47 -08:00 |
|
Jesper Wilhelmsson
|
da4a88d5f9
|
Merge
|
2014-12-11 20:39:25 +01:00 |
|
Jesper Wilhelmsson
|
ac1c0ee5d2
|
Merge
|
2015-02-23 18:40:04 +01:00 |
|
Bengt Rutisson
|
7bde8bebfb
|
8067115: Add jtreg gc tests to Hotspot JPRT jobs
Reviewed-by: tschatzl, jwilhelm, ehelin
|
2014-12-11 07:32:24 +01:00 |
|
Roland Westrelin
|
0dbf9d7161
|
8067144: SIGSEGV with +TraceDeoptimization in Deoptimization::print_objects
-XX:+TraceDeoptimization tries to print realloc'ed objects even when there are none
Reviewed-by: kvn
|
2014-12-10 16:45:55 +01:00 |
|
Michail Chernov
|
56db4f28c9
|
8064909: FragmentMetaspace.java got OutOfMemoryError
Increased heap size to prevent "java.lang.OutOfMemoryError: Java heap space" exception
Reviewed-by: jmasa, dfazunen, jwilhelm
|
2014-12-10 13:58:30 +00:00 |
|
Igor Veresov
|
f4a9c05895
|
Merge
|
2014-12-09 21:33:51 +00:00 |
|
Igor Veresov
|
5af5b25f98
|
8066900: Array Out Of Bounds Exception causes variable corruption
Fix FP registers save/restore during exception handling
Reviewed-by: kvn, vlivanov
|
2014-12-09 12:25:38 -08:00 |
|
Roland Westrelin
|
caa8dcea64
|
8066103: C2's range check smearing allows out of bound array accesses
Range check smearing uncorrectly adjust first range check in a list of range checks to cover all of them
Reviewed-by: jrose, kvn, iveresov
|
2014-12-09 18:49:13 +01:00 |
|
Tatiana Pivovarova
|
79ed4de1e1
|
8065134: Need WhiteBox::allocateCodeBlob(long, int) method to be implemented
Reviewed-by: kvn, dholmes, iignatyev
|
2014-12-09 17:31:40 +03:00 |
|
Bengt Rutisson
|
eec8524e84
|
8067438: Add test to verify minimal heap size
Reviewed-by: dfazunen, ehelin
|
2014-12-17 09:47:14 +01:00 |
|
Jesper Wilhelmsson
|
b14eca8aac
|
Merge
|
2014-12-08 18:52:03 +01:00 |
|
Tatiana Pivovarova
|
a7ebb442cf
|
8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
Reviewed-by: kvn, thartmann
|
2014-12-08 18:21:02 +03:00 |
|