Alan Bateman
|
a0a5208606
|
Merge
|
2017-06-17 08:03:09 +01:00 |
|
Alan Bateman
|
2f378477c4
|
8181087: Module system implementation refresh (6/2017)
Reviewed-by: sspitsyn, hseigel
|
2017-06-16 09:20:23 -07:00 |
|
Serguei Spitsyn
|
17081a1945
|
8178054: [TESTBUG] Need test for JVM TI IsModifiableModule
Add new test hotspot/test/serviceability/jvmti/GetNamedModule
Reviewed-by: alanb, iignatyev
|
2017-06-13 16:19:49 -07:00 |
|
Magnus Ihse Bursie
|
f69b074677
|
8174848: Remove gpl templates from hotspot/make
Reviewed-by: erikj
|
2017-05-11 09:00:56 +02:00 |
|
Mario Torre
|
bb85a687d4
|
8177390: java -version does not differentiate between which port of AArch64 is used
Reviewed-by: aph, dholmes
|
2017-03-29 15:44:34 +00:00 |
|
Mikael Gerdin
|
cc1aaab7e9
|
8176100: [REDO][REDO] G1 Needs pre barrier on dereference of weak JNI handles
Reviewed-by: kbarrett, coleenp, tschatzl
|
2017-03-22 15:25:21 +01:00 |
|
Vladimir Kozlov
|
b3f90c8e86
|
8176238: [AOT] failure to build jdk.vm.compier with --with-jobs=1 configure flag
Add --add-modules jdk.internal.vm.ci to Graal annotation process command line.
Reviewed-by: iveresov, mchung
|
2017-03-07 09:32:49 -08:00 |
|
Vladimir Kozlov
|
7d969ccd55
|
8174879: Rename jdk.vm.ci to jdk.internal.vm.ci
Rename jdk.vm.ci and jdk.vm.compiler modules to jdk.internal.vm.ci and jdk.internal.vm.compiler.
Reviewed-by: mchung, ihse, dnsimon
|
2017-02-16 15:46:09 -08:00 |
|
Daniel D. Daugherty
|
298e3a2dcc
|
8175086: [BACKOUT] fix for JDK-8166188
Reviewed-by: kbarrett, jwilhelm, dcubed
|
2017-02-16 10:41:19 -08:00 |
|
Kim Barrett
|
28477cf493
|
8166188: G1 Needs pre barrier on dereference of weak JNI handles
Add low tag to jweaks and G1 barrier for jweak loads.
Co-authored-by: Martin Doerr <martin.doerr@sap.com>
Co-authored-by: Volker Simonis <volker.simonis@sap.com>
Reviewed-by: mgerdin, mdoerr, pliden, dlong, dcubed, coleenp, aph, tschatzl
|
2017-02-15 22:19:13 -05:00 |
|
Jesper Wilhelmsson
|
3560e1733c
|
Merge
|
2017-02-04 03:29:40 +01:00 |
|
Magnus Ihse Bursie
|
e729ca2dc5
|
8004842: Unify values of boolean make variables set in configure to true/false
Reviewed-by: erikj
|
2017-02-03 15:20:05 +01:00 |
|
Claes Redestad
|
984dc33474
|
8171855: Move package name transformations during module bootstrap into native code
Reviewed-by: alanb, acorn, lfoltan, mchung, plevart, hseigel, sspitsyn
|
2017-01-19 11:49:30 +01:00 |
|
Jesper Wilhelmsson
|
13d1827982
|
Merge
|
2017-01-13 18:26:34 +01:00 |
|
Erik Joelsson
|
5ddcceeba4
|
8172037: Change log message of SetupCopyFiles
Reviewed-by: tbell
|
2017-01-09 11:55:59 +01:00 |
|
Jesper Wilhelmsson
|
3bfd349b45
|
Merge
|
2016-12-20 22:53:45 +01:00 |
|
Thomas Stuefe
|
a9b90b0b4b
|
8171408: [aix] TOC overflow when linking the gtest libjvm.so
Reviewed-by: dholmes, simonis, erikj
|
2016-12-20 09:25:03 +01:00 |
|
Bob Vandette
|
6009cf0793
|
8168503: JEP 297: Unified arm32/arm64 Port
Reviewed-by: kvn, enevill, ihse, dholmes, erikj, coleenp, cjplummer
|
2016-12-19 12:39:01 -05:00 |
|
Christian Tornqvist
|
1e918ed98c
|
8168137: import-hotspot build target not removed from hotspot-ide-project
Reviewed-by: erikj
|
2017-01-04 10:57:26 -05: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
|
65ae405a5b
|
Merge
|
2016-12-08 17:03:45 +01:00 |
|
Jesper Wilhelmsson
|
5597cd6698
|
Merge
|
2016-12-08 15:49:29 +01:00 |
|
Erik Joelsson
|
a1b09faffe
|
8141590: Cannot build Zero with devkit
Reviewed-by: ihse
|
2016-12-07 16:08:23 +01:00 |
|
Alan Bateman
|
3c75e80d4b
|
Merge
|
2016-12-01 11:16:11 +00:00 |
|
Erik Joelsson
|
9a80c66078
|
8171310: Gtest libjvm.so is always stripped
Reviewed-by: tbell, dholmes, stuefe
|
2016-12-19 16:26:22 +01:00 |
|
Erik Joelsson
|
6d271f4386
|
8066474: Remove the lib/ directory from Linux and Solaris images
Reviewed-by: tbell, ihse, kvn
|
2016-12-05 17:57:43 +01:00 |
|
Alan Bateman
|
988690303a
|
8169069: Module system implementation refresh (11/2016)
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Reviewed-by: lfoltan, acorn, ctornqvi, mchung
|
2016-12-01 08:56:41 +00:00 |
|
Erik Joelsson
|
63693b7bb6
|
8170284: Move fine granular hotspot make targets to top level
Reviewed-by: tbell
|
2016-11-24 15:27:53 +01:00 |
|
Magnus Ihse Bursie
|
0915733851
|
8170184: Remove incorrect comments about generated jvmt.h
Reviewed-by: alanb, erikj
|
2016-11-22 15:04:19 +01:00 |
|
Magnus Ihse Bursie
|
5ef25cb29e
|
8168037: Use ZIPEXE instead of ZIP to avoid clash with options for zip
Reviewed-by: erikj
|
2016-11-22 14:48:16 +01:00 |
|
Jesper Wilhelmsson
|
106e220ae2
|
Merge
|
2016-11-11 16:44:36 +01:00 |
|
Mandy Chung
|
150d28bb0e
|
6479237: (cl) Add support for classloader names
Reviewed-by: alanb, bchristi, coleenp, dfuchs, lfoltan, psandoz, sspitsyn
|
2016-11-03 18:08:02 -07:00 |
|
Erik Joelsson
|
9229e79238
|
8063154: Checked in jvmti.h not in sync with generated jvmti.h
Reviewed-by: tbell
|
2016-11-02 10:43:23 +01:00 |
|
Yang Zhang
|
d718f0e61e
|
8169261: Fix for JDK-8067744 creates build failures with some versions of gcc and/or linux
Reviewed-by: kvn, drwhite
|
2016-11-14 10:10:10 -08:00 |
|
Jesper Wilhelmsson
|
bc72fc2242
|
Merge
|
2016-11-11 16:44:36 +01:00 |
|
Volker Simonis
|
82da03621f
|
8169625: Libjsig build doesn't set flags for ppc64/s390 builds
Reviewed-by: erikj
|
2016-11-14 11:15:43 +01:00 |
|
Alejandro Murillo
|
82157115c2
|
Merge
|
2016-10-13 08:57:54 -07:00 |
|
Magnus Ihse Bursie
|
a6aec9bc10
|
8167424: Various trivial fixes in build system
Reviewed-by: erikj, tbell
|
2016-10-11 09:49:50 +02:00 |
|
Erik Joelsson
|
01f09f5782
|
8169255: Link gtestLauncher statically if libjvm is configured for static linking
Reviewed-by: tbell, dholmes
|
2016-11-07 10:12:14 +01:00 |
|
Dmitry Chuyko
|
e70bbbd57f
|
8067744: XMM/SSE float register values corrupted by JNI_CreateVM call in JRE 8 (Windows)
Save/restore registers in generate_get_cpu_info() code which checks interrupts.
Reviewed-by: kvn, mcberg
|
2016-10-28 12:28:46 -07:00 |
|
Alejandro Murillo
|
ce5aedb30c
|
Merge
|
2016-10-05 09:52:53 -07:00 |
|
Erik Joelsson
|
f747c500ff
|
8161025: GPL header missing comma in year
Reviewed-by: dholmes
|
2016-10-05 17:11:14 +02:00 |
|
Alejandro Murillo
|
eea7047fba
|
Merge
|
2016-10-05 06:28:22 -07:00 |
|
Erik Joelsson
|
8de7ce99bd
|
8150736: Excessive disk space used by build system
Reviewed-by: ihse
|
2016-10-05 10:49:49 +02:00 |
|
Erik Joelsson
|
ebba4ba1c1
|
8160630: libjimage.so and others should link statically to libgcc
Reviewed-by: ihse, tbell
|
2016-09-30 09:06:02 +02:00 |
|
Dean Long
|
42ec83b459
|
Merge
|
2016-09-26 14:21:21 -04:00 |
|
David Simms
|
1c2da5f5ed
|
8164086: Checked JNI pending exception check should be cleared when returning to Java frame
Transitions to Java clear the pending pointer
Reviewed-by: dholmes, neliasso, coleenp
|
2016-09-13 09:04:44 +02:00 |
|
Erik Joelsson
|
3dad87645d
|
8166202: Tracefile gensrc cannot handle closed src dir in different location
Reviewed-by: egahlin, dholmes, tbell
|
2016-09-22 08:57:37 +02:00 |
|
Dmitry Dmitriev
|
25c6510309
|
8150758: [TESTBUG] need jvmti tests for module aware agents
Reviewed-by: sspitsyn, dsamersoff
|
2016-09-21 16:46:13 +03:00 |
|