Jindy logo

Jindy a Java library to support invokedynamic

You can download the library, its source code, examples of how to use it, and runtime performance tests:

  • examples.rar: The invokedynamic library and some Java examples. This file includes the following directories:

    • /bootstrapDispacher: Contains an example of how to create a custom Bootstrap. The example includes a constant bootstrap (MyBootstrap) and a mutable one (MyBootstrapCache).

    • /invokedynamicTest: Contains a battery of tests of the invokedynamic library.

    • /interfaceTest: Contains the test of the ProxyFactory methods that receives an interface as a parameter. These methods obtain the best runtime performance.

    • /lib: The binaries.

  • injector.rar: An example that uses Jindy to implement a dynamically adaptable dependency injector (described in the article).

  • higher-order.rar: An example of using Jindy to add runtime resolved higher-order functions to Java.

  • library.rar: The invokedynamic library binaries (a jar file).

  • library.sources.rar: The source code of the invokedynamic library.

  • benchmarks.rar: All the benchmarks used to evaluate runtime performance and memory consumption of Jindy.

License

Copyright 2013 (C) University of Oviedo. All Rights Reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.