Igor Veresov
f910dde95b
Merge
2016-12-19 22:50:28 +00:00
Igor Veresov
7d3c1a6383
8171394: [AOT] failed AOT compilation in compiler/aot/RecompilationTest.java
...
Fix argument types of tiered callbacks
Reviewed-by: never, kvn
2016-12-19 13:34:21 -08:00
Roland Westrelin
6869835c72
8171092: C1's Math.fma() intrinsic doesn't correctly process its inputs
...
Fixed 3rd input of FMA intrinsic processing in C1.
Reviewed-by: kvn
2016-12-19 13:09:25 -08:00
Jiangli Zhou
bae7bbd382
8168797: do not load any archived classes from a patched module
...
Add new runtime shared class visibility check to ensure shared classes from patched module are not loaded at runtime.
Reviewed-by: acorn, ccheung, hseigel, iklam, lfoltan
2016-12-19 13:54:33 -05:00
Jamsheed Mohammed C M
a601028e0f
Merge
2016-12-19 15:21:11 +00:00
Jamsheed Mohammed C M
af7e1eac20
8170761: Buffer overrun in sharedRuntime_x86_64.cpp:477
...
Fixed missing half assert!
Reviewed-by: kvn
2016-12-19 06:25:12 -08:00
Coleen Phillimore
157bfcd7da
Merge
2016-12-19 14:12:33 +00:00
Kavitha Natarajan
0b61a28b26
8169177: AArch64: SIGSEGV when "-XX:+ZeroTLAB" is specified along with GC options
...
Reviewed-by: aph
2016-12-19 02:33:30 -08:00
Zoltan Majo
269508dcf5
8171155: Scanning method file for initialized final field updates can fail for non-existent fields
...
Check if field exists before possibly marking it as having initialized final updates.
Reviewed-by: stsmirno, vlivanov, coleenp
2016-12-19 08:31:01 +01:00
Serguei Spitsyn
260435f052
Merge
2016-12-19 05:00:24 +00:00
Serguei Spitsyn
4590c71999
8171417: post jigsaw review cleanup in the jtreg jvmti tests
...
Fix the function throw_exc() in several jvmti tests to return void
Reviewed-by: dsamersoff, hseigel
2016-12-18 20:54:26 -08:00
Serguei Spitsyn
dec261c784
Merge
2016-12-19 04:04:48 +00:00
Serguei Spitsyn
a70c184075
8139566: need proper sync for adding default read edges
...
Use has_default_read_edges() in the ModuleEntry::can_read to fix race issue
Reviewed-by: hseigel, lfoltan
2016-12-18 19:21:18 -08:00
David Holmes
ca6eb09ef7
8170307: Stack size option -Xss is ignored
...
Reviewed-by: dcubed, sspitsyn
2016-12-18 22:07:31 -05:00
Derek White
89e7c22fc4
8171129: [aarch64] hs_err logs do not print register mappings
...
Call print_location for contents of all registers.
Reviewed-by: aph, dholmes
2016-12-14 16:46:50 -05:00
Vladimir Kozlov
c2b261c9f5
8171137: Avoid warning: -Xint is not compatible with AOT (switching AOT off)
...
Put all AOT warnings under PrintAOT flag.
Reviewed-by: iveresov, dholmes
2016-12-12 21:56:45 -08:00
Vladimir Kozlov
001c67f1fb
8171134: Unexpected output in compiler/aot/SharedUsageTest.java
...
Switch off compressed oops for few AOT tests.
Reviewed-by: iveresov
2016-12-12 20:48:50 -08:00
Jesper Wilhelmsson
bdfc281a40
Merge
2016-12-13 02:04:23 +01:00
Jesper Wilhelmsson
90c3146c22
Merge
2016-12-13 02:04:23 +01:00
Christine Flood
6fd85f1084
8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments
...
Set apparent physical memory to cgroup memory limit when UseCGroupMemoryLimitForHeap is true
Reviewed-by: acorn, kbarrett
2016-12-12 15:41:50 -05:00
Roland Westrelin
c9a8dbfa25
8162338: AArch64: Intrinsify fused mac operations
...
Reviewed-by: kvn
2016-12-12 11:29:51 -08:00
Dmitrij Pochepko
4778661b1f
8171059: [AOT] error in AotCompiler output in some aot tests
...
Reviewed-by: kvn
2016-12-12 21:18:54 +03:00
Dmitrij Pochepko
55dcedfbc8
8171060: [AOT] aot tests: WARNING: Requested compilation levels are out of current vm capabilities
...
Reviewed-by: kvn
2016-12-12 21:18:03 +03:00
Bharadwaj Yadavalli
2841c5eb2b
8171008: Integrate AOT compiler into JDK
...
Co-authored-by: Christian Thalinger <cthalinger@twitter.com>
Co-authored-by: Dean Long <dean.long@oracle.com>
Co-authored-by: Dmitrij Pochepko <dmitrij.pochepko@oracle.com>
Co-authored-by: Dmitry Chuyko <dmitry.chuyko@oracle.com>
Co-authored-by: Doug Simon <doug.simon@oracle.com>
Co-authored-by: Eric Caspole <eric.caspole@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Igor Veresov <igor.veresov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Morris Meyer <morris.meyer@oracle.com>
Co-authored-by: Niclas Adlertz <niclas.adlertz@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Reviewed-by: erikj, mchung, psandoz, coleenp, iklam, stefank, simonis
2016-12-11 19:07:04 -08:00
Doug Simon
3ef35612c7
8166417: Integrate Graal-core into JDK for AOT compiler
...
Co-authored-by: Lukas Stadler <lukas.stadler@oracle.com>
Co-authored-by: Tom Rodriguez <tom.rodriguez@oracle.com>
Co-authored-by: Roland Schatz <roland.schatz@oracle.com>
Co-authored-by: Josef Eisl <josef.eisl@jku.at>
Co-authored-by: Christian Wimmer <christian.wimmer@oracle.com>
Co-authored-by: Chris Thalinger <cthalinger@twitter.com>
Co-authored-by: Gilles Duboscq <gilles.m.duboscq@oracle.com>
Co-authored-by: David Leopoldseder <david.d.leopoldseder@oracle.com>
Co-authored-by: Stefan Anzinger <stefan.anzinger@oracle.com>
Co-authored-by: Christian Humer <christian.humer@oracle.com>
Co-authored-by: Michael Berg <michael.c.berg@intel.com>
Co-authored-by: Bernhard Urban <bernhard.urban@jku.at>
Co-authored-by: Miguel Garcia <miguel.m.garcia@oracle.com>
Co-authored-by: Yudi Zheng <yudi.zheng@usi.ch>
Co-authored-by: Christos Kotselidis <christos.kotselidis@oracle.com>
Co-authored-by: Andreas Woess <andreas.woess@jku.at>
Co-authored-by: Stefan Rumzucker <stefan.rumzucker@jku.at>
Co-authored-by: Aleksandar Prokopec <aleksandar.prokopec@oracle.com>
Co-authored-by: Christian Haeubl <haeubl@ssw.jku.at>
Co-authored-by: Morris Meyer <morris.meyer@oracle.com>
Co-authored-by: Matthias Grimmer <grimmer@ssw.jku.at>
Co-authored-by: Erik Eckstein <erik.eckstein@oracle.com>
Co-authored-by: Josef Haider <josef.haider@jku.at>
Co-authored-by: Manuel Rigger <rigger.manuel@gmail.com>
Co-authored-by: Michael Haupt <michael.haupt@oracle.com>
Co-authored-by: Niclas Adlertz <niclas.adlertz@oracle.com>
Co-authored-by: Jaroslav Tulach <jaroslav.tulach@oracle.com>
Co-authored-by: Chris Seaton <chris.seaton@oracle.com>
Co-authored-by: Peter Kessler <peter.b.kessler@oracle.com>
Co-authored-by: Christian Wirth <christian.wirth@oracle.com>
Co-authored-by: Benoit Daloze <benoit.d.daloze@oracle.com>
Reviewed-by: iveresov, kvn, erikj, ihse, mchung
2016-12-11 12:05:57 -08:00
Jesper Wilhelmsson
9e339249a8
8171046: Quarantine TestStressG1Humongous.java until JDK-8171045 is fixed
...
Reviewed-by: kvn
2016-12-10 03:08:23 +01:00
Lana Steuck
7d94742f2c
Merge
2016-12-08 21:21:56 +00:00
Lana Steuck
1a0e72a705
Added tag jdk-9+148 for changeset bb4ec5bdb5d8
2016-12-08 18:03:34 +00:00
Jesper Wilhelmsson
65ae405a5b
Merge
2016-12-08 17:03:45 +01:00
Jesper Wilhelmsson
f09c55c0d8
Merge
2016-12-08 15:49:29 +01:00
Brent Christian
95b2647798
8169389: Use a bitmap to control StackTraceElement::toString format and save footprint
...
Reviewed-by: dfuchs, mchung
2016-12-13 12:36:13 -08:00
Jesper Wilhelmsson
5597cd6698
Merge
2016-12-08 15:49:29 +01:00
Kirill Zhaldybin
bfcbde3e50
8170919: LogStreamTest tests crash if they are run first
...
Reviewed-by: jwilhelm, mlarsson
2016-12-08 15:56:57 +03:00
Serguei Spitsyn
ad4c4a1b14
Merge
2016-12-07 23:45:31 +00:00
Serguei Spitsyn
88e7d65782
7034834: JVMTI xml file referring to old JDK version
...
Update the JVMTI spec with the version auto-change
Reviewed-by: coleenp, dholmes, dsamersoff, dcubed
2016-12-07 15:10:18 -08:00
Markus Grönlund
cfb71b7b05
8170847: Refactor trace/traceStream.hpp
...
Reviewed-by: coleenp, lfoltan
2016-12-07 23:38:37 +01:00
Shrinivas Joshi
985cf43c19
8158012: Use SW prefetch instructions instead of BIS for allocation prefetches on SPARC Core S4
...
Reviewed-by: kvn
2016-12-07 09:29:28 -08:00
Erik Joelsson
a1b09faffe
8141590: Cannot build Zero with devkit
...
Reviewed-by: ihse
2016-12-07 16:08:23 +01:00
Severin Gehwolf
f6acd61df6
8170767: Zero fastdebug build triggers assertion
...
Add missing interpreter entries for java_lang_math_fmaD/F.
Reviewed-by: coleenp
2016-12-07 13:37:37 +01:00
Magnus Ihse Bursie
092bf11b7e
8170629: Remove code duplication in test makefiles
...
Reviewed-by: erikj, dholmes
2016-12-07 09:48:57 +01:00
Boris Molodenkov
d82ff831ba
8166132: Convert TestGlobalDefinitions_test to GTest
...
Reviewed-by: iignatyev
2016-12-06 16:42:42 +03:00
Igor Ignatyev
9d99a698ef
8078450: Implement consistent process for quarantine of tests
...
Reviewed-by: dfazunen, dholmes, sspitsyn
2016-12-07 14:37:35 +03:00
Markus Grönlund
6a685f1d63
8170672: Event-based tracing to support classloader instances
...
Reviewed-by: hseigel, egahlin
2016-12-06 22:49:17 +01:00
Kirill Zhaldybin
8bf0437430
8170468: Convert ParallelCompact_test to GTest
...
Reviewed-by: dfazunen, iignatyev
2016-12-03 12:48:22 +03:00
Lana Steuck
59651b0831
Merge
2016-12-01 21:40:08 +00:00
Lana Steuck
f3dd277595
Added tag jdk-9+147 for changeset ef1c0c184790
2016-12-01 21:01:52 +00:00
Alan Bateman
5b9e2a32bb
8170599: compiler/** tests using ToolProvider.getSystemClassLoader failing
...
Reviewed-by: hseigel
2016-12-01 15:54:39 +00:00
Alan Bateman
3c75e80d4b
Merge
2016-12-01 11:16:11 +00:00
Volker Simonis
7092ff6b91
8170548: VM may crash at startup because StdoutLog/StderrLog logging stream can be badly aligned
...
Reviewed-by: stuefe, mlarsson, clanger, dholmes
2016-12-01 11:30:22 +01:00
Kirill Zhaldybin
8d6d1e4cda
8170490: Convert TestBufferingOopClosure_test to GTest
...
Reviewed-by: dfazunen, iignatyev
2016-12-01 12:09:02 +03:00