Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

replace openhft compiler wrapper non-caching version #137

Merged
merged 2 commits into from
Dec 6, 2016

Conversation

kroepke
Copy link
Member

@kroepke kroepke commented Nov 23, 2016

the caching compiler wrapper prevented class unloading, which we depend on
unscientific test that checks for class unloading is added

migrate all call sites

fixes #130
connects #130

…ache

the caching compiler wrapper prevented class unloading, which we depend on
unscientific test that checks for class unloading is added

migrate all call sites
@kroepke kroepke added this to the 2.2.0 milestone Nov 23, 2016
@@ -0,0 +1,260 @@
package org.graylog.plugins.pipelineprocessor.processors;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing license header.

@edmundoa edmundoa self-assigned this Dec 6, 2016
Copy link
Contributor

@edmundoa edmundoa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@edmundoa edmundoa merged commit 3cc4662 into master Dec 6, 2016
@edmundoa edmundoa deleted the compiler-interface branch December 6, 2016 09:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace compiler wrapper with something non-caching
3 participants