opentelemetry-java-instrume.../gradle
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
..
enforcement Apply consistent formatting to other files 2017-07-19 08:09:19 -07:00
wrapper Upgrade gradle to 4.10.2 2018-09-26 13:47:37 -04:00
checkstyle.gradle Rework the way multi-jvm tests work 2018-10-02 13:20:19 -04:00
codenarc.gradle Apply consistent formatting to other files 2017-07-19 08:09:19 -07:00
dependencies.gradle Merge pull request #653 from marcoferrer/instrument-kt-coroutine-scheduler 2019-01-22 10:31:32 -08:00
jacoco.gradle Add field backed context provider 2018-11-29 15:18:46 -08:00
java.gradle Disable Java7 JIT for for some code 2019-02-05 09:40:43 -05:00
pom.gradle Add bintray publishing 2017-08-03 13:27:38 -07:00
publish.gradle Remove PGP signing from publish task 2018-10-23 08:43:10 +10:00
test-with-kotlin.gradle Update test-with-kotlin.gradle 2019-01-22 11:38:46 -05:00
test-with-scala.gradle Apply formatter on gradle files. 2018-07-31 12:04:00 +10:00
util.gradle Add smoketest README and move random port to common util 2019-01-10 11:44:33 -08:00
version.gradle Fix jacoco for integration tests 2017-09-05 11:43:37 -07:00