OpenJ9 (original) (raw)
OpenJ9 ou Eclipse OpenJ9 (anciennement IBM J9) est une machine virtuelle Java. Originellement développé par IBM, le code source a été publié sous licence open source (EPL-2.0 et Apache) en septembre 2017 et remis à la fondation Eclipse.
Property | Value |
---|---|
dbo:abstract | Eclipse OpenJ9 (previously known as IBM J9) is a high performance, scalable, Java virtual machine (JVM) implementation that is fully compliant with the Java Virtual Machine Specification. OpenJ9 can be built from source, or can be used with prebuilt binaries available at the AdoptOpenJDK project for a number of platforms including Linux and Windows. OpenJ9 is also a core component of the IBM developer kit, which is embedded in many IBM middleware products, including WebSphere Application Server and Websphere Liberty. OpenJ9 is also a component of Open Liberty. Extensive configuration options ensure that the JVM can be tuned to satisfy the requirements of a wide range of Java applications, from complex enterprise applications that run on mainframe hardware to short-lived applications that run on container-based cloud services. (en) OpenJ9 ou Eclipse OpenJ9 (anciennement IBM J9) est une machine virtuelle Java. Originellement développé par IBM, le code source a été publié sous licence open source (EPL-2.0 et Apache) en septembre 2017 et remis à la fondation Eclipse. (fr) IBM J9は、IBMによって開発されたJava仮想マシン。同社のWebSphere製品や、DB2製品の標準VMとして利用されている。IBMは元々Java2対応のJDKを提供しており、チューニングされたclassic VMを同梱していたが、Java 5準拠のJDKを提供するにあたって新たにVMを開発し、IBM J9 VMと命名した。 IBMはJavaOne 2016でJ9をオープンソース化する計画を発表し、その後J9はEclipse Foundationに寄贈され、Eclipse OpenJ9に改称して公開された。 (ja) OpenJ9 — виртуальная машина Java, разрабатываемая Eclipse Foundation. Была создана компанией IBM. OpenJ9 лежит в основе многочисленных предложений IBM Java, в том числе WebSphere Micro Edition, а также в качестве основы для всех IBM JDK, начиная с версии 5. IBM предоставила OpenJ9 VM в распоряжение проекта Apache Harmony для запуска их библиотеки классов. OpenJ9 была разработана с расчётом на переносимость на различные платформы, а также масштабируемость от мобильных телефонов до мэйнфреймов zSeries. (ru) |
dbo:author | dbr:IBM |
dbo:developer | dbr:Eclipse_Foundation |
dbo:genre | dbr:Java_virtual_machine |
dbo:latestReleaseDate | 2022-10-28 (xsd:date) |
dbo:latestReleaseVersion | 0.35.0 |
dbo:license | dbr:GNU_General_Public_License dbr:Apache_License_2.0 dbr:Eclipse_Public_License_2.0 |
dbo:operatingSystem | dbr:Linux dbr:MacOS dbr:Z/OS dbr:Windows dbr:AIX dbr:IBM_i |
dbo:programmingLanguage | dbr:C++ dbr:C_(programming_language) dbr:Java_(programming_language) dbr:Assembly_language |
dbo:wikiPageExternalLink | http://abstract.cs.washington.edu/wiki/index.php/UbiComp:Hacking:Java:J9 https://blog.openj9.org/ https://developer.ibm.com/javasdk/ https://developer.ibm.com/languages/java/semeru-runtimes/ https://www.eclipse.org/openj9/docs/ https://adoptopenjdk.net/index.html https://github.com/apache/incubator-openwhisk/blob/master/docs/actions.md https://projects.eclipse.org/projects/technology.openj9 |
dbo:wikiPageID | 11932635 (xsd:integer) |
dbo:wikiPageLength | 16151 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1119905547 (xsd:integer) |
dbo:wikiPageWikiLink | dbr:HotSpot_(virtual_machine) dbr:University_of_Washington dbr:Core_dump dbr:Object_Technology_International dbr:GNU_General_Public_License dbr:Linux dbr:MacOS dbr:Smalltalk dbr:Z/OS dbr:C++ dbr:C_(programming_language) dbr:Ahead-of-time_compilation dbc:Java_virtual_machine dbr:Windows dbr:GPL_linking_exception dbr:Garbage_collection_(computer_science) dbr:Just-in-time_compilation dbr:AdoptOpenJDK dbr:Eclipse_(software) dbr:Eclipse_Foundation dbr:AIX dbr:Java_(programming_language) dbr:Assembly_language dbc:IBM_software dbr:Java_virtual_machine dbr:IBM dbr:IBM_WebSphere_Application_Server dbr:IBM_i dbr:Integrated_Development_Environment dbr:Microsoft_Windows dbr:Oracle_Corporation dbr:Virtual_machine dbr:Apache_License_2.0 dbr:OpenWhisk dbr:Eclipse_Public_License_2.0 dbr:WebSphere_Application_Server dbr:Eclipse_OMR |
dbp:author | dbr:IBM |
dbp:developer | dbr:Eclipse_Foundation |
dbp:genre | dbr:Java_virtual_machine |
dbp:latestReleaseDate | 2022-10-28 (xsd:date) |
dbp:latestReleaseVersion | 0.350000 (xsd:double) |
dbp:license | Apache License 2.0 Eclipse Public License 2.0 GNU General Public License, version 2 with the GNU Classpath Exception GNU General Public License, version 2 with the OpenJDK Assembly Exception (en) |
dbp:name | Eclipse OpenJ9 (en) |
dbp:operatingSystem | dbr:Linux dbr:MacOS dbr:Z/OS dbr:Windows dbr:AIX dbr:IBM_i |
dbp:programmingLanguage | dbr:C++ dbr:C_(programming_language) dbr:Java_(programming_language) dbr:Assembly_language |
dbp:wikiPageUsesTemplate | dbt:GitHub dbt:Code dbt:Infobox_software dbt:Official_website dbt:Portal dbt:Reflist dbt:Short_description dbt:Start_date_and_age dbt:Eclipse_Foundation dbt:Java_Virtual_Machine dbt:IBM_FOSS |
dct:subject | dbc:Java_virtual_machine dbc:IBM_software |
rdf:type | owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 |
rdfs:comment | OpenJ9 ou Eclipse OpenJ9 (anciennement IBM J9) est une machine virtuelle Java. Originellement développé par IBM, le code source a été publié sous licence open source (EPL-2.0 et Apache) en septembre 2017 et remis à la fondation Eclipse. (fr) IBM J9は、IBMによって開発されたJava仮想マシン。同社のWebSphere製品や、DB2製品の標準VMとして利用されている。IBMは元々Java2対応のJDKを提供しており、チューニングされたclassic VMを同梱していたが、Java 5準拠のJDKを提供するにあたって新たにVMを開発し、IBM J9 VMと命名した。 IBMはJavaOne 2016でJ9をオープンソース化する計画を発表し、その後J9はEclipse Foundationに寄贈され、Eclipse OpenJ9に改称して公開された。 (ja) OpenJ9 — виртуальная машина Java, разрабатываемая Eclipse Foundation. Была создана компанией IBM. OpenJ9 лежит в основе многочисленных предложений IBM Java, в том числе WebSphere Micro Edition, а также в качестве основы для всех IBM JDK, начиная с версии 5. IBM предоставила OpenJ9 VM в распоряжение проекта Apache Harmony для запуска их библиотеки классов. OpenJ9 была разработана с расчётом на переносимость на различные платформы, а также масштабируемость от мобильных телефонов до мэйнфреймов zSeries. (ru) Eclipse OpenJ9 (previously known as IBM J9) is a high performance, scalable, Java virtual machine (JVM) implementation that is fully compliant with the Java Virtual Machine Specification. OpenJ9 can be built from source, or can be used with prebuilt binaries available at the AdoptOpenJDK project for a number of platforms including Linux and Windows. OpenJ9 is also a core component of the IBM developer kit, which is embedded in many IBM middleware products, including WebSphere Application Server and Websphere Liberty. OpenJ9 is also a component of Open Liberty. (en) |
rdfs:label | OpenJ9 (fr) IBM J9 (ja) OpenJ9 (en) OpenJ9 (ru) |
owl:sameAs | wikidata:OpenJ9 dbpedia-fr:OpenJ9 dbpedia-hu:OpenJ9 dbpedia-ja:OpenJ9 dbpedia-ru:OpenJ9 https://global.dbpedia.org/id/4yALc |
prov:wasDerivedFrom | wikipedia-en:OpenJ9?oldid=1119905547&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:OpenJ9 |
foaf:name | Eclipse OpenJ9 (en) |
is dbo:wikiPageRedirects of | dbr:IBM_J9 dbr:IBM_J9_VM dbr:Eclipse_OpenJ9 |
is dbo:wikiPageWikiLink of | dbr:Escape_analysis dbr:Comparison_of_Java_virtual_machines dbr:Haxe dbr:Java_(programming_language) dbr:Java_version_history dbr:Eclipse_Public_License dbr:Java_virtual_machine dbr:IBM_J9 dbr:IBM_J9_VM dbr:Eclipse_OpenJ9 |
is foaf:primaryTopic of | wikipedia-en:OpenJ9 |