jdk-24 fork (from: https://github.com/openjdk/jdk) with modifications to be used in Wildcard-Usage analysis tools
Go to file
Andrei Rybak 33d5dfdab3 8314543: gitattributes: make diffs easier to read
Git supports special hunk headers for several languages in diff output,
which make it easier to read diffs of files in that language, generated
by Git (git-diff, git-show, `git log -p`, etc).  For details, see
`git help gitattributes` or the online documentation.[1]

Add entries to the root .gitattributes file to support showing the hunk
headers for Java, C, C++, Markdown, Shell script, HTML, and CSS.  This
makes it easier to read diffs generated by Git.

[1] https://git-scm.com/docs/gitattributes

Reviewed-by: erikj, ksakata
2023-08-18 07:48:50 +00:00
.github 8314262: GHA: Cut down cross-compilation sysroots deeper 2023-08-16 07:04:25 +00:00
.jcheck 8306584: Start of release updates for JDK 22 2023-06-08 16:02:21 +00:00
bin 8309501: Remove workaround in bin/idea.sh for non standard JVMCI file layout 2023-06-06 15:53:54 +00:00
doc 8314166: Update googletest to v1.14.0 2023-08-15 19:52:56 +00:00
make 8313661: [REDO] Relax prerequisites for java.base-jmod target 2023-08-17 16:54:36 +00:00
src 8314389: AttachListener::pd_set_flag obsolete 2023-08-18 06:45:18 +00:00
test 8307356: Metaspace: simplify BinList handling 2023-08-18 05:51:05 +00:00
.gitattributes 8314543: gitattributes: make diffs easier to read 2023-08-18 07:48:50 +00:00
.gitignore 8305721: add make compile-commands artifacts to .gitignore 2023-04-08 13:17:33 +00:00
ADDITIONAL_LICENSE_INFO 8193208: Add additional licensing file for the JDK 2017-12-14 18:20:33 +01:00
ASSEMBLY_EXCEPTION 8295198: Update more openjdk.java.net => openjdk.org URLs 2022-10-12 13:34:07 +00:00
configure 8187444: Forest Consolidation: Make build work 2017-09-12 19:03:56 +02:00
CONTRIBUTING.md 8312882: Update the CONTRIBUTING.md with pointers to lifecycle of a PR 2023-08-10 22:26:32 +00:00
LICENSE 8154469: Update FSF address 2016-05-30 16:17:11 +02:00
Makefile 8165161: Solaris: /usr/ccs /opt/sfw and /opt/csw are dead, references should be expunged 2016-09-21 14:20:27 +02:00
README.md 8295529: Add link to JBS to README.md 2022-10-20 17:30:11 +00:00

Welcome to the JDK!

For build instructions please see the online documentation, or either of these files:

See https://openjdk.org/ for more information about the OpenJDK Community and the JDK and see https://bugs.openjdk.org for JDK issue tracking.