about summary refs log tree commit diff
path: root/pkgs/development/compilers/openjdk
Commit message (Collapse)AuthorAge
* treewide: per RFC45, remove more unquoted URLsPavol Rusnak2020-05-08
|
* openjdk: 13.0.2 -> 14.0.1Matt McHenry2020-05-07
|
* openjdk 12: fix possibly-unbound JAVA_HOMEMatt McHenry2020-05-07
| | | | as done in 373236ccfffe7053b1503a8992ddff7ebae3ed6f for all other uses
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* openjdk: 13.0.1 -> 13.0.2Matt McHenry2020-03-09
|
* Merge remote-tracking branch 'channels/nixos-unstable' into jdk-13Matt McHenry2020-03-09
|\ | | | | | | | | | | Conflicts: pkgs/development/compilers/adoptopenjdk-bin/sources.json -- keep newer adoptopenjdk versions from HEAD^2
| * openjdk8: 8u222b10 -> 8u242b08Benjamin Asbach2020-02-17
| |
| * openjdk8: 8u222 -> 8u242Benjamin Asbach2020-02-13
| |
| * Merge staging-next into stagingFrederik Rietdijk2020-01-28
| |\
| | * openjdk11: 11.0.4 -> 11.0.6Alexey Vakhrenev2020-01-22
| | |
| * | graalvm8: 19.1.1 -> 19.2.1hlolli2020-01-18
| |/ | | | | | | - - nixpkgs now with full darwin support
| * treewide: NIX_*_FLAGS -> stringRobin Gloster2019-12-31
| |
| * treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| |
| * treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
| |
| * openjdk8: restore correct handling of cmm directoryBen Wolsieffer2019-11-24
| |
| * Merge pull request #72347 from NixOS/bash-no-undef-varsJohn Ericson2019-11-04
| |\ | | | | | | treewide: `set -u` everywhere
| | * treewide: JAVA_HOME may not always be definedJohn Ericson2019-11-01
| | |
| * | java-darwin: upgrade 8.0_121 -> 8.0_222DzmitrySudnik2019-10-24
| |/
* / openjdk: 12.0.2 -> 13.0.1Matt McHenry2019-10-17
|/
* openjfx11: fix build with glib-2.62Tor Hedin Brønner2019-09-30
|
* openjfx12: fix build with glib-2.62Tor Hedin Brønner2019-09-30
|
* openjdk8: add `setJavaClassPath`-hook to jdk as wellMaximilian Bosch2019-09-20
| | | | | | | | | | | | This hook got removed from JDK[1], however without this hook, the classpath in a Java-build isn't created anymore which caused several[2][3] broken packages. [1] https://github.com/NixOS/nixpkgs/pull/65247/files#r324459267 [2] https://hydra.nixos.org/build/100896633 [3] https://hydra.nixos.org/build/100895668 ZHF #68361
* openjdk8: use lndir instead of single symlink to JREBen Wolsieffer2019-09-10
| | | | | Directly symlinking from the JDK to the JRE confused Gradle and made it try to find JDK files inside the JRE.
* openjfx: don't inherit license from openjdkBen Wolsieffer2019-09-01
|
* openjdk: add license on DarwinBen Wolsieffer2019-09-01
|
* treewide: remove redundant quotesvolth2019-08-26
|
* openjdk12: cleanup based on refactoring of openjdk11Ben Wolsieffer2019-08-19
|
* openjdk11: 11.0.3 -> 11.0.4Ben Wolsieffer2019-08-19
|
* openjdk8: 8u212 -> 8u222Ben Wolsieffer2019-08-19
|
* openjfx: fix package nameBen Wolsieffer2019-08-19
|
* openjdk: boostrap with adoptopenjdk-bin and cleanupBen Wolsieffer2019-08-19
| | | | | This allows OpenJDK 11 to build for armv6l, armv7l and aarch64, and OpenJDK 8 to build for aarch64.
* openjfx: fix buildAverell Dalton2019-08-06
|
* openjdk: 12 -> 12.0.2Matt McHenry2019-07-26
|
* openjdk: add 12Matt McHenry2019-07-25
| | | | | | | | | | | | | | | * some configure options have been removed upstream * need a new patch to deal with gcc format warnings 11 remains, as it is an LTS release; all existing users of 11 in nixpkgs remain on 11 for now. openjdk/default.nix and openjdk/darwin/default.nix become the expressions for the current version (12 now; later 13, 14, etc.). (note: darwin/default.nix was unreferenced; the new version is derived from darwin/11.nix.)
* openjdk11: build fixesMatt McHenry2019-07-25
| | | | | | | * increase heap size for building javadoc (this is only needed for the 32-bit build) * filter out some non-maven jars that crop up in the openjfx build
* openjfx11: init at 11.0.3+1Nikolay Amiantov2019-06-28
|
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* openjdk8: Try to remove host kernel version impuritySarah Brofeldt2019-04-27
|
* openjdk: 11.0.2-b9 -> 11.0.3-gaTim Steinbach2019-04-17
|
* openjdk: 8u202 -> 8u212Tim Steinbach2019-04-17
|
* openjdk11: 11.0.1+13 -> 11.0.2+9Cray Elliott2019-02-21
|
* Merge branch 'master' into stagingVladimír Čunát2019-01-22
|\
| * openjdk: 8u192 -> 8u202Tim Steinbach2019-01-21
| |
* | treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|/
* treewide: remove paxutils from stdenvJörg Thalheim2018-12-22
| | | | | | | More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
* jdk11_headless: fix the build on amd64Ivan Kozik2018-12-11
| | | | | | | | | | | This fixes: checking user specified JVM feature list... configure: error: Cannot continue configure: Unknown JVM features specified: "zgc--enable-headless-only" configure: The available JVM features are: "aot cds cmsgc compiler1 compiler2 dtrace epsilongc g1gc graal jfr jni-check jvmci jvmti link-time-opt management minimal nmt parallelgc serialgc services static-build vm-structs zero zgc" configure exiting with result code 1 builder for '/nix/store/1awwzd98crcgxad3srdkv8smhxgiz2qp-openjdk-11.0.1-b13.drv' failed with exit code 1
* openjdk: 8u181 -> 8u192Tim Steinbach2018-11-19
|
* openjdk11: enable ZGC on x86_64-linuxAustin Seipp2018-11-16
| | | | | | | | | | | | | | | | | | The Z Garbage Collector is a concurrent, scalable, low latency garbage collector designed to meet extremely-low-pause-time requirements for small-to-multi-TB heap sizes. ZGC can be enabled with the magical incantation: $ java -XX:+UnlockExperimentalVMOptions -XX:+UseZGC ... Currently, ZGC is only available for x86_64-linux (though a port for aarch64-linux may become available at a future time.) There are also a number of other features that currently aren't present, such as JVMCI integration (meaning compiler tools like Graal which require JVMCI will not work with ZGC enabled.) Signed-off-by: Austin Seipp <aseipp@pobox.com>
* openjdk: 10.0.2 -> 11.0.1Matt McHenry2018-10-28
| | | | | | | | | | * the jre is no longer an official part of the jdk (jmod is recommended as a replacement when needing to create smaller runtime images) * darwin continues to use zulu from azul * apps that used 10 now use 11 (eclipse, bazel, josm)
* jdk: give more detail when bootstrap jdks are missingMatt McHenry2018-10-25
|