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

com.vmlens.trace.agent.bootstrap.parallize.operation.OperationIds Maven / Gradle / Ivy

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

public class OperationIds {

	
	static int index = 0;
	
	static int ATOMIC_METHOD = index++;
	static int ENTER_CALLBACK = index++;
	static int FIELD_ACCESS = index++;
	static int LOCK = index++;
	static int MONITOR_OBJECT  = index++;
	static int MONITOR_STATIC = index++;
	static int THREAD_BEGIN = index++;
	static int THREAD_START = index++;
	static int VOLATILE_ARRAY_ACCESS = index++;
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy