All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmlens.trace.agent.bootstrap.callback.state.StateHolder Maven / Gradle / Ivy

There is a newer version: 1.1.5
Show newest version
package com.vmlens.trace.agent.bootstrap.callback.state;

import com.vmlens.trace.agent.bootstrap.callback.field.UpdateObjectState;

public class StateHolder {

	private volatile Object _pAnarsoft_;
	
	public static final long offset;
	
	
	static {
		
		offset = UpdateObjectState.getFieldOffset(StateHolder.class)	;
		
		
		
	}
	
	
	public static StateAccess createAccess() {
		return new StateAccess( new StateHolder(), offset );
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy