jdk
8346567: Make Class.getModifiers() non-native
#22652
Open
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
13
Changes
View On
GitHub
Commits
8345678: Make Class.getModifiers() non-native.
coleenp
committed
13 days ago
Make modifiers final and do the constructor that isn't called trick.
coleenp
committed
13 days ago
Move compute_modifier_flags to typeArrayKlass since ObjArrayKlass has one already.
coleenp
committed
12 days ago
Add trailing semi
coleenp
committed
12 days ago
Add Benchmark
coleenp
committed
11 days ago
Add @Stable
coleenp
committed
11 days ago
pass dumyModifiers to Class constructor that's never called.
coleenp
committed
6 days ago
Merge branch 'master' into modifiers2
coleenp
committed
5 days ago
Fix merge issues.
coleenp
committed
5 days ago
Update test/micro/org/openjdk/bench/java/lang/reflect/Clazz.java
coleenp
committed
3 days ago
Update test/micro/org/openjdk/bench/java/lang/reflect/Clazz.java
coleenp
committed
3 days ago
Update test/micro/org/openjdk/bench/java/lang/reflect/Clazz.java
coleenp
committed
3 days ago
Fix reflection tests for new int parameter in Class constructor.
coleenp
committed
2 days ago
Loading