Alejandro Murillo
199b53c0b1
Merge
2016-09-01 15:20:56 -07:00
Alejandro Murillo
929ce0118a
Merge
2016-09-01 14:09:01 -07:00
Kirill Zhaldybin
584c5686be
Merge
2016-09-01 18:15:49 +03:00
Alejandro Murillo
aecf372724
Merge
2016-08-31 09:22:53 -07:00
Mandy Chung
d2d5a91ec4
8160851: Remove old launcher module-related options
...
Reviewed-by: alanb
2016-08-30 17:48:27 -07:00
Kirill Zhaldybin
d871b35f40
8164230: Convert TestCodeCacheRemSet_test to GTest
...
Reviewed-by: mgerdin, dfazunen
2016-08-29 20:15:12 +03:00
Marcus Larsson
99f0753054
8157948: UL allows same log file with multiple file=
...
Reviewed-by: dholmes, rehn
2016-08-29 14:11:22 +02:00
Alejandro Murillo
7b50aee93b
Merge
2016-08-26 10:02:47 -07:00
Lana Steuck
9cbf6bae7c
Merge
2016-08-25 22:36:30 +00:00
Lana Steuck
ff0876af59
Added tag jdk-9+133 for changeset cf75dd18b3cd
2016-08-25 21:18:44 +00:00
Yasumasa Suenaga
d1eb1ae8ea
8163581: Heap Parameters in HSDB cannot handle G1CollectedHeap
...
Reviewed-by: dholmes, sjohanss
2016-08-25 12:24:05 +09:00
Rachel Protacio
1618785868
Merge
2016-08-25 13:48:42 +00:00
Rachel Protacio
c6c1bee762
8148854: Class names "SomeClass" and "LSomeClass;" treated by JVM as an equivalent
...
Added default format checking of class names loaded by the app class loader
Reviewed-by: coleenp, lfoltan
2016-08-25 09:23:45 -04:00
Christian Tornqvist
820b9e7a16
8164737: Remove Unsafe dependency from ProcessTools
...
Reviewed-by: gtriantafill, dholmes
2016-08-25 08:40:53 -04:00
Dmitry Fazunenko
3ba0af5c09
8164133: Tests gc/arguments/TestAlignmentToUseLargePages.java and gc/cms/TestBubbleUpRef.java use too small heap
...
Reviewed-by: jmasa, sangheki, kzhaldyb
2016-08-25 14:12:09 +04:00
David Holmes
e316907948
8157904: Atomic::cmpxchg for jbyte is missing a fence on initial failure
...
Reviewed-by: simonis, aph, kbarrett
2016-08-24 19:54:03 -04:00
Robbin Ehn
3b1c3587d9
8164208: Update tests with redefine classes UL options and tags
...
Reviewed-by: coleenp, gtriantafill
2016-08-24 20:38:21 +02:00
Kirill Zhaldybin
ad62406df7
8164743: Convert TestAsUtf8 to GTest
...
Reviewed-by: dholmes, rprotacio
2016-08-24 19:21:20 +03:00
Kirill Zhaldybin
635fad4510
8164738: Convert AltHashing_test to GTest
...
Reviewed-by: dholmes, coleenp
2016-08-24 18:10:09 +03:00
Robbin Ehn
d67d71f44c
8163589: Add back class id intrinsic method for event based tracing
...
Reviewed-by: kvn, mgronlun
2016-09-01 08:30:17 +02:00
Martin Doerr
ddfcdd9299
8165014: Unaligned unsafe access should throw InternalError on Solaris
...
Reviewed-by: dholmes, coleenp
2016-08-31 19:41:57 -04:00
Harold Seigel
31becdb0d2
Merge
2016-08-31 16:41:01 +00:00
Erik Joelsson
992e74a183
8164862: 2 JVMCI tests should not be executed on linux-x86
...
Reviewed-by: kvn, gtriantafill
2016-08-31 16:48:26 +02:00
Harold Seigel
0fd1f32873
8162412: Ignore any System property specified as -Djdk.module that matches reserved module system properties
...
Change the checks for module related properties to look for specific properties, not just jdk.module
Reviewed-by: coleenp, gziemski, ddmitriev
2016-08-31 10:27:32 -04:00
Coleen Phillimore
31d8fcc4f9
8164692: InstanceKlass::_previous_version_count goes negative
...
Decrement previous_version_count when it's removed from the list.
Reviewed-by: dcubed, dlong, sspitsyn
2016-08-31 06:35:19 -04:00
Jini George
ab538ab5ed
8163150: SA: CLHSDB printmdo throws an exception with "java.lang.InternalError: missing reason for 22"
...
Accounted for the new JVMCI related Deoptimization Reasons.
Reviewed-by: dsamersoff, sla
2016-08-31 11:47:14 +03:00
Kim Barrett
66706edf15
8156500: Move Reference pending list into VM to prevent deadlocks
...
Move reference pending list and locking into VM
Co-authored-by: Per Liden <per.liden@oracle.com>
Reviewed-by: coleenp, dholmes, dcubed, mchung, plevart
2016-08-30 23:48:16 -04:00
Alexander Kulyakhtin
4f55b6c7e0
8148103: add more tests for task "Update JDI and JDWP for modules"
...
A new JDWP test
Reviewed-by: sspitsyn
2016-08-30 12:48:03 +03:00
Dmitry Samersoff
69e076a5bb
Merge
2016-08-30 09:25:18 +00:00
Jini George
8445923b1c
8164562: serviceability/sa/TestInstanceKlassSizeForInterface.java: fails with NPE
...
Addition of –XX:+UnlockDiagnosticVMOptions for the test invocation for jcmd and modularization related cleanup
Reviewed-by: dholmes, mchung
2016-08-30 11:06:25 +03:00
Thomas Schatzl
5258f6573c
8155917: Memory access in free regions during G1 full gc causes regressions in SPECjvm2008 scimark.fft,lu,sor,sparse with 9+116 on Linux-x64
...
Do not unnecessarily touch the memory of free regions during the compaction phase in G1 full gc causing some OSes to allocate physical memory for them, decreasing performance in some situations.
Reviewed-by: mgerdin, jmasa
2016-08-30 09:17:49 +02:00
David Holmes
6db26ca5bf
8158854: Ensure release_store is paired with load_acquire in lock-free code
...
Reviewed-by: shade, dcubed, zgu
2016-08-29 20:13:45 -04:00
Dmitry Fazunenko
56ff858c45
8164660: MinimalVM is not tested with GC tests
...
Reviewed-by: jmasa, tschatzl
2016-08-29 23:04:48 +04:00
Marcus Larsson
10245a95e3
8150823: UL disables log outputs incorrectly
...
Reviewed-by: rehn, sla
2016-08-26 14:27:41 +02:00
Christian Tornqvist
f2dafaefc7
8163146: Remove os::check_heap on Windows
...
Reviewed-by: gtriantafill, coleenp, stuefe
2016-08-23 21:49:33 -04:00
Erik Gahlin
09b2ad770b
Merge
2016-08-23 22:51:24 +02:00
Coleen Phillimore
6fc83c09aa
Merge
2016-08-23 19:20:13 +00:00
Erik Gahlin
9f2afd7e4e
Merge
2016-08-23 20:38:19 +02:00
Coleen Phillimore
160021d374
8038797: JVMTI FollowReferences does not report roots reachable from nmethods
...
Also follow nmethods found on the execution stack.
Reviewed-by: dlong, mgerdin
2016-08-23 13:44:59 -04:00
Christian Tornqvist
3d2138fde0
Merge
2016-08-23 17:27:56 +00:00
Erik Gahlin
c98e599afa
8164523: Clean up metadata for event based tracing
...
Reviewed-by: mlarsson, mgronlun
2016-08-23 19:21:48 +02:00
Christian Tornqvist
1d929d1259
8155964: Create a set of tests for verifying the Minimal VM
...
Reviewed-by: gtriantafill, dholmes, lmesnik, cjplummer
2016-08-23 13:20:51 -04:00
Rachel Protacio
d4728727fb
Merge
2016-08-22 15:54:22 +00:00
Rachel Protacio
fca8d5b7b1
8163973: VM Anonymous classes should not call Class File Load Hooks
...
Ensures CFLH's are not called for VM anonymous classes
Reviewed-by: lfoltan, dholmes, coleenp, vlivanov, acorn
2016-08-22 11:06:18 -04:00
Stefan Johansson
abc62e705c
8163413: gc/metaspace/TestMetaspacePerfCounters failure
...
Reviewed-by: ehelin, dfazunen
2016-08-22 16:48:04 +02:00
Kirill Zhaldybin
d65aa31fd5
8164028: Convert TestPredictions_test to GTest
...
Reviewed-by: jwilhelm, dfazunen, ehelin
2016-08-22 16:43:56 +03:00
David Holmes
5f1f4489ac
8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
...
Remove atomic.inline.hpp and move the contents back into atomic.hpp
Reviewed-by: stefank, pliden, simonis
2016-08-21 20:56:37 -04:00
Igor Veresov
a541c52612
Merge
2016-08-21 06:18:09 +02:00
Christian Tornqvist
31cc523eb2
8164521: compiler/rangechecks/TestRangeCheckSmearing.java is missing @build for sun.hotspot.WhiteBox
...
Reviewed-by: coleenp
2016-08-20 09:35:40 -04:00
Igor Veresov
3f66df6bf7
Merge
2016-08-19 18:48:25 -07:00