Skip to content

Instantly share code, notes, and snippets.

@offbynull
offbynull / ContinuationClassLoader
Created August 5, 2015 17:11
Javaflow's ContinuationClassLoader modified to use Coroutines 1.1.0
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
@offbynull
offbynull / gist:3259bace31444ed7c703
Created March 9, 2015 23:35
ASM method stack and local vars table introspection
package com.offbynull.test.asmtest;
import java.io.DataOutputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.PrintWriter;
import java.util.HashMap;
import java.util.ListIterator;
import java.util.Map;
import java.util.Map.Entry;