Skip to content

Instantly share code, notes, and snippets.

@jfrantzius
jfrantzius / NashornClosureTest.java
Last active February 21, 2017 10:01
Failing test that verifies closures aren't thread-safe
package com.aperto.javascript;
import org.junit.Assert;
import org.junit.Test;
import javax.script.ScriptContext;
import javax.script.ScriptEngine;
import javax.script.ScriptEngineManager;
import javax.script.ScriptException;