OpenTelemetry auto-instrumentation and instrumentation libraries for Java
Go to file
Nikolay Martynov 6beade83ed Disable Java7 JIT for for some code
Disable JIT in Java7 for 1 Bytebuddy method. Hopefully this will help
with this error:

```
Stack: [0x00007f892f079000,0x00007f892f17a000],  sp=0x00007f892f174e30,  free space=1007k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V  [libjvm.so+0x73db30]  PhaseIdealLoop::build_loop_late_post(Node*)+0x130
V  [libjvm.so+0x73e06b]  PhaseIdealLoop::build_loop_late(VectorSet&, Node_List&, Node_Stack&)+0x10b
V  [libjvm.so+0x745239]  PhaseIdealLoop::build_and_optimize(bool, bool)+0x899
V  [libjvm.so+0x4589b0]  Compile::Optimize()+0x8f0
V  [libjvm.so+0x459e87]  Compile::Compile(ciEnv*, C2Compiler*, ciMethod*, int, bool, bool)+0x10c7
V  [libjvm.so+0x3c9c5c]  C2Compiler::compile_method(ciEnv*, ciMethod*, int)+0xec
V  [libjvm.so+0x45f5bb]  CompileBroker::invoke_compiler_on_method(CompileTask*)+0x32b
V  [libjvm.so+0x460960]  CompileBroker::compiler_thread_loop()+0x440
V  [libjvm.so+0x9283ab]  JavaThread::thread_main_inner()+0xdb
V  [libjvm.so+0x928590]  JavaThread::run()+0x1d0
V  [libjvm.so+0x7f56e2]  java_start(Thread*)+0x122

Current CompileTask:
C2:   3653  733
net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Substitutor::onParameterizedType (129
bytes)
```
2019-02-05 09:40:43 -05:00
.circleci Collect JVM crashes in circleci artifacts 2019-02-04 14:35:59 -05:00
buildSrc Share tooling loader across muzzle runs 2018-11-28 13:01:01 -08:00
dd-java-agent Merge pull request #686 from DataDog/tyler/jboss-jmxfetch 2019-01-31 15:24:55 -08:00
dd-smoke-tests Update shadow plugin to 4.0.4 2019-01-22 11:13:18 -08:00
dd-trace Remove defaultServiceName from TracerBuilder 2019-01-30 08:35:15 -08:00
dd-trace-api Merge pull request #640 from DataDog/tyler/event-sampling 2019-01-22 08:22:46 -08:00
dd-trace-ext Use lombok builder for Tracer construction. 2019-01-29 15:56:46 -08:00
dd-trace-ot Move awaitGC to common utility package 2019-01-25 10:32:09 -08:00
gradle Disable Java7 JIT for for some code 2019-02-05 09:40:43 -05:00
utils/gc-utils Move awaitGC to common utility package 2019-01-25 10:32:09 -08:00
.editorconfig Apply and enforce google checkstyle and formatting 2017-07-12 07:47:19 -07:00
.gitignore Ensure jenv java-version doesnt get committed 2019-01-31 13:51:39 +11:00
.gitmodules Use git submodules to load metrics.yaml files 2019-01-08 10:13:18 -08:00
CONTRIBUTING.md Add import format and remove conditional reformat. 2018-07-31 11:48:26 +10:00
LICENSE Create LICENSE 2017-07-13 11:10:37 -04:00
LICENSE-3rdparty.csv Remove Byteman now that instrumentation is migrated 2017-12-07 13:11:26 -08:00
NOTICE Create NOTICE 2017-07-13 10:16:04 -04:00
README.md Remove documentation from readme and point to official docs 2018-01-31 16:31:25 -08:00
dd-trace-java.gradle Collect JVM crashes in circleci artifacts 2019-02-04 14:35:59 -05:00
gradle.properties Try doubling the metaspace size to fix check task. 2019-01-04 13:43:40 -08:00
gradlew Add gradlew to examples and update docs 2017-07-21 17:03:31 -07:00
gradlew.bat Add gradle build scripts. 2017-06-30 11:35:57 -07:00
settings.gradle Add support for ES rest client 6.3 and above 2019-01-30 17:39:20 +11:00

README.md

Datadog Java APM

To use and configure Datadog Java APM, see https://docs.datadoghq.com/tracing/languages/java